Changeset - 2507f77e35ea
[Not reviewed]
default
0 1 0
Hasan Yavuz ÖZDERYA - 11 years ago 2015-05-19 22:40:55
hy@ozderya.net
use "Anticlockwise Open Circle Arrow" as refresh icon which I assume is found
on older distributions compared to "Anticlockwise Downwards and Upwards Open Circle Arrows"
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
mainwindow.ui
Show inline comments
 
@@ -19,193 +19,193 @@
 
     <widget class="QwtPlot" name="plot" native="true">
 
      <property name="sizePolicy">
 
       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
        <horstretch>0</horstretch>
 
        <verstretch>0</verstretch>
 
       </sizepolicy>
 
      </property>
 
     </widget>
 
    </item>
 
    <item>
 
     <widget class="QTabWidget" name="tabWidget">
 
      <property name="sizePolicy">
 
       <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
 
        <horstretch>0</horstretch>
 
        <verstretch>0</verstretch>
 
       </sizepolicy>
 
      </property>
 
      <property name="minimumSize">
 
       <size>
 
        <width>0</width>
 
        <height>0</height>
 
       </size>
 
      </property>
 
      <property name="maximumSize">
 
       <size>
 
        <width>16777215</width>
 
        <height>16777215</height>
 
       </size>
 
      </property>
 
      <property name="currentIndex">
 
       <number>0</number>
 
      </property>
 
      <property name="movable">
 
       <bool>false</bool>
 
      </property>
 
      <widget class="QWidget" name="tabPort">
 
       <attribute name="title">
 
        <string>Port</string>
 
       </attribute>
 
       <layout class="QHBoxLayout" name="horizontalLayout">
 
        <item>
 
         <layout class="QVBoxLayout" name="verticalLayout_3">
 
          <item>
 
           <layout class="QGridLayout" name="gridLayout">
 
            <item row="0" column="0">
 
             <widget class="QLabel" name="label">
 
              <property name="text">
 
               <string>Port:</string>
 
              </property>
 
             </widget>
 
            </item>
 
            <item row="0" column="1">
 
             <widget class="QComboBox" name="cbPortList">
 
              <property name="sizePolicy">
 
               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
 
                <horstretch>0</horstretch>
 
                <verstretch>0</verstretch>
 
               </sizepolicy>
 
              </property>
 
              <property name="editable">
 
               <bool>true</bool>
 
              </property>
 
             </widget>
 
            </item>
 
            <item row="1" column="1">
 
             <widget class="QComboBox" name="cbBaudRate">
 
              <property name="inputMethodHints">
 
               <set>Qt::ImhPreferNumbers</set>
 
              </property>
 
              <property name="editable">
 
               <bool>true</bool>
 
              </property>
 
             </widget>
 
            </item>
 
            <item row="1" column="0">
 
             <widget class="QLabel" name="label_2">
 
              <property name="text">
 
               <string>Baud Rate:</string>
 
              </property>
 
             </widget>
 
            </item>
 
            <item row="0" column="2">
 
             <widget class="QPushButton" name="pbReloadPorts">
 
              <property name="sizePolicy">
 
               <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
                <horstretch>0</horstretch>
 
                <verstretch>0</verstretch>
 
               </sizepolicy>
 
              </property>
 
              <property name="maximumSize">
 
               <size>
 
                <width>30</width>
 
                <height>16777215</height>
 
               </size>
 
              </property>
 
              <property name="text">
 
               <string>🔄</string>
 
               <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">
0 comments (0 inline, 0 general)