Added help and setting dialog's fonts changed bigger.
[speedfreak] / Client / helpaccelerationdialog.h
diff --git a/Client/helpaccelerationdialog.h b/Client/helpaccelerationdialog.h
new file mode 100644 (file)
index 0000000..d18092b
--- /dev/null
@@ -0,0 +1,28 @@
+#ifndef HELPACCELERATIONDIALOG_H
+#define HELPACCELERATIONDIALOG_H
+
+#include <QDialog>
+
+namespace Ui {
+    class HelpAccelerationDialog;
+}
+
+class HelpAccelerationDialog : public QDialog {
+    Q_OBJECT
+public:
+    HelpAccelerationDialog(QWidget *parent = 0);
+    ~HelpAccelerationDialog();
+
+protected:
+    void changeEvent(QEvent *e);
+
+private:
+    Ui::HelpAccelerationDialog *ui;
+    int pageCounter;
+
+private slots:
+    void on_pushButtonLast_clicked();
+    void on_pushButtonNext_clicked();
+};
+
+#endif // HELPACCELERATIONDIALOG_H