From 49065b25b2e41e3cfc7037e1459c9c33ab94d6d4 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 22 Jun 2016 15:28:49 -0400 Subject: Continue splitting up all the various pages/tabs into distinct pages for lumina-config. All the UI files are now split up - starting to add in the cpp/h files now. (Still not tied into build yet) --- src-qt5/core-utils/lumina-config/mainWindow.ui | 69 ++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src-qt5/core-utils/lumina-config/mainWindow.ui (limited to 'src-qt5/core-utils/lumina-config/mainWindow.ui') diff --git a/src-qt5/core-utils/lumina-config/mainWindow.ui b/src-qt5/core-utils/lumina-config/mainWindow.ui new file mode 100644 index 00000000..55e39233 --- /dev/null +++ b/src-qt5/core-utils/lumina-config/mainWindow.ui @@ -0,0 +1,69 @@ + + + mainWindow + + + + 0 + 0 + 486 + 388 + + + + MainWindow + + + + + + Qt::CustomContextMenu + + + toolBar + + + false + + + Qt::TopToolBarArea + + + TopToolBarArea + + + false + + + + + + + + Save + + + Save current changes + + + Ctrl+S + + + + + Back to settings + + + Back to overall settings + + + Back to overall settings + + + Esc + + + + + + -- cgit