frm_onlineuser.ui

来自「qt4.4.3下编写的嵌入式UI界面」· UI 代码 · 共 107 行

UI
107
字号
<ui version="4.0" > <class>frm_onlineUser</class> <widget class="QWidget" name="frm_onlineUser" >  <property name="windowModality" >   <enum>Qt::WindowModal</enum>  </property>  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>666</width>    <height>373</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>350</x>     <y>310</y>     <width>100</width>     <height>36</height>    </rect>   </property>   <property name="font" >    <font>     <family>文泉驿正黑</family>     <pointsize>12</pointsize>    </font>   </property>   <property name="text" >    <string>取消</string>   </property>  </widget>  <widget class="QPushButton" name="pbtn_ok" >   <property name="geometry" >    <rect>     <x>220</x>     <y>310</y>     <width>100</width>     <height>36</height>    </rect>   </property>   <property name="font" >    <font>     <family>文泉驿正黑</family>     <pointsize>12</pointsize>    </font>   </property>   <property name="text" >    <string>断开</string>   </property>  </widget>  <widget class="Line" name="line" >   <property name="geometry" >    <rect>     <x>90</x>     <y>290</y>     <width>491</width>     <height>20</height>    </rect>   </property>   <property name="orientation" >    <enum>Qt::Horizontal</enum>   </property>  </widget>  <widget class="QTableView" name="tableView" >   <property name="geometry" >    <rect>     <x>70</x>     <y>20</y>     <width>531</width>     <height>271</height>    </rect>   </property>   <property name="showGrid" >    <bool>true</bool>   </property>  </widget> </widget> <resources/> <connections>  <connection>   <sender>pbtn_close</sender>   <signal>clicked()</signal>   <receiver>frm_onlineUser</receiver>   <slot>close()</slot>   <hints>    <hint type="sourcelabel" >     <x>399</x>     <y>327</y>    </hint>    <hint type="destinationlabel" >     <x>332</x>     <y>186</y>    </hint>   </hints>  </connection> </connections></ui>

⌨️ 快捷键说明

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