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