Add initial user config tab

pull/1/head
Timothy Pearson 12 years ago
parent 442cb98549
commit 28679dd55a

@ -0,0 +1,246 @@
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>LDAPUserConfigBase</class>
<widget class="TQWidget">
<property name="name">
<cstring>LDAPUserConfigBase</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>519</width>
<height>356</height>
</rect>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQTabWidget" row="0" column="0">
<property name="name">
<cstring>TabWidget2</cstring>
</property>
<property name="enabled">
<bool>true</bool>
</property>
<widget class="TQWidget">
<property name="name">
<cstring>detailsTab</cstring>
</property>
<attribute name="title">
<string>Details</string>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel" row="0" column="0" colspan="1">
<property name="name">
<cstring>detailsIcon</cstring>
</property>
</widget>
<widget class="TQLabel" row="0" column="1" colspan="1">
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="text">
<string>Status</string>
</property>
</widget>
<widget class="TQButtonGroup" row="0" column="2" colspan="1">
<property name="name">
<cstring>handedBox</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>4</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>None</enum>
</property>
<property name="frameShadow">
<enum>None</enum>
</property>
<property name="title">
<string></string>
</property>
<property name="exclusive">
<bool>true</bool>
</property>
<property name="radioButtonExclusive">
<bool>true</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQRadioButton" row="0" column="0" colspan="1">
<property name="name">
<cstring>userStatusEnabled</cstring>
</property>
<property name="text">
<string>Enabled</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="1" colspan="1">
<property name="name">
<cstring>enabledIcon</cstring>
</property>
</widget>
<widget class="TQRadioButton" row="0" column="2" colspan="1">
<property name="name">
<cstring>userStatusDisabled</cstring>
</property>
<property name="text">
<string>Disabled</string>
</property>
</widget>
<widget class="TQLabel" row="0" column="3" colspan="1">
<property name="name">
<cstring>disabledIcon</cstring>
</property>
</widget>
</grid>
</widget>
<spacer row="0" column="3">
<property name="name" stdset="0">
<cstring>Spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQLabel" row="1" column="0" colspan="2">
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="text">
<string>Login Name</string>
</property>
</widget>
<widget class="KLineEdit" row="1" column="2" colspan="3">
<property name="name">
<cstring>loginName</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="0" colspan="2">
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="text">
<string>Real Name</string>
</property>
</widget>
<widget class="KLineEdit" row="2" column="2" colspan="3">
<property name="name">
<cstring>realName</cstring>
</property>
</widget>
<widget class="TQLabel" row="2" column="0" colspan="2">
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="text">
<string>User ID</string>
</property>
</widget>
<widget class="KIntNumInput" row="2" column="2" colspan="3">
<property name="name">
<cstring>UID</cstring>
</property>
<property name="minValue">
<number>1</number>
</property>
<property name="maxValue">
<number>99999</number>
</property>
</widget>
<widget class="TQLabel" row="3" column="0" colspan="2">
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="text">
<string>Primary Group</string>
</property>
</widget>
<widget class="KComboBox" row="3" column="2" colspan="3">
<property name="name">
<cstring>primaryGroup</cstring>
</property>
</widget>
<widget class="TQLabel" row="4" column="0" colspan="2">
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="text">
<string>Home Directory</string>
</property>
</widget>
<widget class="KURLRequester" row="4" column="2" colspan="3">
<property name="name">
<cstring>homeDirectory</cstring>
</property>
<property name="mode">
<cstring>Directory</cstring>
</property>
</widget>
<widget class="TQLabel" row="5" column="0" colspan="2">
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="text">
<string>Shell</string>
</property>
</widget>
<widget class="KComboBox" row="5" column="2" colspan="3">
<property name="name">
<cstring>shell</cstring>
</property>
<property name="editable">
<cstring>true</cstring>
</property>
</widget>
<spacer row="10" column="0">
<property name="name" stdset="0">
<cstring>Spacer2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</grid>
</widget>
</widget>
</grid>
</widget>
<includes>
<include location="local" impldecl="in implementation">LDAPUserConfigBase.ui.h</include>
</includes>
<includes>
<include location="local" impldecl="in implementation">kdialog.h</include>
</includes>
<layoutdefaults spacing="3" margin="6"/>
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
</UI>
Loading…
Cancel
Save