?? frm_usermanager.ui
字號:
<ui version="4.0" > <class>frm_userManager</class> <widget class="QWidget" name="frm_userManager" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>670</width> <height>443</height> </rect> </property> <property name="windowTitle" > <string>用戶管理</string> </property> <property name="styleSheet" > <string notr="true" >font: 12pt "文泉驛正黑";background-color: rgb(112, 200, 11);</string> </property> <widget class="QGroupBox" name="groupBox" > <property name="geometry" > <rect> <x>40</x> <y>20</y> <width>571</width> <height>321</height> </rect> </property> <property name="title" > <string>用戶列表</string> </property> <widget class="QTableWidget" name="tableWidget" > <property name="geometry" > <rect> <x>20</x> <y>50</y> <width>511</width> <height>251</height> </rect> </property> </widget> </widget> <widget class="QPushButton" name="pushButton" > <property name="geometry" > <rect> <x>110</x> <y>350</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>添加</string> </property> </widget> <widget class="QPushButton" name="pushButton_2" > <property name="geometry" > <rect> <x>220</x> <y>350</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>刪除</string> </property> </widget> <widget class="QPushButton" name="pushButton_3" > <property name="geometry" > <rect> <x>330</x> <y>350</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>修改</string> </property> </widget> <widget class="QPushButton" name="pushButton_4" > <property name="geometry" > <rect> <x>440</x> <y>350</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>取消</string> </property> </widget> </widget> <resources/> <connections/></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -