Route and Results buttons updated.
[speedfreak] / Client / topresultdialog.h
index a46b916..3059094 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * Topresultdialog
+ *
+ * @author     Olavi Pulkkinen <olavi.pulkkinena@fudeco.com>
+ * @author     Toni Jussila <toni.jussila@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #ifndef TOPRESULTDIALOG_H
 #define TOPRESULTDIALOG_H
 
 #include <QDialog>
+#include <helpresultsdialog.h>
 
 namespace Ui {
     class TopResultDialog;
@@ -12,11 +22,13 @@ class TopResultDialog : public QDialog {
 public:
     TopResultDialog(QWidget *parent = 0);
     ~TopResultDialog();
+    HelpResultsDialog *helpResultsDialog;
     void setCompoBoxCategories(QStringList list);
     void showTopList(QString str);
     int getRecentCategoryIndex();
     int getLimitNr();
     void setLimitNr(int number);
+    void setLabelInfoToUser(QString infoText);
 
 protected:
     void changeEvent(QEvent *e);
@@ -31,10 +43,10 @@ private:
     int limitNr;
 
 private slots:
+    void on_pushButtonInfo_clicked();
     void on_comboBoxTopCategory_currentIndexChanged(int index);
-    void on_pushButton_debclose_clicked();
     void on_buttonTopRefresh_clicked();
-
+    void killHelpDialog();
 };
 
 #endif // TOPRESULTDIALOG_H