diff options
author | Timothy Pearson <[email protected]> | 2012-05-18 03:12:25 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-18 03:12:25 -0500 |
commit | fd4d12151ca6b034307f8eba345fbef97a3cbfaf (patch) | |
tree | 2fd264d0d0500192dc1f2c649e76fc379d0bbd59 /src/realmpropertiesbase.ui | |
parent | 8fdae616e94a37d5abf2d8a02fcff8a93d2f2ed1 (diff) | |
download | kcmldap-fd4d12151ca6b034307f8eba345fbef97a3cbfaf.tar.gz kcmldap-fd4d12151ca6b034307f8eba345fbef97a3cbfaf.zip |
Add skeleton wizards and dialogs
Diffstat (limited to 'src/realmpropertiesbase.ui')
-rw-r--r-- | src/realmpropertiesbase.ui | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/src/realmpropertiesbase.ui b/src/realmpropertiesbase.ui new file mode 100644 index 0000000..6e61a44 --- /dev/null +++ b/src/realmpropertiesbase.ui @@ -0,0 +1,60 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>RealmPropertiesBase</class> +<widget class="TQWidget"> + <property name="name"> + <cstring>RealmPropertiesBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>664</width> + <height>503</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>640</width> + <height>480</height> + </size> + </property> + <property name="caption"> + <string>LDAP Realm Properties</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="TQGroupBox" row="0" column="0"> + <property name="name"> + <cstring>groupBox1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>7</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Basic Settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + </grid> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |