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