30 #ifndef GRAPHSETTINGSDIALOG_H
31 #define GRAPHSETTINGSDIALOG_H
34 #include "activitygraph.h"
38 class GraphSettingsDialog;
87 void on_pushButton_clicked();
89 void on_pushButton_2_clicked();
91 void on_pushButton_3_clicked();
93 void on_pushButton_4_clicked();
95 void on_pushButton_5_clicked();
97 void on_pushButton_6_clicked();
99 void on_pushButton_7_clicked();
101 void on_pushButton_8_clicked();
103 void createSettings();
107 void cancelSettings();
109 void on_pushButtonDefaults_clicked();
111 void on_spinBoxWidth_valueChanged(
int arg1);
114 Ui::GraphSettingsDialog *ui;
121 QColor fontbackground;
122 QColor selectedfontcolor;
123 QColor selectioncolor;
125 QColor activitycolor;
133 #endif // GRAPHSETTINGSDIALOG_H
Class for settings dialog of graphwidget.
Definition: graphsettingsdialog.h:53
GraphSettings sendCurrent()
Sends current settings to the parent.
Definition: graphsettingsdialog.cpp:161
void sendSettings(GraphSettings settings)
Sends newly edited graph settings to the parent.
void requestPreviousSettings()
Requests previous settings from the parent.
void requestDefaultSettings()
Requests default settings from the parent.
Graph settings type for font/colors/line widths.
Definition: activitygraph.h:75
void sendfinalSettings(GraphSettings settings)
Sends and saves the graph settings to the parent.
void getSettings(GraphSettings settings)
Gets graph settings from the parent.
Definition: graphsettingsdialog.cpp:57
GraphSettingsDialog(QWidget *parent=0)
Constructor for the graph settings dialog.
Definition: graphsettingsdialog.cpp:41