Added category filter to SelectProductDialog.

This commit is contained in:
Jim Evins
2016-04-02 23:48:58 -04:00
parent 9f6697376d
commit 9d1fcbaca3
7 changed files with 297 additions and 85 deletions
+3 -1
View File
@@ -53,7 +53,9 @@ public:
/////////////////////////////////
// Methods
/////////////////////////////////
void applyFilter( const QString &searchString, bool isoMask, bool usMask, bool otherMask );
void applyFilter( const QString &searchString,
bool isoMask, bool usMask, bool otherMask,
bool anyCategory, const QStringList& categoryIds );
const glabels::Template *selectedTemplate();