Rev 391 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 391 | Rev 397 | ||
---|---|---|---|
Line 27... | Line 27... | ||
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(int Data[150], 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); |
34 | }; |
34 | }; |
Line 35... | Line 35... | ||
35 | 35 |