qg_dlgrotate2.ui
来自「Linux下一个开源的CAD软件」· UI 代码 · 共 382 行 · 第 1/2 页
UI
382 行
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>QG_DlgRotate2</class><widget class="QDialog"> <property name="name"> <cstring>QG_DlgRotate2</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>364</width> <height>222</height> </rect> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>1</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>300</width> <height>190</height> </size> </property> <property name="caption"> <string>Rotate Two Options</string> </property> <property name="icon"> <pixmap>image0</pixmap> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>layout</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>bOk</cstring> </property> <property name="text"> <string>&OK</string> </property> <property name="default"> <bool>true</bool> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>bCancel</cstring> </property> <property name="text"> <string>Cancel</string> </property> <property name="accel"> <string></string> </property> </widget> </hbox> </widget> <widget class="QButtonGroup" row="0" column="0"> <property name="name"> <cstring>bgNumber</cstring> </property> <property name="title"> <string>Number of copies</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QRadioButton"> <property name="name"> <cstring>rbMove</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>18</height> </size> </property> <property name="text"> <string>&Delete Original</string> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>rbCopy</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>18</height> </size> </property> <property name="text"> <string>&Keep Original</string> </property> </widget> <widget class="QRadioButton"> <property name="name"> <cstring>rbMultiCopy</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>1</hsizetype> <vsizetype>5</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>18</height> </size> </property> <property name="text"> <string>&Multiple Copies</string> </property> </widget> <widget class="QLineEdit"> <property name="name"> <cstring>leNumber</cstring> </property> </widget> <spacer> <property name="name"> <cstring>spacer7</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>20</width> <height>21</height> </size> </property> </spacer> </vbox> </widget> <widget class="QLayoutWidget" row="0" column="1"> <property name="name"> <cstring>layout9</cstring>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?