Added category filter to SelectProductDialog.
This commit is contained in:
@@ -53,6 +53,8 @@ private slots:
|
||||
void onSearchEntryTextChanged();
|
||||
void onSearchClearButtonClicked();
|
||||
void onPageSizeCheckClicked();
|
||||
void onAnyCategoryCheckClicked();
|
||||
void onCategoryCheckClicked();
|
||||
void onTemplatePickerSelectionChanged();
|
||||
void onCancelButtonClicked();
|
||||
|
||||
@@ -64,11 +66,22 @@ protected:
|
||||
void timerEvent(QTimerEvent *event);
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
// Private methods
|
||||
/////////////////////////////////
|
||||
private:
|
||||
void loadCategoryList();
|
||||
|
||||
|
||||
/////////////////////////////////
|
||||
// Private data
|
||||
/////////////////////////////////
|
||||
private:
|
||||
QBasicTimer mTimer;
|
||||
|
||||
QMap<QCheckBox*,QString> mCheckToCategoryMap;
|
||||
QStringList mCategoryIdList;
|
||||
|
||||
bool mCanceled;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user