newstate.ui

来自「robocuo相关资料robocuo相关资料」· UI 代码 · 共 159 行

UI
159
字号
<ui version="4.0" > <class>NewState</class> <widget class="QDialog" name="NewState" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>170</width>    <height>204</height>   </rect>  </property>  <property name="windowTitle" >   <string>Insert State</string>  </property>  <property name="windowIcon" >   <iconset resource="resources.qrc" >:/icons/icons/add.png</iconset>  </property>  <property name="modal" >   <bool>true</bool>  </property>  <widget class="QSlider" name="select" >   <property name="geometry" >    <rect>     <x>10</x>     <y>114</y>     <width>150</width>     <height>16</height>    </rect>   </property>   <property name="maximum" >    <number>0</number>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>   <property name="tickPosition" >    <enum>QSlider::TicksBelow</enum>   </property>   <property name="tickInterval" >    <number>1</number>   </property>  </widget>  <widget class="QLabel" name="label" >   <property name="geometry" >    <rect>     <x>10</x>     <y>94</y>     <width>80</width>     <height>16</height>    </rect>   </property>   <property name="text" >    <string>Insertion place:</string>   </property>  </widget>  <widget class="QPushButton" name="cancel" >   <property name="geometry" >    <rect>     <x>90</x>     <y>164</y>     <width>60</width>     <height>25</height>    </rect>   </property>   <property name="text" >    <string>Cancel</string>   </property>  </widget>  <widget class="QPushButton" name="ok" >   <property name="geometry" >    <rect>     <x>20</x>     <y>164</y>     <width>60</width>     <height>25</height>    </rect>   </property>   <property name="text" >    <string>OK</string>   </property>   <property name="default" >    <bool>true</bool>   </property>  </widget>  <widget class="QLabel" name="label_2" >   <property name="geometry" >    <rect>     <x>120</x>     <y>130</y>     <width>40</width>     <height>16</height>    </rect>   </property>   <property name="styleSheet" >    <string>color:blue</string>   </property>   <property name="text" >    <string>0 / 1</string>   </property>  </widget>  <widget class="QFrame" name="frame" >   <property name="geometry" >    <rect>     <x>10</x>     <y>10</y>     <width>150</width>     <height>71</height>    </rect>   </property>   <property name="frameShape" >    <enum>QFrame::StyledPanel</enum>   </property>   <property name="frameShadow" >    <enum>QFrame::Raised</enum>   </property>   <widget class="QRadioButton" name="Copy" >    <property name="geometry" >     <rect>      <x>20</x>      <y>40</y>      <width>111</width>      <height>21</height>     </rect>    </property>    <property name="text" >     <string>Copy current state</string>    </property>   </widget>   <widget class="QRadioButton" name="New" >    <property name="geometry" >     <rect>      <x>20</x>      <y>10</y>      <width>101</width>      <height>21</height>     </rect>    </property>    <property name="text" >     <string>New empty state</string>    </property>    <property name="checked" >     <bool>true</bool>    </property>   </widget>  </widget> </widget> <tabstops>  <tabstop>New</tabstop>  <tabstop>Copy</tabstop>  <tabstop>select</tabstop>  <tabstop>ok</tabstop>  <tabstop>cancel</tabstop> </tabstops> <resources>  <include location="resources.qrc" /> </resources> <connections/></ui>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?