Rev 394 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 394 | Rev 397 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | //(or kick this function completely) |
34 | //(or kick this function completely) |
35 | // sleep(Time); |
35 | // sleep(Time); |
36 | #endif |
36 | #endif |
37 | } |
37 | } |
Line -... | Line 38... | ||
- | 38 | ||
38 | 39 | /* |
|
39 | QString ToolBox::get_Float(long Wert, int Count) |
40 | QString ToolBox::get_Float(long Wert, int Count) |
40 | { |
41 | { |
Line 41... | Line 42... | ||
41 | QString Temp, s_Wert; |
42 | QString Temp, s_Wert; |
Line 42... | Line 43... | ||
42 | 43 | ||
Line 43... | Line 44... | ||
43 | s_Wert = QString("%1").arg(Wert); |
44 | s_Wert = QString("%1").arg(Wert); |
44 | 45 | ||
Line 45... | Line 46... | ||
45 | Temp = s_Wert.left(s_Wert.length() - Count) + QString(".") + s_Wert.right(Count); |
46 | Temp = s_Wert.left(s_Wert.length() - Count) + QString(".") + s_Wert.right(Count); |
46 | 47 | ||
47 | return Temp; |
48 | return Temp; |
48 | } |
49 | }*/ |