Changeset - 5bd0f2144dff
[Not reviewed]
default
0 1 0
Hasan Yavuz ÖZDERYA - 11 years ago 2015-04-04 09:31:01
hy@ozderya.net
default states for advanced port options selected
1 file changed with 12 insertions and 0 deletions:
0 comments (0 inline, 0 general)
mainwindow.ui
Show inline comments
 
@@ -107,155 +107,167 @@
 
                <width>30</width>
 
                <height>16777215</height>
 
               </size>
 
              </property>
 
              <property name="text">
 
               <string>🔄</string>
 
              </property>
 
             </widget>
 
            </item>
 
           </layout>
 
          </item>
 
          <item>
 
           <layout class="QHBoxLayout" name="horizontalLayout_2">
 
            <item>
 
             <widget class="QFrame" name="frame">
 
              <property name="frameShape">
 
               <enum>QFrame::NoFrame</enum>
 
              </property>
 
              <layout class="QVBoxLayout" name="verticalLayout_5">
 
               <item>
 
                <widget class="QRadioButton" name="rbNoParity">
 
                 <property name="text">
 
                  <string>No Parity</string>
 
                 </property>
 
                 <property name="checked">
 
                  <bool>true</bool>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <widget class="QRadioButton" name="rbOddParity">
 
                 <property name="text">
 
                  <string>Odd Parity</string>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <widget class="QRadioButton" name="rbEvenParity">
 
                 <property name="text">
 
                  <string>Even Parity</string>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <spacer name="verticalSpacer_2">
 
                 <property name="orientation">
 
                  <enum>Qt::Vertical</enum>
 
                 </property>
 
                 <property name="sizeHint" stdset="0">
 
                  <size>
 
                   <width>20</width>
 
                   <height>2</height>
 
                  </size>
 
                 </property>
 
                </spacer>
 
               </item>
 
              </layout>
 
             </widget>
 
            </item>
 
            <item>
 
             <widget class="QFrame" name="frame_3">
 
              <layout class="QVBoxLayout" name="verticalLayout_7">
 
               <item>
 
                <widget class="QRadioButton" name="rb8Bits">
 
                 <property name="text">
 
                  <string>8 bits</string>
 
                 </property>
 
                 <property name="checked">
 
                  <bool>true</bool>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <widget class="QRadioButton" name="rb7Bits">
 
                 <property name="text">
 
                  <string>7 bits</string>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <widget class="QRadioButton" name="rb6Bits">
 
                 <property name="text">
 
                  <string>6 bits</string>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <widget class="QRadioButton" name="rb5Bits">
 
                 <property name="text">
 
                  <string>5 bits</string>
 
                 </property>
 
                </widget>
 
               </item>
 
              </layout>
 
             </widget>
 
            </item>
 
            <item>
 
             <widget class="QFrame" name="frame_4">
 
              <layout class="QVBoxLayout" name="verticalLayout">
 
               <item>
 
                <widget class="QRadioButton" name="rb1StopBit">
 
                 <property name="text">
 
                  <string>1 Stop Bit</string>
 
                 </property>
 
                 <property name="checked">
 
                  <bool>true</bool>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <widget class="QRadioButton" name="rb2StopBit">
 
                 <property name="text">
 
                  <string>2 Stop Bit</string>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <spacer name="verticalSpacer_4">
 
                 <property name="orientation">
 
                  <enum>Qt::Vertical</enum>
 
                 </property>
 
                 <property name="sizeHint" stdset="0">
 
                  <size>
 
                   <width>20</width>
 
                   <height>2</height>
 
                  </size>
 
                 </property>
 
                </spacer>
 
               </item>
 
              </layout>
 
             </widget>
 
            </item>
 
            <item>
 
             <widget class="QFrame" name="frame_2">
 
              <layout class="QVBoxLayout" name="verticalLayout_6">
 
               <item>
 
                <widget class="QRadioButton" name="rbNoFlowControl">
 
                 <property name="text">
 
                  <string>No Flow Control</string>
 
                 </property>
 
                 <property name="checked">
 
                  <bool>true</bool>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <widget class="QRadioButton" name="rbHardwareControl">
 
                 <property name="text">
 
                  <string>Hardware Control</string>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <widget class="QRadioButton" name="rbSoftwareControl">
 
                 <property name="text">
 
                  <string>Software Control</string>
 
                 </property>
 
                </widget>
 
               </item>
 
               <item>
 
                <spacer name="verticalSpacer_5">
 
                 <property name="orientation">
 
                  <enum>Qt::Vertical</enum>
 
                 </property>
 
                 <property name="sizeHint" stdset="0">
 
                  <size>
 
                   <width>20</width>
0 comments (0 inline, 0 general)