X-Git-Url: http://git.maemo.org/git/?p=impuzzle;a=blobdiff_plain;f=src%2Fstatisticsdialog.h;h=cabecdd538174a4def04da4ad9cd947f8c74e9e7;hp=714a0142db17acf0b67534cfa6279db3a2fff2f1;hb=197445a53351096fc3d487eccfaaaa2fda10abc1;hpb=58ec0e286982cd15beff65303797420c2f913fcb diff --git a/src/statisticsdialog.h b/src/statisticsdialog.h index 714a014..cabecdd 100644 --- a/src/statisticsdialog.h +++ b/src/statisticsdialog.h @@ -5,6 +5,8 @@ class QLabel; class QVBoxLayout; +class QHBoxLayout; +class QPushButton; class StatisticsDialog : public QDialog { @@ -13,9 +15,16 @@ class StatisticsDialog : public QDialog public: StatisticsDialog(QWidget *parent = 0); +private slots: + void updateContent(); + void resetClicked(); + private: QLabel *label_; + QPushButton *resetButton_; + QPushButton *doneButton_; QVBoxLayout *mainLayout_; + QHBoxLayout *buttonLayout_; }; #endif