Rev 391 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 391 | Rev 394 | ||
---|---|---|---|
Line 23... | Line 23... | ||
23 | setupUi(this); |
23 | setupUi(this); |
24 | } |
24 | } |
Line 25... | Line 25... | ||
25 | 25 | ||
26 | void dlg_LCD::show_Data(int *Data) |
26 | void dlg_LCD::show_Data(int *Data) |
27 | { |
27 | { |
28 | le_LCD0->setText(ToolBox::Data2QString(Data,2,22)); |
28 | le_LCD0->setText(ToolBox::dataToQString(Data,2,22)); |
29 | le_LCD1->setText(ToolBox::Data2QString(Data,22,42)); |
29 | le_LCD1->setText(ToolBox::dataToQString(Data,22,42)); |
30 | le_LCD2->setText(ToolBox::Data2QString(Data,42,62)); |
30 | le_LCD2->setText(ToolBox::dataToQString(Data,42,62)); |
31 | le_LCD3->setText(ToolBox::Data2QString(Data,62,82)); |
31 | le_LCD3->setText(ToolBox::dataToQString(Data,62,82)); |