orderdialog.ui

来自「qt-x11-opensource-src-4.1.4.tar.gz源码」· UI 代码 · 共 148 行

UI
148
字号
<ui version="4.0" > <author></author> <comment></comment> <exportmacro></exportmacro> <class>OrderDialog</class> <widget class="QDialog" name="OrderDialog" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>351</width>    <height>180</height>   </rect>  </property>  <property name="windowTitle" >   <string>Change Page Order</string>  </property>  <layout class="QVBoxLayout" >   <property name="margin" >    <number>9</number>   </property>   <property name="spacing" >    <number>6</number>   </property>   <item>    <widget class="QGroupBox" name="groupBox" >     <property name="title" >      <string>Page Order</string>     </property>     <layout class="QHBoxLayout" >      <property name="margin" >       <number>9</number>      </property>      <property name="spacing" >       <number>6</number>      </property>      <item>       <widget class="QListWidget" name="pageList" />      </item>      <item>       <layout class="QVBoxLayout" >        <property name="margin" >         <number>0</number>        </property>        <property name="spacing" >         <number>6</number>        </property>        <item>         <widget class="QPushButton" name="upButton" >          <property name="text" >           <string>Up</string>          </property>         </widget>        </item>        <item>         <widget class="QPushButton" name="downButton" >          <property name="text" >           <string>Down</string>          </property>         </widget>        </item>        <item>         <spacer>          <property name="sizePolicy" >           <sizepolicy>            <hsizetype>0</hsizetype>            <vsizetype>7</vsizetype>            <horstretch>0</horstretch>            <verstretch>0</verstretch>           </sizepolicy>          </property>          <property name="orientation" >           <enum>Qt::Vertical</enum>          </property>          <property name="sizeHint" >           <size>            <width>20</width>            <height>99</height>           </size>          </property>         </spacer>        </item>       </layout>      </item>     </layout>    </widget>   </item>   <item>    <layout class="QHBoxLayout" >     <property name="margin" >      <number>0</number>     </property>     <property name="spacing" >      <number>6</number>     </property>     <item>      <spacer>       <property name="orientation" >        <enum>Qt::Horizontal</enum>       </property>       <property name="sizeHint" >        <size>         <width>131</width>         <height>31</height>        </size>       </property>      </spacer>     </item>     <item>      <widget class="QPushButton" name="okButton" >       <property name="text" >        <string>OK</string>       </property>      </widget>     </item>     <item>      <widget class="QPushButton" name="cancelButton" >       <property name="text" >        <string>Cancel</string>       </property>      </widget>     </item>    </layout>   </item>  </layout> </widget> <pixmapfunction></pixmapfunction> <resources/> <connections>  <connection>   <sender>cancelButton</sender>   <signal>clicked()</signal>   <receiver>OrderDialog</receiver>   <slot>reject()</slot>   <hints>    <hint type="sourcelabel" >     <x>369</x>     <y>253</y>    </hint>    <hint type="destinationlabel" >     <x>179</x>     <y>282</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

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