DialogAddUser.ui
上传用户:cnryan
上传日期:2008-12-15
资源大小:260k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
  2. <class>DialogAddUser</class>
  3. <widget class="QDialog">
  4.     <property name="name">
  5.         <cstring>DialogAddUser</cstring>
  6.     </property>
  7.     <property name="geometry">
  8.         <rect>
  9.             <x>0</x>
  10.             <y>0</y>
  11.             <width>507</width>
  12.             <height>105</height>
  13.         </rect>
  14.     </property>
  15.     <property name="caption">
  16.         <string>Add New User</string>
  17.     </property>
  18.     <property name="sizeGripEnabled">
  19.         <bool>true</bool>
  20.     </property>
  21.     <grid>
  22.         <property name="name">
  23.             <cstring>unnamed</cstring>
  24.         </property>
  25.         <widget class="QLineEdit" row="0" column="0" rowspan="1" colspan="2">
  26.             <property name="name">
  27.                 <cstring>line_edit_new_name</cstring>
  28.             </property>
  29.         </widget>
  30.         <spacer row="1" column="0">
  31.             <property name="name">
  32.                 <cstring>Horizontal Spacing2</cstring>
  33.             </property>
  34.             <property name="orientation">
  35.                 <enum>Horizontal</enum>
  36.             </property>
  37.             <property name="sizeType">
  38.                 <enum>Expanding</enum>
  39.             </property>
  40.             <property name="sizeHint">
  41.                 <size>
  42.                     <width>412</width>
  43.                     <height>20</height>
  44.                 </size>
  45.             </property>
  46.         </spacer>
  47.         <widget class="QPushButton" row="1" column="1">
  48.             <property name="name">
  49.                 <cstring>buttonOk</cstring>
  50.             </property>
  51.             <property name="text">
  52.                 <string>&amp;OK</string>
  53.             </property>
  54.             <property name="accel">
  55.                 <string></string>
  56.             </property>
  57.             <property name="autoDefault">
  58.                 <bool>true</bool>
  59.             </property>
  60.             <property name="default">
  61.                 <bool>true</bool>
  62.             </property>
  63.         </widget>
  64.     </grid>
  65. </widget>
  66. <connections>
  67.     <connection>
  68.         <sender>buttonOk</sender>
  69.         <signal>clicked()</signal>
  70.         <receiver>DialogAddUser</receiver>
  71.         <slot>accept()</slot>
  72.     </connection>
  73. </connections>
  74. <layoutdefaults spacing="6" margin="11"/>
  75. </UI>