Les onglets sont desormais le mode d'affichage par defaut des projets.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@568 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-04-05 12:33:20 +00:00
parent 86bd2daa04
commit 5a05cb15cd
3 changed files with 14 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ GeneralConfigurationPage::GeneralConfigurationPage(QWidget *parent) : ConfigPage
// acces a la configuration de QElectroTech
QSettings &settings = QETApp::settings();
bool tabbed = settings.value("diagrameditor/viewmode", "windowed") == "tabbed";
bool tabbed = settings.value("diagrameditor/viewmode", "tabbed") == "tabbed";
bool integrate_elements = settings.value("diagrameditor/integrate-elements", true).toBool();
projects_view_mode_ = new QGroupBox(tr("Projets"), this);