Rev 393 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 393 | Rev 394 | ||
---|---|---|---|
Line 92... | Line 92... | ||
92 | 92 | ||
93 | void dlg_Config::set_Settings(cSettings *Set, int ID) |
93 | void dlg_Config::set_Settings(cSettings *Set, int ID) |
94 | { |
94 | { |
Line 95... | Line 95... | ||
95 | Settings = Set; |
95 | Settings = Set; |
Line 96... | Line 96... | ||
96 | 96 | ||
97 | lb_Hardware->setText(HardwareType[ID]); |
97 | lb_Hardware->setText(QString(HardwareType[ID].c_str())); |
98 | 98 | ||
99 | for (int a = 0; a < MaxAnalog; a++) |
99 | for (int a = 0; a < MaxAnalog; a++) |