summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-26 15:33:52 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-05-26 15:33:52 -0500
commit28679dd55af20d4d2c887e980d641562e1667790 (patch)
treebdb171977d8abcb27d175acb9aa94c20474eb6f1
parent442cb98549ed05f7c8464a6c23238d1bb8cd831b (diff)
downloadkcmldapmanager-28679dd5.tar.gz
kcmldapmanager-28679dd5.zip
Add initial user config tab
-rw-r--r--src/userconfigbase.ui246
1 files changed, 246 insertions, 0 deletions
diff --git a/src/userconfigbase.ui b/src/userconfigbase.ui
new file mode 100644
index 0000000..5e79495
--- /dev/null
+++ b/src/userconfigbase.ui
@@ -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> \ No newline at end of file