diff --git a/WSJT-X_Users_Guide.docx b/WSJT-X_Users_Guide.docx index 0ee4e0032..ed7514695 100644 Binary files a/WSJT-X_Users_Guide.docx and b/WSJT-X_Users_Guide.docx differ diff --git a/devsetup.h b/devsetup.h index 9672fbae2..0fdcf3814 100644 --- a/devsetup.h +++ b/devsetup.h @@ -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: diff --git a/devsetup.ui b/devsetup.ui index 09197187a..e2eaaf178 100644 --- a/devsetup.ui +++ b/devsetup.ui @@ -17,7 +17,7 @@ - Setup + Configuration @@ -1096,8 +1096,30 @@ + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 96 + 20 + + + + + + + 0 + 0 + + 90 @@ -1106,22 +1128,12 @@ - 90 + 16777215 16777215 - Dev Channel - - - - - - - API Name - - - Qt::AlignCenter + Dev Ch API Name @@ -1141,7 +1153,7 @@ - 75 + 90 16777215 @@ -1177,7 +1189,7 @@ - 75 + 90 16777215 diff --git a/mainwindow.cpp b/mainwindow.cpp index e4210e579..b1002da8c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//-------------------------------------------------------------- MainWindow +//--------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"