diff options
author | Ken Moore <moorekou@gmail.com> | 2016-06-22 23:21:22 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-06-22 23:21:22 -0400 |
commit | da01d191816c678dcdabbf93942094eb3c6ed78b (patch) | |
tree | cd2307465cefa1a81c53b4a55520a8e82e3ff8e2 /src-qt5/core-utils/lumina-config/pages/page_main.h | |
parent | Get the general page loading system all setup for the new mainWindow class. (diff) | |
download | lumina-da01d191816c678dcdabbf93942094eb3c6ed78b.tar.gz lumina-da01d191816c678dcdabbf93942094eb3c6ed78b.tar.bz2 lumina-da01d191816c678dcdabbf93942094eb3c6ed78b.zip |
Get a lot more of the new lumina-config layout all setup. Now the main page has all the loading/parsing routines built in, and the main window will perform the button actions as needed.
Diffstat (limited to 'src-qt5/core-utils/lumina-config/pages/page_main.h')
-rw-r--r-- | src-qt5/core-utils/lumina-config/pages/page_main.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src-qt5/core-utils/lumina-config/pages/page_main.h b/src-qt5/core-utils/lumina-config/pages/page_main.h index d5c5c8be..0b24b6da 100644 --- a/src-qt5/core-utils/lumina-config/pages/page_main.h +++ b/src-qt5/core-utils/lumina-config/pages/page_main.h @@ -26,8 +26,11 @@ public slots: private: Ui::page_main *ui; + QList<PAGEINFO> INFO; + + void UpdateItems(QString search); private slots: - + void itemTriggered(QTreeWidgetItem*); }; #endif |