1. Fix the window titla end label above audio devices on Configuration

screen.
2. Some copy-editing on the User's Guide.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3255 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-05-03 23:28:39 +00:00
parent 92dfebd6d8
commit 7fb32b0d59
4 changed files with 28 additions and 17 deletions

Binary file not shown.

View File

@ -87,7 +87,6 @@ private slots:
void on_cbDTRoff_toggled(bool checked);
void on_rbData_toggled(bool checked);
void on_pollSpinBox_valueChanged(int n);
void on_pttComboBox_currentIndexChanged(int index);
private:

View File

@ -17,7 +17,7 @@
</size>
</property>
<property name="windowTitle">
<string>Setup</string>
<string>Configuration</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
@ -1096,8 +1096,30 @@
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<spacer name="horizontalSpacer_15">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>96</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="label_26">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>90</width>
@ -1106,22 +1128,12 @@
</property>
<property name="maximumSize">
<size>
<width>90</width>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="text">
<string>Dev Channel</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_8">
<property name="text">
<string>API Name</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
<string>Dev Ch API Name</string>
</property>
</widget>
</item>
@ -1141,7 +1153,7 @@
</property>
<property name="maximumSize">
<size>
<width>75</width>
<width>90</width>
<height>16777215</height>
</size>
</property>
@ -1177,7 +1189,7 @@
</property>
<property name="maximumSize">
<size>
<width>75</width>
<width>90</width>
<height>16777215</height>
</size>
</property>

View File

@ -1,4 +1,4 @@
//-------------------------------------------------------------- MainWindow
//--------------------------------------------------------------- MainWindow
#include "mainwindow.h"
#include "ui_mainwindow.h"
#include "devsetup.h"