|
@@ -432,6 +432,15 @@ PhidgetChannelConfWidget::PhidgetChannelConfWidget(DeviceTreeModel *model,
|
432
|
432
|
}
|
433
|
433
|
outerLayout->addLayout(subtypeLayout);
|
434
|
434
|
setLayout(outerLayout);
|
|
435
|
+ updateSerialNumber(serialNumber->text());
|
|
436
|
+ updateChannel(channel->text());
|
|
437
|
+ updateColumnName(columnName->text());
|
|
438
|
+ updateChannelType(subtype->currentIndex());
|
|
439
|
+ updateTCType(tctype->currentIndex());
|
|
440
|
+ updateRTDType(rtdtype->currentIndex());
|
|
441
|
+ updateRTDWiring(rtdwiring->currentIndex());
|
|
442
|
+ updateHubPort(hubPort->text());
|
|
443
|
+ updateHidden(hidden->checkState());
|
435
|
444
|
connect(channelSelector, SIGNAL(currentIndexChanged(int)),
|
436
|
445
|
this, SLOT(changeSelectedChannel(int)));
|
437
|
446
|
connect(subtype, SIGNAL(currentIndexChanged(int)),
|