Changeset 3198 in ntrip


Ignore:
Timestamp:
Mar 30, 2011, 1:27:44 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3197 r3198  
    984984  connect(setUploadTrafoButton, SIGNAL(clicked()), this, SLOT(slotSetUploadTrafo()));
    985985
    986   uploadHlpLayout->addWidget(new QLabel("Interval"),0,3);
     986  uploadHlpLayout->addWidget(new QLabel("Interval"),0,3, Qt::AlignRight);
    987987  uploadHlpLayout->addWidget(_uploadIntrComboBox,0,4);
    988988
    989   uploadHlpLayout->addWidget(new QLabel("Sampling"),1,3);
     989  uploadHlpLayout->addWidget(new QLabel("Sampling"),1,3, Qt::AlignRight);
    990990  uploadHlpLayout->addWidget(_uploadSamplSpinBox,1,4);
    991991
Note: See TracChangeset for help on using the changeset viewer.