Rev 440 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 440 | Rev 449 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | #include "../libMK/Kopter.h" |
25 | #include "../libMK/Kopter.h" |
Line 26... | Line 26... | ||
26 | 26 | ||
27 | class ToolBox |
27 | class ToolBox |
28 | { |
28 | { |
29 | public : |
29 | public : |
30 | static QString dataToQString(int Data[150], int Start = 0, int End = 150); |
30 | static QString dataToQString(char data[MAX_DATA_SIZE], int Start = 0, int End = 150); |
31 | static QIcon Icon(int ID); |
31 | static QIcon Icon(int ID); |
32 | //static QString get_Float(long Wert, int Count); |
32 | //static QString get_Float(long Wert, int Count); |
33 | static void wait(int Time); |
33 | static void wait(int Time); |