Subversion Repositories Projects

Rev

Rev 440 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 440 Rev 449
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(QString(HardwareType[ID].c_str()));
97
    lb_Hardware->setText(QString(HardwareType[ID]));
98
 
98
 
99
    for (int a = 0; a < MaxAnalog; a++)
99
    for (int a = 0; a < MaxAnalog; a++)