summaryrefslogtreecommitdiffstats
path: root/ksirc/KSPrefs/page_startupbase.ui
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commitbcb704366cb5e333a626c18c308c7e0448a8e69f (patch)
treef0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /ksirc/KSPrefs/page_startupbase.ui
downloadtdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.tar.gz
tdenetwork-bcb704366cb5e333a626c18c308c7e0448a8e69f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksirc/KSPrefs/page_startupbase.ui')
-rw-r--r--ksirc/KSPrefs/page_startupbase.ui197
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>&amp;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&amp;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>&amp;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>&amp;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&amp;)</signal>
+ <receiver>PageStartupBase</receiver>
+ <slot>changed()</slot>
+ </connection>
+ <connection>
+ <sender>altNickLE</sender>
+ <signal>textChanged(const QString&amp;)</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&amp;)</signal>
+ <receiver>PageStartupBase</receiver>
+ <slot>changed()</slot>
+ </connection>
+ <connection>
+ <sender>uiLE</sender>
+ <signal>textChanged(const QString&amp;)</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>