diff options
| author | 2015-09-28 00:45:44 +0200 | |
|---|---|---|
| committer | 2015-09-28 00:45:44 +0200 | |
| commit | a8b12f44d0e747d143b61c50ed4f8c580045a259 (patch) | |
| tree | 6a174ffea31eb70380e88794fc67c35d8dca0d60 /src/modules/options/OptionsWidget_theme.cpp | |
| parent | Move the 'undock' menu entry in the middle to minimize the chance of accident... (diff) | |
| download | KVIrc-a8b12f44d0e747d143b61c50ed4f8c580045a259.tar.gz KVIrc-a8b12f44d0e747d143b61c50ed4f8c580045a259.tar.bz2 KVIrc-a8b12f44d0e747d143b61c50ed4f8c580045a259.zip | |
Bye bye MDI. I have probably introduced few minor bugs that I haven't been able to spot yet. Please report. Closes #1630.
Diffstat (limited to 'src/modules/options/OptionsWidget_theme.cpp')
| -rw-r--r-- | src/modules/options/OptionsWidget_theme.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/modules/options/OptionsWidget_theme.cpp b/src/modules/options/OptionsWidget_theme.cpp index a4f8f1bf7..669d6e744 100644 --- a/src/modules/options/OptionsWidget_theme.cpp +++ b/src/modules/options/OptionsWidget_theme.cpp @@ -153,23 +153,6 @@ void OptionsWidget_themeTransparency::enableGlobalBackgroundPixmapSelector(bool) #endif } -//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - - -OptionsWidget_themeMdiArea::OptionsWidget_themeMdiArea(QWidget * parent) -: KviOptionsWidget(parent) -{ - createLayout(); - - addColorSelector(0,0,0,0,__tr2qs_ctx("Background","options"),KviOption_colorMdiBackground); - addPixmapSelector(0,1,0,1,__tr2qs_ctx("Background Image","options"),KviOption_pixmapMdiBackground); - - layout()->setRowStretch(1,1); -} - -OptionsWidget_themeMdiArea::~OptionsWidget_themeMdiArea() -{ -} //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
