📄 enrol.ui
字号:
<ui version="4.0" > <class>Enrol</class> <widget class="QWidget" name="Enrol" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="minimumSize" > <size> <width>400</width> <height>300</height> </size> </property> <property name="maximumSize" > <size> <width>400</width> <height>300</height> </size> </property> <property name="windowTitle" > <string>Enrol</string> </property> <widget class="QLabel" name="label" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>401</width> <height>301</height> </rect> </property> <property name="text" > <string/> </property> <property name="pixmap" > <pixmap resource="new.qrc" >:/pic/pic/背景.jpg</pixmap> </property> </widget> <widget class="QLabel" name="label_2" > <property name="geometry" > <rect> <x>50</x> <y>70</y> <width>91</width> <height>24</height> </rect> </property> <property name="font" > <font> <pointsize>16</pointsize> </font> </property> <property name="text" > <string>用户帐号</string> </property> </widget> <widget class="QLabel" name="label_3" > <property name="geometry" > <rect> <x>50</x> <y>170</y> <width>91</width> <height>24</height> </rect> </property> <property name="font" > <font> <pointsize>16</pointsize> </font> </property> <property name="text" > <string>确认密码</string> </property> </widget> <widget class="QLabel" name="label_4" > <property name="geometry" > <rect> <x>50</x> <y>120</y> <width>91</width> <height>24</height> </rect> </property> <property name="font" > <font> <pointsize>16</pointsize> </font> </property> <property name="text" > <string>用户密码</string> </property> </widget> <widget class="QLabel" name="label_5" > <property name="geometry" > <rect> <x>100</x> <y>210</y> <width>221</width> <height>18</height> </rect> </property> <property name="font" > <font> <pointsize>10</pointsize> <italic>true</italic> <underline>true</underline> </font> </property> <property name="text" > <string>帐号和密码用5-16位数字和字母组成</string> </property> </widget> <widget class="QLabel" name="label_6" > <property name="geometry" > <rect> <x>170</x> <y>10</y> <width>91</width> <height>26</height> </rect> </property> <property name="font" > <font> <pointsize>15</pointsize> </font> </property> <property name="text" > <string>帐号注册</string> </property> </widget> <widget class="QLineEdit" name="lineEdit" > <property name="geometry" > <rect> <x>160</x> <y>70</y> <width>151</width> <height>27</height> </rect> </property> </widget> <widget class="QLineEdit" name="lineEdit_2" > <property name="geometry" > <rect> <x>160</x> <y>120</y> <width>151</width> <height>27</height> </rect> </property> <property name="echoMode" > <enum>QLineEdit::Password</enum> </property> </widget> <widget class="QLineEdit" name="lineEdit_3" > <property name="geometry" > <rect> <x>160</x> <y>170</y> <width>151</width> <height>27</height> </rect> </property> <property name="echoMode" > <enum>QLineEdit::Password</enum> </property> </widget> <widget class="QPushButton" name="pushButton" > <property name="geometry" > <rect> <x>60</x> <y>250</y> <width>80</width> <height>33</height> </rect> </property> <property name="font" > <font> <pointsize>13</pointsize> </font> </property> <property name="text" > <string>完成</string> </property> </widget> <widget class="QPushButton" name="pushButton_2" > <property name="geometry" > <rect> <x>240</x> <y>250</y> <width>80</width> <height>33</height> </rect> </property> <property name="font" > <font> <pointsize>13</pointsize> </font> </property> <property name="text" > <string>取消</string> </property> </widget> </widget> <resources> <include location="new.qrc" /> </resources> <connections/></ui>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -