?? frm_inout.ui
字號:
<ui version="4.0" > <class>frm_inOut</class> <widget class="QWidget" name="frm_inOut" > <property name="windowModality" > <enum>Qt::WindowModal</enum> </property> <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>413</width> <height>183</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="QPushButton" name="pbtn_ok" > <property name="geometry" > <rect> <x>94</x> <y>110</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>確定</string> </property> </widget> <widget class="QPushButton" name="pbtn_close" > <property name="geometry" > <rect> <x>200</x> <y>110</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>取消</string> </property> </widget> <widget class="QComboBox" name="comboBox" > <property name="geometry" > <rect> <x>160</x> <y>40</y> <width>190</width> <height>37</height> </rect> </property> <item> <property name="text" > <string>導入</string> </property> </item> <item> <property name="text" > <string>導出</string> </property> </item> </widget> <widget class="QLabel" name="label_2" > <property name="geometry" > <rect> <x>60</x> <y>30</y> <width>90</width> <height>53</height> </rect> </property> <property name="text" > <string>選擇操作</string> </property> </widget> </widget> <resources/> <connections/></ui>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -