1 #ifndef DLG_SETTINGS_AXES_CHECKER_H
2 #define DLG_SETTINGS_AXES_CHECKER_H
4 #include "DlgSettingsAbstractBase.h"
32 void slotGroupMode (QAbstractButton*);
33 void slotLineColor(
const QString &);
34 void slotSeconds (
const QString &);
41 void createControls (QGridLayout *layout,
int &row);
43 void createPreview (QGridLayout *layout,
int &row);
44 void updateControls();
47 QButtonGroup *m_groupMode;
48 QRadioButton *m_btnNever;
49 QRadioButton *m_btnNSeconds;
50 QRadioButton *m_btnForever;
52 QComboBox *m_cmbSeconds;
54 QComboBox *m_cmbLineColor;
56 QGraphicsScene *m_scenePreview;
65 #endif // DLG_SETTINGS_AXES_CHECKER_H
Box shape that is drawn through the three axis points, to temporarily (usually) or permanently (rarel...
virtual void load(CmdMediator &cmdMediator)
Load settings from Document.
Class that modifies QGraphicsView to automatically expand/shrink the view to fit the window...
Model for DlgSettingsCoords and CmdSettingsCoords.
virtual void createOptionalSaveDefault(QHBoxLayout *layout)
Let subclass define an optional Save As Default button.
virtual QWidget * createSubPanel()
Create dialog-specific panel to which base class will add Ok and Cancel buttons.
virtual void handleOk()
Process slotOk.
Model for DlgSettingsAxesChecker and CmdSettingsAxesChecker.
Abstract base class for all Settings dialogs.
DlgSettingsAxesChecker(MainWindow &mainWindow)
Single constructor.
Dialog for editing axes checker settings.
MainWindow & mainWindow()
Get method for MainWindow.
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...
CmdMediator & cmdMediator()
Provide access to Document information wrapped inside CmdMediator.