Use QLineEdit's built-in clear button instead of our own in SelectProductDialog.
- Clear button was introduced in Qt 5.2
This commit is contained in:
@@ -57,7 +57,6 @@ namespace glabels
|
||||
private slots:
|
||||
void onModeTabChanged();
|
||||
void onSearchEntryTextChanged();
|
||||
void onSearchClearButtonClicked();
|
||||
void onPageSizeCheckClicked();
|
||||
void onCategoryRadioClicked();
|
||||
void onCategoryCheckClicked();
|
||||
|
||||
Reference in New Issue
Block a user