X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Faccelerationstart.h;h=1f0dd47547ef640faf504e3021f2289dd417cbc1;hp=6502e1d0c4ada323a82c67e3407c9a1d460c1d10;hb=eb8665a8c4b6a15a9d5a9f5b348432293d171ae6;hpb=899a98e19a7bc56b49fe7dc75195e24ada81d0b7 diff --git a/Client/accelerationstart.h b/Client/accelerationstart.h index 6502e1d..1f0dd47 100644 --- a/Client/accelerationstart.h +++ b/Client/accelerationstart.h @@ -1,7 +1,8 @@ /* * Acceleration start dialog * - * @author Jukka Kurttila + * @author Jukka Kurttila + * @author Toni Jussila * @copyright (c) 2010 Speed Freak team * @license http://opensource.org/licenses/gpl-license.php GNU Public License */ @@ -10,6 +11,7 @@ #include #include "accrealtimedialog.h" +#include namespace Ui { class accelerationstart; @@ -20,21 +22,29 @@ class accelerationstart : public QDialog { public: accelerationstart(QWidget *parent = 0); ~accelerationstart(); + AccRealTimeDialog* accRealTimeDialog; QString getMeasureCategory(); + HelpAccelerationDialog *helpAccelerationDialog; protected: void changeEvent(QEvent *e); private: Ui::accelerationstart *ui; - AccRealTimeDialog* accRealTimeDialog; + double stopMeasureSpeed; QString measureCategory; private slots: + void on_pushButtonInfo_clicked(); void on_categorComboBox_currentIndexChanged(int index); void on_buttonStart_clicked(); void on_buttonCalib_clicked(); + void sendResult(double); + void killHelpDialog(); + +signals: + void sendresult(QString, double); }; #endif // ACCELERATIONSTART_H