- Timestamp:
- Dec 23, 2014, 11:09:42 AM (10 years ago)
- Location:
- trunk/BNC/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r6337 r6408 111 111 static const QStringList labels = QString("account, Streams: resource loader / mountpoint, decoder, lat, long, nmea, ntrip, bytes").split(","); 112 112 113 setMinimumSize( 90*ww, 70*ww);113 setMinimumSize(100*ww, 70*ww); 114 114 115 115 setWindowTitle(tr("BKG Ntrip Client (BNC) Version " BNCVERSION)); … … 1019 1019 this, SLOT(slotBncTextChanged())); 1020 1020 1021 _reqcSkyPlotSignals = new QLineEdit(settings.value("reqcSkyPlotSignals").toString()); 1022 1021 1023 _reqcLogSummaryOnly = new QCheckBox(); 1022 1024 _reqcLogSummaryOnly->setCheckState(Qt::CheckState(settings.value("reqcLogSummaryOnly").toInt())); … … 1050 1052 reqcLayout->addWidget(_reqcPlotDirLineEdit, ir, 1, Qt::AlignRight); 1051 1053 ++ir; 1052 reqcLayout->addWidget(new QLabel("Sky plots for"),ir, 0, Qt::AlignLeft);1054 reqcLayout->addWidget(new QLabel("Sky plots:"), ir, 0, Qt::AlignLeft); 1053 1055 reqcLayout->addWidget(_reqcSkyPlotSystems, ir, 1, Qt::AlignRight); 1056 reqcLayout->addWidget(new QLabel("Systems"), ir, 2, Qt::AlignLeft); 1057 reqcLayout->addWidget(_reqcSkyPlotSignals, ir, 3, Qt::AlignRight); 1058 reqcLayout->addWidget(new QLabel("Signals"), ir, 4, Qt::AlignLeft); 1054 1059 ++ir; 1055 1060 reqcLayout->addWidget(new QLabel(""), ir, 1); -
trunk/BNC/src/bncwindow.h
r6332 r6408 149 149 QLineEdit* _reqcPlotDirLineEdit; 150 150 QComboBox* _reqcSkyPlotSystems; 151 QLineEdit* _reqcSkyPlotSignals; 151 152 QCheckBox* _reqcLogSummaryOnly; 152 153
Note:
See TracChangeset
for help on using the changeset viewer.