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,18 +17,11 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Extended QSO</string>
</property> </property>
<widget class="QWidget" name="verticalLayoutWidget"> <layout class="QGridLayout" name="gridLayout">
<property name="geometry"> <item row="0" column="0">
<rect> <layout class="QVBoxLayout" name="verticalLayout_11">
<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> <item>
<widget class="QSplitter" name="splitter_2"> <widget class="QSplitter" name="splitter_2">
<property name="orientation"> <property name="orientation">
@ -38,14 +31,6 @@
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </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>
</property>
</widget>
<widget class="QTextEdit" name="textEditRX_6"> <widget class="QTextEdit" name="textEditRX_6">
<property name="font"> <property name="font">
<font> <font>
@ -65,8 +50,28 @@
<string>Messages from your receive frequency will appear here.</string> <string>Messages from your receive frequency will appear here.</string>
</property> </property>
</widget> </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="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> </widget>
</item> </item>
<item> <item>
@ -81,14 +86,21 @@
<item> <item>
<widget class="QPushButton" name="pushButton_42"> <widget class="QPushButton" name="pushButton_42">
<property name="text"> <property name="text">
<string>Your Call</string> <string>Selected Call</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QPushButton" name="pushButton_43"> <widget class="QPushButton" name="pushButton_44">
<property name="text"> <property name="text">
<string>Their Call</string> <string>QTH</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButton_45">
<property name="text">
<string>QTC</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -109,30 +121,16 @@
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QPushButton" name="pushButton_44"> <widget class="QPushButton" name="pushButton_46">
<property name="text"> <property name="text">
<string>Macro 1</string> <string>Macro 1</string>
</property> </property>
</widget> </widget>
</item> </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> <item>
<widget class="QPushButton" name="pushButton_47"> <widget class="QPushButton" name="pushButton_47">
<property name="text"> <property name="text">
<string>Macro 4</string> <string>Macro 2</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -179,10 +177,8 @@
</widget> </widget>
</item> </item>
</layout> </layout>
</widget> </item>
<zorder>listWidget</zorder> </layout>
<zorder>layoutWidget</zorder>
<zorder>verticalLayoutWidget</zorder>
</widget> </widget>
<resources/> <resources/>
<connections/> <connections/>

View File

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