7 #ifndef DLG_SETTINGS_AXES_CHECKER_H 8 #define DLG_SETTINGS_AXES_CHECKER_H 10 #include "DlgSettingsAbstractBase.h" 15 class QAbstractButton;
38 void slotGroupMode (QAbstractButton*);
39 void slotLineColor(
const QString &);
40 void slotSeconds (
const QString &);
47 void createControls (QGridLayout *layout,
int &row);
49 void createPreview (QGridLayout *layout,
int &row);
50 void updateControls();
53 QButtonGroup *m_groupMode;
54 QRadioButton *m_btnNever;
55 QRadioButton *m_btnNSeconds;
56 QRadioButton *m_btnForever;
58 QComboBox *m_cmbSeconds;
60 QComboBox *m_cmbLineColor;
62 QGraphicsScene *m_scenePreview;
71 #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.