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

📄 frm_usermanager.ui

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