From d977c34d53a2d11b2d0f912e303c27c8af64a4cb Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Mon, 8 Apr 2019 16:45:24 +0930 Subject: database changes, lots of core work --- productinventory.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'productinventory.h') diff --git a/productinventory.h b/productinventory.h index 34df6c4..8d748bc 100644 --- a/productinventory.h +++ b/productinventory.h @@ -26,6 +26,9 @@ #include #include #include +#include +#include +#include #include namespace Ui { @@ -71,7 +74,9 @@ private: int createTable(QString category); // create a table and add it to our tables list with a header, returns index in list or -1 QStringList headerLabels; // labels used for table headers 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