diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | bcb704366cb5e333a626c18c308c7e0448a8e69f (patch) | |
tree | f0d6ab7d78ecdd9207cf46536376b44b91a1ca71 /kopete/protocols/jabber/ui/dlgsendraw.ui | |
download | tdenetwork-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 'kopete/protocols/jabber/ui/dlgsendraw.ui')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgsendraw.ui | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/kopete/protocols/jabber/ui/dlgsendraw.ui b/kopete/protocols/jabber/ui/dlgsendraw.ui new file mode 100644 index 00000000..08e31f66 --- /dev/null +++ b/kopete/protocols/jabber/ui/dlgsendraw.ui @@ -0,0 +1,159 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>DlgSendRaw</class> +<widget class="QDialog"> + <property name="name"> + <cstring>DlgSendRaw</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>519</width> + <height>233</height> + </rect> + </property> + <property name="caption"> + <string>Send Raw XML Packet</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>lblInfo</cstring> + </property> + <property name="paletteForegroundColor"> + <color> + <red>0</red> + <green>0</green> + <blue>0</blue> + </color> + </property> + <property name="text"> + <string>Type in the packet that should be sent to the server:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>lblRealStatus</cstring> + </property> + </widget> + <widget class="QTextEdit"> + <property name="name"> + <cstring>tePacket</cstring> + </property> + </widget> + <widget class="QComboBox"> + <item> + <property name="text"> + <string>User Defined</string> + </property> + </item> + <item> + <property name="text"> + <string>Account Deletion</string> + </property> + </item> + <item> + <property name="text"> + <string>Availability Status</string> + </property> + </item> + <item> + <property name="text"> + <string>Last Active Time</string> + </property> + </item> + <item> + <property name="text"> + <string>Message with Body</string> + </property> + </item> + <item> + <property name="text"> + <string>Message with Subject</string> + </property> + </item> + <item> + <property name="text"> + <string>Add Roster Item</string> + </property> + </item> + <item> + <property name="text"> + <string>Delete Roster Item</string> + </property> + </item> + <item> + <property name="text"> + <string>Subscription</string> + </property> + </item> + <property name="name"> + <cstring>inputWidget</cstring> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QPushButton"> + <property name="name"> + <cstring>btnClear</cstring> + </property> + <property name="text"> + <string>Clea&r</string> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>btnSend</cstring> + </property> + <property name="text"> + <string>&Send</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>16</width> + <height>25</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>btnClose</cstring> + </property> + <property name="text"> + <string>&Close</string> + </property> + </widget> + </hbox> + </widget> + </vbox> + </widget> + </vbox> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |