42 void slotCurveName(
const QString &);
43 void slotLineColor(
const QString &);
44 void slotLineType(
const QString &);
45 void slotLineWidth(
int);
46 void slotPointColor(
const QString &);
47 void slotPointLineWidth (
int);
48 void slotPointRadius(
int);
49 void slotPointShape(
const QString &);
50 void slotSaveDefault();
58 void createCurveName (QGridLayout *layout,
int &row);
59 void createLine (QGridLayout *layout,
int &row);
60 void createPoint (QGridLayout *layout,
int &row);
61 void createPreview (QGridLayout *layout,
int &row);
62 void drawLine (
bool isRelation,
64 void drawPoints (
const PointStyle &pointStyle);
65 void loadForCurveName(
const QString &curveName);
66 void resetSceneRectangle();
67 void updateControls();
74 QComboBox *m_cmbCurveName;
76 QGroupBox *m_groupPoint;
77 QComboBox *m_cmbPointShape;
78 QSpinBox *m_spinPointRadius;
79 QSpinBox *m_spinPointLineWidth;
80 QComboBox *m_cmbPointColor;
82 QGroupBox *m_groupLine;
83 QSpinBox *m_spinLineWidth;
84 QComboBox *m_cmbLineColor;
85 QComboBox *m_cmbLineType;
87 QPushButton *m_btnSaveDefault;
89 QGraphicsScene *m_scenePreview;
Model for DlgSettingsMainWindow.
Main window consisting of menu, graphics scene, status bar and optional toolbars as a Single Document...