diff options
author | Ken Moore <ken@ixsystems.com> | 2017-04-06 13:34:07 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-04-06 13:34:07 -0400 |
commit | 562ef6119602285ea41885f4cd8f61a7f96b08d7 (patch) | |
tree | 8552a16ac71d7a7e94a4571292e8f57fb72500be /src-qt5/desktop-utils/lumina-textedit/MainUI.h | |
parent | Couple more tweaks for the lumina-mediaplayer. (diff) | |
download | lumina-562ef6119602285ea41885f4cd8f61a7f96b08d7.tar.gz lumina-562ef6119602285ea41885f4cd8f61a7f96b08d7.tar.bz2 lumina-562ef6119602285ea41885f4cd8f61a7f96b08d7.zip |
Start the prep-work for making the tabwidget drag-and-drop capable.
Diffstat (limited to 'src-qt5/desktop-utils/lumina-textedit/MainUI.h')
-rw-r--r-- | src-qt5/desktop-utils/lumina-textedit/MainUI.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src-qt5/desktop-utils/lumina-textedit/MainUI.h b/src-qt5/desktop-utils/lumina-textedit/MainUI.h index 53cc2398..e3e4c9fc 100644 --- a/src-qt5/desktop-utils/lumina-textedit/MainUI.h +++ b/src-qt5/desktop-utils/lumina-textedit/MainUI.h @@ -1,6 +1,6 @@ //=========================================== // Lumina-DE source code -// Copyright (c) 2015, Ken Moore +// Copyright (c) 2015-2017, Ken Moore // Available under the 3-clause BSD license // See the LICENSE file for full details //=========================================== @@ -16,6 +16,7 @@ #include "PlainTextEditor.h" #include "ColorDialog.h" +#include "DnDTabBar.h" namespace Ui{ class MainUI; @@ -34,6 +35,7 @@ public slots: private: Ui::MainUI *ui; + DnDTabWidget *tabWidget; QFontComboBox *fontbox; ColorDialog *colorDLG; QSettings *settings; |