You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

154 lines
5.4 KiB

<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>AddDirectoryServiceDialog</class>
<widget class="QDialog">
<property name="name">
<cstring>AddDirectoryServiceDialog</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>218</width>
<height>140</height>
</rect>
</property>
<property name="caption">
<string>Add or Change Directory Service</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout2</cstring>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QLineEdit" row="1" column="1">
<property name="name">
<cstring>portED</cstring>
</property>
<property name="text">
<string>389</string>
</property>
</widget>
<widget class="QLineEdit" row="0" column="1">
<property name="name">
<cstring>serverNameED</cstring>
</property>
</widget>
<widget class="QLineEdit" row="2" column="1">
<property name="name">
<cstring>descriptionED</cstring>
</property>
</widget>
<widget class="QLabel" row="2" column="0">
<property name="name">
<cstring>descriptionLA</cstring>
</property>
<property name="text">
<string>&amp;Description:</string>
</property>
<property name="buddy" stdset="0">
<cstring>descriptionED</cstring>
</property>
</widget>
<widget class="QLabel" row="1" column="0">
<property name="name">
<cstring>portLA</cstring>
</property>
<property name="text">
<string>&amp;Port:</string>
</property>
<property name="buddy" stdset="0">
<cstring>portED</cstring>
</property>
</widget>
<widget class="QLabel" row="0" column="0">
<property name="name">
<cstring>serverNameLA</cstring>
</property>
<property name="text">
<string>&amp;Server name:</string>
</property>
<property name="buddy" stdset="0">
<cstring>serverNameED</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout3</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QPushButton">
<property name="name">
<cstring>PushButton3</cstring>
</property>
<property name="text">
<string>&amp;OK</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton">
<property name="name">
<cstring>PushButton4</cstring>
</property>
<property name="text">
<string>&amp;Cancel</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>PushButton3</sender>
<signal>clicked()</signal>
<receiver>AddDirectoryServiceDialog</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>PushButton4</sender>
<signal>clicked()</signal>
<receiver>AddDirectoryServiceDialog</receiver>
<slot>reject()</slot>
</connection>
</connections>
<tabstops>
<tabstop>serverNameED</tabstop>
<tabstop>portED</tabstop>
<tabstop>descriptionED</tabstop>
<tabstop>PushButton3</tabstop>
<tabstop>PushButton4</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>