sendstate.ui

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

UI
101
字号
<ui version="4.0" > <class>SendState</class> <widget class="QDialog" name="SendState" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>242</width>    <height>120</height>   </rect>  </property>  <property name="windowTitle" >   <string>Dialog</string>  </property>  <property name="modal" >   <bool>true</bool>  </property>  <widget class="QPushButton" name="send" >   <property name="enabled" >    <bool>true</bool>   </property>   <property name="geometry" >    <rect>     <x>100</x>     <y>70</y>     <width>50</width>     <height>30</height>    </rect>   </property>   <property name="toolTip" >    <string>Send to Agent</string>   </property>   <property name="text" >    <string/>   </property>   <property name="icon" >    <iconset resource="resources.qrc" >:/icons/icons/run.png</iconset>   </property>   <property name="default" >    <bool>true</bool>   </property>  </widget>  <widget class="QLabel" name="label" >   <property name="geometry" >    <rect>     <x>10</x>     <y>20</y>     <width>100</width>     <height>16</height>    </rect>   </property>   <property name="text" >    <string>Send states from</string>   </property>  </widget>  <widget class="QSpinBox" name="from" >   <property name="geometry" >    <rect>     <x>120</x>     <y>20</y>     <width>40</width>     <height>19</height>    </rect>   </property>   <property name="maximum" >    <number>0</number>   </property>  </widget>  <widget class="QLabel" name="label_2" >   <property name="geometry" >    <rect>     <x>170</x>     <y>20</y>     <width>20</width>     <height>16</height>    </rect>   </property>   <property name="text" >    <string>to</string>   </property>  </widget>  <widget class="QSpinBox" name="to" >   <property name="geometry" >    <rect>     <x>190</x>     <y>20</y>     <width>40</width>     <height>20</height>    </rect>   </property>   <property name="maximum" >    <number>0</number>   </property>  </widget> </widget> <resources>  <include location="resources.qrc" /> </resources> <connections/></ui>

⌨️ 快捷键说明

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