Subversion Repositories svn1

Rev

Rev 152 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 152 Rev 221
Line 1... Line 1...
1
#ifndef QMDIALOGLOADEXTERNALTEAMS_H
1
#ifndef QMDIALOGLOADEXTERNALTEAMS_H
2
#define QMDIALOGLOADEXTERNALTEAMS_H
2
#define QMDIALOGLOADEXTERNALTEAMS_H
3
 
3
 
4
#include <QDialog>
4
#include <QDialog>
5
 
-
 
6
namespace Ui {
5
#include <QLineEdit>
-
 
6
#include <QGroupBox>
7
    class QmDialogLoadExternalTeams;
7
#include <QTableWidget>
8
}
-
 
-
 
8
#include <QPushButton>
9
 
9
 
10
class QmDialogLoadExternalTeams : public QDialog
10
class QmDialogLoadExternalTeams : public QDialog
11
{
11
{
12
    Q_OBJECT
12
    Q_OBJECT
13
 
13
 
Line 16... Line 16...
16
    static void storeData(const QString &efile);
16
    static void storeData(const QString &efile);
17
    static void storeTeamInfo(const QString &efile);
17
    static void storeTeamInfo(const QString &efile);
18
    ~QmDialogLoadExternalTeams();
18
    ~QmDialogLoadExternalTeams();
19
 
19
 
20
private:
20
private:
21
    Ui::QmDialogLoadExternalTeams *ui;
-
 
22
    static QStringList splitCsvData( const QString data);
21
    static QStringList splitCsvData( const QString data);
23
    static QString toCsv(const QString &str);
22
    static QString toCsv(const QString &str);
24
    static QString toCsv(const int data);
23
    static QString toCsv(const int data);
25
 
24
 
-
 
25
    QLineEdit *fileName;
-
 
26
    QGroupBox *groupBox;
-
 
27
    QTableWidget *tableWidget;
-
 
28
    QPushButton *cancel;
-
 
29
    QPushButton *load;
-
 
30
 
-
 
31
 
26
public slots:
32
public slots:
27
    void loadData(void);
33
    void loadData(void);
28
};
34
};
29
 
35
 
30
#endif // QMDIALOGLOADEXTERNALTEAMS_H
36
#endif // QMDIALOGLOADEXTERNALTEAMS_H