summaryrefslogtreecommitdiffhomepage
path: root/qfunctionconfigurator/qfunctionconfigurator.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-09 18:12:02 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-09 18:12:02 +0200
commit51b0e2bf53eb74b3041a98908ba32aaeaf4ed253 (patch)
tree7ffd4c58b4bdf79f15e7d05734ac572aed219f7c /qfunctionconfigurator/qfunctionconfigurator.h
parent1118434acb347988658370112c0e2e10aba6eec4 (diff)
use native background color in spline dialog
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'qfunctionconfigurator/qfunctionconfigurator.h')
-rw-r--r--qfunctionconfigurator/qfunctionconfigurator.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/qfunctionconfigurator/qfunctionconfigurator.h b/qfunctionconfigurator/qfunctionconfigurator.h
index 6669f92e..07eeeae3 100644
--- a/qfunctionconfigurator/qfunctionconfigurator.h
+++ b/qfunctionconfigurator/qfunctionconfigurator.h
@@ -63,7 +63,6 @@ class FTNOIR_TRACKER_BASE_EXPORT QFunctionConfigurator : public QWidget
Q_PROPERTY(int gridDistEGU_Output READ gridDistEGU_Output WRITE setgridDistEGU_Output)
Q_PROPERTY(QColor colorBezier READ colorBezier WRITE setColorBezier)
- Q_PROPERTY(QColor colorBackground READ colorBackground WRITE setColorBackground)
Q_PROPERTY(QString stringInputEGU READ stringInputEGU WRITE setInputEGU)
Q_PROPERTY(QString stringOutputEGU READ stringOutputEGU WRITE setOutputEGU)
Q_PROPERTY(QString stringCaption READ stringCaption WRITE setCaption)
@@ -94,27 +93,18 @@ class FTNOIR_TRACKER_BASE_EXPORT QFunctionConfigurator : public QWidget
return gDistEGU_Output;
}
- // Return the current color to Designer
QColor colorBezier() const
{
return colBezier;
}
- // Return the current color to Designer
- QColor colorBackground() const
- {
- return colBackground;
- }
- // Return the current string to Designer
QString stringInputEGU() const
{
return strInputEGU;
}
- // Return the current string to Designer
QString stringOutputEGU() const
{
return strOutputEGU;
}
- // Return the current string to Designer
QString stringCaption() const
{
return strCaption;
@@ -140,7 +130,6 @@ public slots:
void setgridDistEGU_Output(int);
void setColorBezier(QColor);
- void setColorBackground(QColor);
void setInputEGU(QString);
void setOutputEGU(QString);
void setCaption(QString);
@@ -179,7 +168,6 @@ private:
int gDistEGU_Output; // Distance of the grid, in EGU of Output
QColor colBezier; // Color of Bezier curve
- QColor colBackground; // Color of widget background
QString strInputEGU; // Engineering Units input (vertical axis)
QString strOutputEGU; // Engineering Units output (horizontal axis)
QString strCaption; // Caption of the graph