⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm_update.ui

📁 qt4.4.3下编写的嵌入式UI界面
💻 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>系统升级</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>服务器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>内核</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>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -