From a140c3d8d118a27d685ce06f7d296d27602c5043 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Thu, 11 Apr 2019 10:51:31 +0930 Subject: many fixes, tweaks and things added, mainly checkbox related --- productinventory.h | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'productinventory.h') diff --git a/productinventory.h b/productinventory.h index 8d748bc..d79b949 100644 --- a/productinventory.h +++ b/productinventory.h @@ -28,7 +28,8 @@ #include #include #include -#include +#include +#include #include namespace Ui { @@ -56,6 +57,26 @@ private slots: void on_mustHaveImagesCheckBox_clicked(); // called when must have images filter selected void on_mustNotHaveImagesCheckBox_clicked(); // called when must not have images filter selected + void on_selectAllButton_clicked(); + + void on_unselectAllButton_clicked(); + + void on_checkBox_2_clicked(); + + void on_filterSortAlphaCheckBox_clicked(); + + void on_filterSortRevAlphaCheckBox_clicked(); + + void on_filterSortAlphabeticalCheckBox_clicked(); + + void on_filterSortReverseAlphabeticalCheckbox_clicked(); + + void on_filterSortReverseAlphabeticalCheckBox_clicked(); + + void on_newestFirstCheckBox_clicked(); + + void on_oldestFirstCheckBox_clicked(); + private: Ui::ProductInventory *ui; QString conStatus; // connection status text @@ -76,7 +97,6 @@ private: QList labels; // labels used for table names void resizeRows(); // resize all table rows to fit the content QList checkboxes; // checkboxes used to filter product categories - QGridLayout *categoryLayout; // layout }; #endif // PRODUCTINVENTORY_H -- cgit v1.2.3