src/MainWindow.h

changeset 65
2ef981980daa
parent 57
75d11cc05ce4
child 68
abac28effb21
equal deleted inserted replaced
64:b0d30697af67 65:2ef981980daa
28 Q_OBJECT 28 Q_OBJECT
29 29
30 public: 30 public:
31 explicit MainWindow(QWidget *parent = 0); 31 explicit MainWindow(QWidget *parent = 0);
32 ~MainWindow(); 32 ~MainWindow();
33
34 InventorySuppliers *InventorySuppliersWindow;
33 35
34 private slots: 36 private slots:
35 void on_actionExit_triggered(); 37 void on_actionExit_triggered();
36 void on_actionSuppliers_triggered(); 38 void on_actionSuppliers_triggered();
37 void on_actionFermentables_triggered(); 39 void on_actionFermentables_triggered();
65 67
66 private: 68 private:
67 Ui::MainWindow *ui; 69 Ui::MainWindow *ui;
68 70
69 // Keep pointers to new windows. 71 // Keep pointers to new windows.
70 InventorySuppliers *InventorySuppliersWindow;
71 InventoryFermentables *InventoryFermentablesWindow; 72 InventoryFermentables *InventoryFermentablesWindow;
72 InventoryHops *InventoryHopsWindow; 73 InventoryHops *InventoryHopsWindow;
73 InventoryYeasts *InventoryYeastsWindow; 74 InventoryYeasts *InventoryYeastsWindow;
74 InventoryMiscs *InventoryMiscsWindow; 75 InventoryMiscs *InventoryMiscsWindow;
75 InventoryWaters *InventoryWatersWindow; 76 InventoryWaters *InventoryWatersWindow;

mercurial