Minor GUI layout adjustments.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3132 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Edson W. R. Pereira 2013-04-04 15:04:01 +00:00
parent d7fd5c78e0
commit e5e9ea41ab
2 changed files with 286 additions and 142 deletions

View File

@ -268,11 +268,11 @@ MainWindow::MainWindow(QWidget *parent) :
if(ui->actionBlue->isChecked()) on_actionBlue_triggered(); if(ui->actionBlue->isChecked()) on_actionBlue_triggered();
ui->decodedTextLabel->setFont(ui->decodedTextBrowser->font()); ui->decodedTextLabel->setFont(ui->decodedTextBrowser->font());
ui->decodedTextLabel->setFont(ui->decodedTextBrowser2->font()); ui->decodedTextLabel2->setFont(ui->decodedTextBrowser2->font());
// 2022 0 0.1 1446 W5NZ EA6BB JM19 // 2022 0 0.1 1446 W5NZ EA6BB JM19
t="UTC dB DT Freq Message"; t="UTC dB DT Freq Message";
t=t + " " + t;
ui->decodedTextLabel->setText(t); ui->decodedTextLabel->setText(t);
ui->decodedTextLabel2->setText(t);
#ifdef WIN32 #ifdef WIN32
if(m_pskReporter) { if(m_pskReporter) {

View File

@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>750</width> <width>720</width>
<height>600</height> <height>574</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
@ -36,116 +36,271 @@
</property> </property>
<widget class="QWidget" name="centralWidget"> <widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout_4"> <layout class="QVBoxLayout" name="verticalLayout_4">
<property name="spacing">
<number>4</number>
</property>
<property name="margin">
<number>4</number>
</property>
<item> <item>
<layout class="QVBoxLayout" name="verticalLayout_3"> <layout class="QVBoxLayout" name="verticalLayout_3">
<item> <item>
<widget class="QLabel" name="decodedTextLabel"> <layout class="QGridLayout" name="gridLayout">
<property name="minimumSize"> <property name="horizontalSpacing">
<size> <number>3</number>
<width>0</width>
<height>20</height>
</size>
</property> </property>
<property name="maximumSize"> <property name="verticalSpacing">
<size> <number>1</number>
<width>16777215</width>
<height>20</height>
</size>
</property> </property>
<property name="palette"> <item row="3" column="1">
<palette> <widget class="QLabel" name="decodedTextLabel2">
<active> <property name="minimumSize">
<colorrole role="Base"> <size>
<brush brushstyle="SolidPattern"> <width>300</width>
<color alpha="255"> <height>20</height>
<red>252</red> </size>
<green>252</green> </property>
<blue>252</blue> <property name="maximumSize">
</color> <size>
</brush> <width>400</width>
</colorrole> <height>20</height>
<colorrole role="Window"> </size>
<brush brushstyle="SolidPattern"> </property>
<color alpha="255"> <property name="palette">
<red>170</red> <palette>
<green>170</green> <active>
<blue>170</blue> <colorrole role="Base">
</color> <brush brushstyle="SolidPattern">
</brush> <color alpha="255">
</colorrole> <red>252</red>
</active> <green>252</green>
<inactive> <blue>252</blue>
<colorrole role="Base"> </color>
<brush brushstyle="SolidPattern"> </brush>
<color alpha="255"> </colorrole>
<red>252</red> <colorrole role="Window">
<green>252</green> <brush brushstyle="SolidPattern">
<blue>252</blue> <color alpha="255">
</color> <red>170</red>
</brush> <green>170</green>
</colorrole> <blue>170</blue>
<colorrole role="Window"> </color>
<brush brushstyle="SolidPattern"> </brush>
<color alpha="255"> </colorrole>
<red>170</red> </active>
<green>170</green> <inactive>
<blue>170</blue> <colorrole role="Base">
</color> <brush brushstyle="SolidPattern">
</brush> <color alpha="255">
</colorrole> <red>252</red>
</inactive> <green>252</green>
<disabled> <blue>252</blue>
<colorrole role="Base"> </color>
<brush brushstyle="SolidPattern"> </brush>
<color alpha="255"> </colorrole>
<red>170</red> <colorrole role="Window">
<green>170</green> <brush brushstyle="SolidPattern">
<blue>170</blue> <color alpha="255">
</color> <red>170</red>
</brush> <green>170</green>
</colorrole> <blue>170</blue>
<colorrole role="Window"> </color>
<brush brushstyle="SolidPattern"> </brush>
<color alpha="255"> </colorrole>
<red>170</red> </inactive>
<green>170</green> <disabled>
<blue>170</blue> <colorrole role="Base">
</color> <brush brushstyle="SolidPattern">
</brush> <color alpha="255">
</colorrole> <red>170</red>
</disabled> <green>170</green>
</palette> <blue>170</blue>
</property> </color>
<property name="autoFillBackground"> </brush>
<bool>true</bool> </colorrole>
</property> <colorrole role="Window">
<property name="text"> <brush brushstyle="SolidPattern">
<string>UTC dB DT Freq Dr </string> <color alpha="255">
</property> <red>170</red>
<property name="indent"> <green>170</green>
<number>5</number> <blue>170</blue>
</property> </color>
</widget> </brush>
</item> </colorrole>
<item> </disabled>
<layout class="QHBoxLayout" name="horizontalLayout_3"> </palette>
<item> </property>
<widget class="DisplayText" name="decodedTextBrowser"> <property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="text">
<string>UTC dB DT Freq Dr </string>
</property>
<property name="indent">
<number>5</number>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="decodedTextLabel">
<property name="minimumSize">
<size>
<width>300</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>20</height>
</size>
</property>
<property name="palette">
<palette>
<active>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>252</red>
<green>252</green>
<blue>252</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>170</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>252</red>
<green>252</green>
<blue>252</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>170</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="Base">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>170</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>170</green>
<blue>170</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="text">
<string>UTC dB DT Freq Dr </string>
</property>
<property name="indent">
<number>5</number>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="DisplayText" name="decodedTextBrowser2">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Expanding"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>360</width> <width>300</width>
<height>100</height> <height>100</height>
</size> </size>
</property> </property>
<property name="maximumSize"> <property name="maximumSize">
<size> <size>
<width>360</width> <width>400</width>
<height>1000</height>
</size>
</property>
<property name="font">
<font>
<family>Courier New</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="label_7">
<property name="text">
<string>Band Activity</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_6">
<property name="text">
<string>QSO</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="DisplayText" name="decodedTextBrowser">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>300</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>400</width>
<height>1000</height> <height>1000</height>
</size> </size>
</property> </property>
@ -179,37 +334,23 @@ p, li { white-space: pre-wrap; }
</property> </property>
</widget> </widget>
</item> </item>
<item> <item row="2" column="0">
<widget class="DisplayText" name="decodedTextBrowser2"> <widget class="Line" name="line">
<property name="sizePolicy"> <property name="frameShadow">
<sizepolicy hsizetype="Fixed" vsizetype="Expanding"> <enum>QFrame::Plain</enum>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="orientation">
<size> <enum>Qt::Horizontal</enum>
<width>360</width>
<height>100</height>
</size>
</property> </property>
<property name="maximumSize"> </widget>
<size> </item>
<width>360</width> <item row="2" column="1">
<height>1000</height> <widget class="Line" name="line_2">
</size> <property name="frameShadow">
<enum>QFrame::Plain</enum>
</property> </property>
<property name="font"> <property name="orientation">
<font> <enum>Qt::Horizontal</enum>
<family>Courier New</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOn</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property> </property>
</widget> </widget>
</item> </item>
@ -362,14 +503,14 @@ p, li { white-space: pre-wrap; }
<item row="3" column="9"> <item row="3" column="9">
<widget class="QLineEdit" name="tx3"> <widget class="QLineEdit" name="tx3">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>200</horstretch> <horstretch>200</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>170</width>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
@ -448,7 +589,7 @@ p, li { white-space: pre-wrap; }
<item row="1" column="10"> <item row="1" column="10">
<widget class="QRadioButton" name="txrb1"> <widget class="QRadioButton" name="txrb1">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>16</horstretch> <horstretch>16</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -817,6 +958,9 @@ p, li { white-space: pre-wrap; }
<height>16777215</height> <height>16777215</height>
</size> </size>
</property> </property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="text"> <property name="text">
<string>Tx 1</string> <string>Tx 1</string>
</property> </property>
@ -872,14 +1016,14 @@ p, li { white-space: pre-wrap; }
<item row="6" column="9"> <item row="6" column="9">
<widget class="QLineEdit" name="tx6"> <widget class="QLineEdit" name="tx6">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>200</horstretch> <horstretch>200</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>170</width>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
@ -1064,14 +1208,14 @@ p, li { white-space: pre-wrap; }
<item row="1" column="9"> <item row="1" column="9">
<widget class="QLineEdit" name="tx1"> <widget class="QLineEdit" name="tx1">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>200</horstretch> <horstretch>200</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>170</width>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
@ -1179,14 +1323,14 @@ p, li { white-space: pre-wrap; }
<item row="5" column="9"> <item row="5" column="9">
<widget class="QLineEdit" name="tx5"> <widget class="QLineEdit" name="tx5">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>200</horstretch> <horstretch>200</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>170</width>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
@ -1195,14 +1339,14 @@ p, li { white-space: pre-wrap; }
<item row="4" column="9"> <item row="4" column="9">
<widget class="QLineEdit" name="tx4"> <widget class="QLineEdit" name="tx4">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>200</horstretch> <horstretch>200</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>170</width>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
@ -1224,14 +1368,14 @@ p, li { white-space: pre-wrap; }
<item row="2" column="9"> <item row="2" column="9">
<widget class="QLineEdit" name="tx2"> <widget class="QLineEdit" name="tx2">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>200</horstretch> <horstretch>200</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>170</width>
<height>24</height> <height>24</height>
</size> </size>
</property> </property>
@ -1240,14 +1384,14 @@ p, li { white-space: pre-wrap; }
<item row="0" column="9"> <item row="0" column="9">
<widget class="QPushButton" name="genStdMsgsPushButton"> <widget class="QPushButton" name="genStdMsgsPushButton">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>200</horstretch> <horstretch>200</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>200</width> <width>170</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
@ -1725,7 +1869,7 @@ p, li { white-space: pre-wrap; }
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>750</width> <width>720</width>
<height>25</height> <height>25</height>
</rect> </rect>
</property> </property>