summaryrefslogtreecommitdiffstats
path: root/src/serviceconfigbase.ui
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-13 20:56:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-13 20:56:58 -0500
commitccbc653660b7df4148be5c0c2f087cd48efbcbe6 (patch)
treeb973c64aa173d330a716f7b61461ddad32a0aa17 /src/serviceconfigbase.ui
parentdbd589f7be46e85ac0eefe18e9feb41dbd41ae2f (diff)
downloadkcmldapmanager-ccbc653660b7df4148be5c0c2f087cd48efbcbe6.tar.gz
kcmldapmanager-ccbc653660b7df4148be5c0c2f087cd48efbcbe6.zip
Add service editor
Diffstat (limited to 'src/serviceconfigbase.ui')
-rw-r--r--src/serviceconfigbase.ui89
1 files changed, 89 insertions, 0 deletions
diff --git a/src/serviceconfigbase.ui b/src/serviceconfigbase.ui
new file mode 100644
index 0000000..c7cd2bf
--- /dev/null
+++ b/src/serviceconfigbase.ui
@@ -0,0 +1,89 @@
+<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
+ <class>LDAPServiceConfigBase</class>
+ <widget class="TQWidget">
+ <property name="name">
+ <cstring>LDAPServiceConfigBase</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>Kerberos Service</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>
+ <property name="sizePolicy">
+ <sizepolicy>
+ <hsizetype>4</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>1</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ <widget class="TQLabel" row="0" column="1" colspan="1">
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="text">
+ <string>Service Name</string>
+ </property>
+ </widget>
+ <widget class="KLineEdit" row="0" column="2" colspan="1">
+ <property name="name">
+ <cstring>serviceName</cstring>
+ </property>
+ </widget>
+ <widget class="TQLabel" row="1" column="0" colspan="2">
+ <property name="name">
+ <cstring>unnamed</cstring>
+ </property>
+ <property name="text">
+ <string>Host Machine</string>
+ </property>
+ </widget>
+ <widget class="KComboBox" row="1" column="2" colspan="2">
+ <property name="name">
+ <cstring>hostMachine</cstring>
+ </property>
+ </widget>
+ </grid>
+ </widget>
+ </widget>
+ </grid>
+ </widget>
+ <includes>
+ <include location="local" impldecl="in implementation">LDAPServiceConfigBase.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