diff options
Diffstat (limited to 'ksirc/KSPrefs/page_startupbase.ui')
-rw-r--r-- | ksirc/KSPrefs/page_startupbase.ui | 197 |
1 files changed, 197 insertions, 0 deletions
diff --git a/ksirc/KSPrefs/page_startupbase.ui b/ksirc/KSPrefs/page_startupbase.ui new file mode 100644 index 00000000..1a248806 --- /dev/null +++ b/ksirc/KSPrefs/page_startupbase.ui @@ -0,0 +1,197 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>PageStartupBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>PageStartupBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>420</width> + <height>578</height> + </rect> + </property> + <property name="caption"> + <string>StartUp</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="KEditListBox"> + <property name="name"> + <cstring>serverLB</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Server</string> + </property> + </widget> + <widget class="QGroupBox"> + <property name="name"> + <cstring>nickGB</cstring> + </property> + <property name="maximumSize"> + <size> + <width>32767</width> + <height>32767</height> + </size> + </property> + <property name="title"> + <string>Name Settings</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>11</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QLineEdit" row="0" column="1"> + <property name="name"> + <cstring>nickLE</cstring> + </property> + </widget> + <widget class="QLineEdit" row="1" column="1"> + <property name="name"> + <cstring>altNickLE</cstring> + </property> + </widget> + <widget class="QLineEdit" row="2" column="1"> + <property name="name"> + <cstring>rnLE</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>nickLabel</cstring> + </property> + <property name="text"> + <string>&Nick name:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>nickLE</cstring> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>anLabel</cstring> + </property> + <property name="text"> + <string>A&lternative nick:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>altNickLE</cstring> + </property> + </widget> + <widget class="QLineEdit" row="3" column="1"> + <property name="name"> + <cstring>uiLE</cstring> + </property> + </widget> + <widget class="QLabel" row="3" column="0"> + <property name="name"> + <cstring>uiLabel</cstring> + </property> + <property name="text"> + <string>&User ID:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>rnLE</cstring> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>rnLabel</cstring> + </property> + <property name="text"> + <string>&Real name:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>rnLE</cstring> + </property> + </widget> + </grid> + </widget> + <widget class="KEditListBox"> + <property name="name"> + <cstring>notifyLB</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Notify List</string> + </property> + </widget> + </vbox> +</widget> +<connections> + <connection> + <sender>nickLE</sender> + <signal>textChanged(const QString&)</signal> + <receiver>PageStartupBase</receiver> + <slot>changed()</slot> + </connection> + <connection> + <sender>altNickLE</sender> + <signal>textChanged(const QString&)</signal> + <receiver>PageStartupBase</receiver> + <slot>changed()</slot> + </connection> + <connection> + <sender>notifyLB</sender> + <signal>changed()</signal> + <receiver>PageStartupBase</receiver> + <slot>changed()</slot> + </connection> + <connection> + <sender>rnLE</sender> + <signal>textChanged(const QString&)</signal> + <receiver>PageStartupBase</receiver> + <slot>changed()</slot> + </connection> + <connection> + <sender>uiLE</sender> + <signal>textChanged(const QString&)</signal> + <receiver>PageStartupBase</receiver> + <slot>changed()</slot> + </connection> + <connection> + <sender>serverLB</sender> + <signal>changed()</signal> + <receiver>PageStartupBase</receiver> + <slot>server_changed()</slot> + </connection> +</connections> +<slots> + <slot>changed()</slot> + <slot>server_changed()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>keditlistbox.h</includehint> + <includehint>klineedit.h</includehint> + <includehint>keditlistbox.h</includehint> + <includehint>klineedit.h</includehint> +</includehints> +</UI> |