Added recently-used products tab to SelectProductDialog.

This commit is contained in:
Jim Evins
2016-04-03 18:42:01 -04:00
parent 46ef01d4e4
commit 50e52d6675
8 changed files with 371 additions and 193 deletions
+3 -1
View File
@@ -53,10 +53,12 @@ public:
/////////////////////////////////
// Methods
/////////////////////////////////
void applyFilter( const QString &searchString,
void applyFilter( const QString& searchString,
bool isoMask, bool usMask, bool otherMask,
bool anyCategory, const QStringList& categoryIds );
void applyFilter( const QStringList& names );
const glabels::Template *selectedTemplate();
};