- Timestamp:
- Mar 30, 2011, 1:27:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3197 r3198 984 984 connect(setUploadTrafoButton, SIGNAL(clicked()), this, SLOT(slotSetUploadTrafo())); 985 985 986 uploadHlpLayout->addWidget(new QLabel("Interval"),0,3 );986 uploadHlpLayout->addWidget(new QLabel("Interval"),0,3, Qt::AlignRight); 987 987 uploadHlpLayout->addWidget(_uploadIntrComboBox,0,4); 988 988 989 uploadHlpLayout->addWidget(new QLabel("Sampling"),1,3 );989 uploadHlpLayout->addWidget(new QLabel("Sampling"),1,3, Qt::AlignRight); 990 990 uploadHlpLayout->addWidget(_uploadSamplSpinBox,1,4); 991 991
Note:
See TracChangeset
for help on using the changeset viewer.