Working through layout of extended qso window

This commit is contained in:
Jordan Sherer 2018-02-26 11:33:33 -05:00
parent 6bd71f4d28
commit 4defe0fef0
2 changed files with 166 additions and 158 deletions

View File

@ -17,172 +17,168 @@
</sizepolicy>
</property>
<property name="windowTitle">
<string>Form</string>
<string>Extended QSO</string>
</property>
<widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>851</width>
<height>441</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_11" stretch="0,0,0">
<item>
<widget class="QSplitter" name="splitter_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QSplitter" name="splitter">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout_11">
<item>
<widget class="QSplitter" name="splitter_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
<enum>Qt::Horizontal</enum>
</property>
<widget class="QTextEdit" name="extFreeTextMsg_6">
<property name="acceptRichText">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>Your message, if longer than 13 characters, will be split into separate free text transmissions. At the start of each tx cycle, the next chunk of the message will be removed from this textbox for transmission.</string>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QTextEdit" name="textEditRX_6">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true">QTextEdit { background:rgb(255, 250, 205); }</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>Messages from your receive frequency will appear here.</string>
</property>
</widget>
<widget class="QTextEdit" name="extFreeTextMsg_6">
<property name="acceptRichText">
<bool>false</bool>
</property>
<property name="placeholderText">
<string>Your message, if longer than 13 characters, will be split into separate free text transmissions. At the start of each tx cycle, the next chunk of the message will be removed from this textbox for transmission.</string>
</property>
</widget>
</widget>
<widget class="QTextEdit" name="textEditRX_6">
<property name="font">
<font>
<italic>true</italic>
</font>
</property>
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="styleSheet">
<string notr="true">QTextEdit { background:rgb(255, 250, 205); }</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="placeholderText">
<string>Messages from your receive frequency will appear here.</string>
<widget class="QListWidget" name="listWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<item>
<property name="text">
<string>allcall</string>
</property>
</item>
</widget>
</widget>
<widget class="QListView" name="listView"/>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<widget class="QPushButton" name="pushButton_41">
<property name="text">
<string>CQ</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_42">
<property name="text">
<string>Your Call</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_43">
<property name="text">
<string>Their Call</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_44">
<property name="text">
<string>Macro 1</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_45">
<property name="text">
<string>Macro 2</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_46">
<property name="text">
<string>Macro 3</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_47">
<property name="text">
<string>Macro 4</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_12">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pbNextFreeTextMsg_6">
<property name="text">
<string>Send Next</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_48">
<property name="text">
<string>Halt</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="lblTxNum_6">
<property name="text">
<string>Remaining Tx Sequences: 0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</widget>
<zorder>listWidget</zorder>
<zorder>layoutWidget</zorder>
<zorder>verticalLayoutWidget</zorder>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<item>
<widget class="QPushButton" name="pushButton_41">
<property name="text">
<string>CQ</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_42">
<property name="text">
<string>Selected Call</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_44">
<property name="text">
<string>QTH</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_45">
<property name="text">
<string>QTC</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_11">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton_46">
<property name="text">
<string>Macro 1</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_47">
<property name="text">
<string>Macro 2</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_12">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Preferred</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pbNextFreeTextMsg_6">
<property name="text">
<string>Send Next</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_48">
<property name="text">
<string>Halt</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="lblTxNum_6">
<property name="text">
<string>Remaining Tx Sequences: 0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections/>

View File

@ -20,6 +20,9 @@
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QTabWidget" name="mainTabWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
@ -29,6 +32,12 @@
<property name="currentIndex">
<number>0</number>
</property>
<property name="tabsClosable">
<bool>true</bool>
</property>
<property name="tabBarAutoHide">
<bool>true</bool>
</property>
<widget class="QWidget" name="mainTabOne">
<attribute name="title">
<string>Main</string>
@ -2384,6 +2393,9 @@ QPushButton[state=&quot;ok&quot;] {
</layout>
</widget>
<widget class="QWidget" name="mainTabTwo">
<property name="enabled">
<bool>true</bool>
</property>
<attribute name="title">
<string>Free Text</string>
</attribute>