diff options
author | Timothy Pearson <[email protected]> | 2012-05-26 14:51:10 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-26 14:51:10 -0500 |
commit | 442cb98549ed05f7c8464a6c23238d1bb8cd831b (patch) | |
tree | c0326023e3127a54b70008ad6daf104ba09b6c1d /src/ldapconfigbase.ui | |
parent | e590c21a4245f06990853d6037f3e8821adbab9d (diff) | |
download | kcmldapmanager-442cb98549ed05f7c8464a6c23238d1bb8cd831b.tar.gz kcmldapmanager-442cb98549ed05f7c8464a6c23238d1bb8cd831b.zip |
Add machines tab
Diffstat (limited to 'src/ldapconfigbase.ui')
-rw-r--r-- | src/ldapconfigbase.ui | 178 |
1 files changed, 178 insertions, 0 deletions
diff --git a/src/ldapconfigbase.ui b/src/ldapconfigbase.ui index 75da5b4..0516834 100644 --- a/src/ldapconfigbase.ui +++ b/src/ldapconfigbase.ui @@ -485,6 +485,184 @@ </widget> </grid> </widget> + <widget class="TQWidget"> + <property name="name"> + <cstring>machinesTab</cstring> + </property> + <attribute name="title"> + <string>Machines</string> + </attribute> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="0" column="0" colspan="0"> + <property name="name"> + <cstring>machine_icon</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="1" colspan="0"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>Machines in LDAP Realm</string> + </property> + </widget> + <widget class="KComboBox" row="0" column="3" colspan="0"> + <property name="name"> + <cstring>machine_ldapRealm</cstring> + </property> + </widget> + <spacer row="0" column="2"> + <property name="name" stdset="0"> + <cstring>Spacer3</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="TQSplitter" row="1" column="0" colspan="4"> + <property name="name"> + <cstring>splitter1</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <widget class="KListView" row="1" column="0" colspan="4"> + <column> + <property name="text"> + <string>Machine Name</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizeable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>machine_list</cstring> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + </widget> + <widget class="TQLayoutWidget" row="2" column="0" colspan="4"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <grid> + <widget class="TQLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>userControls</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQPushButton" row="0" column="0" colspan="0"> + <property name="name"> + <cstring>user_buttonModify</cstring> + </property> + <property name="text"> + <string>Modify</string> + </property> + </widget> + <widget class="TQPushButton" row="0" column="1" colspan="0"> + <property name="name"> + <cstring>user_buttonAdd</cstring> + </property> + <property name="text"> + <string>New</string> + </property> + </widget> + <widget class="TQPushButton" row="0" column="2" colspan="0"> + <property name="name"> + <cstring>user_buttonDelete</cstring> + </property> + <property name="text"> + <string>Delete</string> + </property> + </widget> + </grid> + </widget> + <widget class="TQGroupBox" row="1" column="0"> + <property name="name"> + <cstring>groupMachineDetails</cstring> + </property> + <property name="title"> + <string>Details</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQLabel" row="0" column="0" colspan="0"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>Machine Name:</string> + </property> + </widget> + <widget class="KLineEdit" row="0" column="1" colspan="0"> + <property name="name"> + <cstring>machine_name</cstring> + </property> + <property name="enabled"> + <cstring>false</cstring> + </property> + </widget> + <widget class="TQLabel" row="0" column="2" colspan="0"> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="text"> + <string>Author:</string> + </property> + </widget> + <widget class="KLineEdit" row="0" column="3" colspan="0"> + <property name="name"> + <cstring>machine_author</cstring> + </property> + <property name="enabled"> + <cstring>false</cstring> + </property> + </widget> + </grid> + </widget> + <spacer row="4" column="0"> + <property name="name" stdset="0"> + <cstring>Spacer6</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> </widget> </grid> </widget> |