diff --git a/qt-gui.cpp b/qt-gui.cpp index cb06bf8d5..59fa1985e 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -95,6 +95,7 @@ void init_ui(int *argcp, char ***argvp) // the Gtk theme makes things unbearably ugly // so switch to Oxygen in this case + qDebug() << application->style()->objectName(); if (application->style()->objectName() == "gtk+") application->setStyle("Oxygen"); diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index c10d8737d..18e9b743a 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -42,7 +42,10 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent), #ifdef __APPLE__ setDocumentMode(false); #else - setDocumentMode(true); + if (qApp->style()->objectName() == "gtk+") + setDocumentMode(false); + else + setDocumentMode(true); #endif // we start out with the fields read-only; once things are // filled from a dive, they are made writeable diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 05a59524e..72f7444a0 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -26,10 +26,16 @@ - 0 + 1 + + 0 + + + 0 + @@ -37,6 +43,12 @@ + + 0 + + + 0 + @@ -52,16 +64,7 @@ 0 - - 0 - - - 0 - - - 0 - - + 0 @@ -74,16 +77,7 @@ 0 - - 0 - - - 0 - - - 0 - - + 0 @@ -169,7 +163,7 @@ 0 0 763 - 19 + 23