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

📄 frm_inout.ui

📁 qt4.4.3下编写的嵌入式UI界面
💻 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 + -