39 void slotTitleBarFormat(
bool);
40 void slotLocale (
int index);
41 void slotRecentFileClear ();
42 void slotZoomControl (
const QString);
43 void slotZoomFactor (
const QString);
50 void createControls (QGridLayout *layout,
52 QString localeLabel (QLocale::Language lang,
53 QLocale::Country country)
const;
54 void updateControls();
56 QComboBox *m_cmbZoomFactor;
57 QComboBox *m_cmbZoomControl;
58 QComboBox *m_cmbLocale;
59 QPushButton *m_btnRecentClear;
60 QCheckBox *m_chkTitleBarFormat;
Dialog for editing main window settings, which are entirely independent of all documents.
void loadMainWindowModel(CmdMediator &cmdMediator, const MainWindowModel &modelMainWindow)
Replaced load method since the main window settings are independent of document, unlike other DlgSett...
virtual void createOptionalSaveDefault(QHBoxLayout *layout)
Let subclass define an optional Save As Default button.
virtual void load(CmdMediator &cmdMediator)
Load settings from Document.
virtual QWidget * createSubPanel()
Create dialog-specific panel to which base class will add Ok and Cancel buttons.
Model for DlgSettingsMainWindow.
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...