📄 orderdialog.ui
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -