Save PortConfigDialog UI using Qt5 designer

No functional changes. Just whitespace and formatting changes.
This commit is contained in:
Srivats P 2022-09-01 14:48:42 +05:30
parent e9fa8a0c5b
commit 82db82d85b

View File

@ -1,7 +1,8 @@
<ui version="4.0" > <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PortConfigDialog</class> <class>PortConfigDialog</class>
<widget class="QDialog" name="PortConfigDialog" > <widget class="QDialog" name="PortConfigDialog">
<property name="geometry" > <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -9,29 +10,29 @@
<height>257</height> <height>257</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle">
<string>Port Config</string> <string>Port Config</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout">
<item> <item>
<widget class="QGroupBox" name="transmitModeBox" > <widget class="QGroupBox" name="transmitModeBox">
<property name="title" > <property name="title">
<string>Transmit Mode</string> <string>Transmit Mode</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout">
<item> <item>
<widget class="QRadioButton" name="sequentialStreamsButton" > <widget class="QRadioButton" name="sequentialStreamsButton">
<property name="text" > <property name="text">
<string>Sequential Streams</string> <string>Sequential Streams</string>
</property> </property>
<property name="checked" > <property name="checked">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QRadioButton" name="interleavedStreamsButton" > <widget class="QRadioButton" name="interleavedStreamsButton">
<property name="text" > <property name="text">
<string>Interleaved Streams</string> <string>Interleaved Streams</string>
</property> </property>
</widget> </widget>
@ -40,21 +41,21 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="groupBox" > <widget class="QGroupBox" name="groupBox">
<property name="title" > <property name="title">
<string>Reservation</string> <string>Reservation</string>
</property> </property>
<layout class="QVBoxLayout" > <layout class="QVBoxLayout">
<item> <item>
<widget class="QLabel" name="reservedBy" > <widget class="QLabel" name="reservedBy">
<property name="text" > <property name="text">
<string>Reserved by: </string> <string>Reserved by: </string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="reserveButton" > <widget class="QCheckBox" name="reserveButton">
<property name="text" > <property name="text">
<string>Reserve</string> <string>Reserve</string>
</property> </property>
</widget> </widget>
@ -63,25 +64,25 @@
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="exclusiveControlButton" > <widget class="QCheckBox" name="exclusiveControlButton">
<property name="text" > <property name="text">
<string>Exclusive Control</string> <string>Exclusive Control</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="streamStatsButton" > <widget class="QCheckBox" name="streamStatsButton">
<property name="text" > <property name="text">
<string>Stream Statistics</string> <string>Stream Statistics</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer> <spacer>
<property name="orientation" > <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" > <property name="sizeHint" stdset="0">
<size> <size>
<width>226</width> <width>226</width>
<height>71</height> <height>71</height>
@ -90,12 +91,12 @@
</spacer> </spacer>
</item> </item>
<item> <item>
<widget class="QDialogButtonBox" name="buttonBox" > <widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation" > <property name="orientation">
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="standardButtons" > <property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property> </property>
</widget> </widget>
</item> </item>
@ -109,11 +110,11 @@
<receiver>PortConfigDialog</receiver> <receiver>PortConfigDialog</receiver>
<slot>accept()</slot> <slot>accept()</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>234</x> <x>234</x>
<y>205</y> <y>205</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>157</x> <x>157</x>
<y>214</y> <y>214</y>
</hint> </hint>
@ -125,11 +126,11 @@
<receiver>PortConfigDialog</receiver> <receiver>PortConfigDialog</receiver>
<slot>reject()</slot> <slot>reject()</slot>
<hints> <hints>
<hint type="sourcelabel" > <hint type="sourcelabel">
<x>234</x> <x>234</x>
<y>205</y> <y>205</y>
</hint> </hint>
<hint type="destinationlabel" > <hint type="destinationlabel">
<x>243</x> <x>243</x>
<y>214</y> <y>214</y>
</hint> </hint>