Changeset e51c78af27 in tspsg for src/settingsdialog.cpp


Ignore:
Timestamp:
Apr 30, 2010, 3:45:55 AM (14 years ago)
Author:
Oleksii Serdiuk
Branches:
0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
Children:
e3533af1cf
Parents:
0773f1b65f
git-author:
Oleksii Serdiuk <contacts@…> (04/30/10 03:45:55)
git-committer:
Oleksii Serdiuk <contacts@…> (06/29/12 19:41:42)
Message:

+ Added a checkbox to the "Settings" menu to be able to show/hide Toolbar.

  • "Save" Toolbar button now has an arrow that calls "Save As..." popup menu.
  • Fixed a bug: "Autosize" setting was never saved and was always on.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.cpp

    r0773f1b65f re51c78af27  
    227227        settings->endGroup();
    228228
    229 #ifndef Q_OS_WINCE_WM
     229#ifdef HANDHELD
     230        setWindowState(Qt::WindowMaximized);
     231#else
    230232        adjustSize();
    231233#endif // Q_OS_WINCE_WM
     
    290292        }
    291293#endif // Q_OS_WIN32
     294        settings->setValue("Autosize", cbAutosize->isChecked());
    292295        settings->setValue("UseNativeDialogs", cbUseNativeDialogs->isChecked());
    293296
Note: See TracChangeset for help on using the changeset viewer.