DialogAddUser.ui
上传用户:cnryan
上传日期:2008-12-15
资源大小:260k
文件大小:2k
- <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
- <class>DialogAddUser</class>
- <widget class="QDialog">
- <property name="name">
- <cstring>DialogAddUser</cstring>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>507</width>
- <height>105</height>
- </rect>
- </property>
- <property name="caption">
- <string>Add New User</string>
- </property>
- <property name="sizeGripEnabled">
- <bool>true</bool>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <widget class="QLineEdit" row="0" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>line_edit_new_name</cstring>
- </property>
- </widget>
- <spacer row="1" column="0">
- <property name="name">
- <cstring>Horizontal Spacing2</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>412</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>buttonOk</cstring>
- </property>
- <property name="text">
- <string>&OK</string>
- </property>
- <property name="accel">
- <string></string>
- </property>
- <property name="autoDefault">
- <bool>true</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- </grid>
- </widget>
- <connections>
- <connection>
- <sender>buttonOk</sender>
- <signal>clicked()</signal>
- <receiver>DialogAddUser</receiver>
- <slot>accept()</slot>
- </connection>
- </connections>
- <layoutdefaults spacing="6" margin="11"/>
- </UI>