Subversion Repositories Projects

Rev

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

Rev 801 Rev 906
Line 21... Line 21...
21
 
21
 
22
#include <QString>
22
#include <QString>
23
#include "../Global/Global.h"
23
#include "../Global/Global.h"
Line 24... Line 24...
24
#include "../Global/Kopter.h"
24
#include "../Global/Kopter.h"
25
 
25
 
Line 26... Line 26...
26
static const QString QA_NAME = "QMK-Settings";
26
static const QString QA_NAME = "QMK-Communicator";
27
static const QString QA_VERSION_NR = "1.3.0";
27
static const QString QA_VERSION_NR = "1.3.1";
28
 
28
 
29
#ifdef _BETA_
29
#ifdef _BETA_
30
    static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
30
    static const QString QA_VERSION = QA_VERSION_NR + " (BETA)";
Line 31... Line 31...
31
#else
31
#else
32
    static const QString QA_VERSION = QA_VERSION_NR;
32
    static const QString QA_VERSION = QA_VERSION_NR;
Line 33... Line 33...
33
#endif
33
#endif
34
 
34
 
35
static const QString QA_DATE = "25.08.2010";
35
static const QString QA_DATE = "05.02.2011";
36
static const QString QA_YEAR = "2008-2010";
36
static const QString QA_YEAR = "2008-2011";
Line 43... Line 43...
43
    "<br /><br /><b>kompatibel zu " + QA_HWVERSION + "</b>"
43
    "<br /><br /><b>kompatibel zu " + QA_HWVERSION + "</b>"
44
    "<br /><br />"
44
    "<br /><br />"
45
    "(C) " + QA_YEAR + " by " + QA_AUTHOR + " - "
45
    "(C) " + QA_YEAR + " by " + QA_AUTHOR + " - "
46
    "<a href=\"mailto:" + QA_EMAIL + "\">" + QA_EMAIL + "</a> <br /><br />"
46
    "<a href=\"mailto:" + QA_EMAIL + "\">" + QA_EMAIL + "</a> <br /><br />"
47
    "Groundstation-Programm f&uuml;r den Mikrokopter<br /><br />"
47
    "Groundstation-Programm f&uuml;r den Mikrokopter<br /><br />"
48
    "QMK-Settings - Konfiguration des Mikrokopter.<br /><br /> "
48
    "QMK-Communicator - Kommunikations-Schnittstelle zum Mikrokopter.<br /><br /> "
49
    "Dieses Programm wird unter den Bedingungen der GPL v2 ver&ouml;ffentlicht."
49
    "Dieses Programm wird unter den Bedingungen der GPL v2 ver&ouml;ffentlicht."
50
    "</HTML>";
50
    "</HTML>";
Line -... Line 51...
-
 
51
 
-
 
52
static const int DEV_IP_PORT = 64400;
-
 
53
static const int DEV_IP_MAX  = 21;
51
 
54
 
Line 52... Line 55...
52
static const QString DataFields = "VSQPMN";
55
static const QString Base64Hash = "IypzZUNyRXQhQC0qJQ==";