test.ui
Upload User: jiangfa
Upload Date: 2022-05-14
Package Size: 1651k
Code Size: 1k
Category:

GDI-Bitmap

Development Platform:

Unix_Linux

  1. <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
  2. <class>test</class>
  3. <widget class="QDialog">
  4.     <property name="name">
  5.         <cstring>test</cstring>
  6.     </property>
  7.     <property name="geometry">
  8.         <rect>
  9.             <x>0</x>
  10.             <y>0</y>
  11.             <width>351</width>
  12.             <height>285</height>
  13.         </rect>
  14.     </property>
  15.     <property name="caption">
  16.         <string>test</string>
  17.     </property>
  18.     <widget class="QPushButton">
  19.         <property name="name">
  20.             <cstring>btnOk</cstring>
  21.         </property>
  22.         <property name="geometry">
  23.             <rect>
  24.                 <x>80</x>
  25.                 <y>210</y>
  26.                 <width>60</width>
  27.                 <height>30</height>
  28.             </rect>
  29.         </property>
  30.         <property name="text">
  31.             <string>&amp;Ok</string>
  32.         </property>
  33.     </widget>
  34.     <widget class="QPushButton">
  35.         <property name="name">
  36.             <cstring>btnExit</cstring>
  37.         </property>
  38.         <property name="geometry">
  39.             <rect>
  40.                 <x>170</x>
  41.                 <y>210</y>
  42.                 <width>70</width>
  43.                 <height>31</height>
  44.             </rect>
  45.         </property>
  46.         <property name="text">
  47.             <string>E&amp;xit</string>
  48.         </property>
  49.     </widget>
  50. </widget>
  51. <pixmapinproject/>
  52. <layoutdefaults spacing="6" margin="11"/>
  53. </UI>