Neal Wilson 6 years ago
parent
commit
08b7a21bd4
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      src/phidget22.w

+ 9
- 0
src/phidget22.w View File

@@ -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)),

Loading…
Cancel
Save