?? frm_update.ui
字號:
<ui version="4.0" > <class>frm_Update</class> <widget class="QWidget" name="frm_Update" > <property name="geometry" > <rect> <x>0</x> <y>0</y> <width>400</width> <height>300</height> </rect> </property> <property name="windowTitle" > <string>系統(tǒng)升級</string> </property> <property name="styleSheet" > <string notr="true" >font: 12pt "文泉驛正黑";background-color: rgb(112, 200, 11);</string> </property> <widget class="QPushButton" name="pbtn_close" > <property name="geometry" > <rect> <x>212</x> <y>243</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>取消</string> </property> </widget> <widget class="QLabel" name="label_3" > <property name="geometry" > <rect> <x>30</x> <y>92</y> <width>140</width> <height>52</height> </rect> </property> <property name="text" > <string>升級升級方式</string> </property> </widget> <widget class="QPushButton" name="pbtn_ok" > <property name="geometry" > <rect> <x>106</x> <y>243</y> <width>100</width> <height>36</height> </rect> </property> <property name="text" > <string>確定</string> </property> </widget> <widget class="QLineEdit" name="lineEdit_4" > <property name="geometry" > <rect> <x>172</x> <y>163</y> <width>191</width> <height>34</height> </rect> </property> <property name="text" > <string>192.168.1.1</string> </property> <property name="maxLength" > <number>30</number> </property> <property name="echoMode" > <enum>QLineEdit::Normal</enum> </property> </widget> <widget class="QLabel" name="label_4" > <property name="geometry" > <rect> <x>30</x> <y>154</y> <width>140</width> <height>53</height> </rect> </property> <property name="text" > <string>服務(wù)器IP地址</string> </property> </widget> <widget class="QLabel" name="label_2" > <property name="geometry" > <rect> <x>30</x> <y>40</y> <width>140</width> <height>53</height> </rect> </property> <property name="text" > <string>升級</string> </property> </widget> <widget class="QComboBox" name="comboBox" > <property name="geometry" > <rect> <x>170</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>內(nèi)核</string> </property> </item> </widget> <widget class="QComboBox" name="comboBox_2" > <property name="geometry" > <rect> <x>170</x> <y>100</y> <width>190</width> <height>37</height> </rect> </property> <item> <property name="text" > <string>FTP</string> </property> </item> <item> <property name="text" > <string>http</string> </property> </item> </widget> </widget> <resources/> <connections/></ui>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -