diff options
Diffstat (limited to 'kopete/protocols/jabber/ui/dlgchatjoin.ui')
-rw-r--r-- | kopete/protocols/jabber/ui/dlgchatjoin.ui | 130 |
1 files changed, 130 insertions, 0 deletions
diff --git a/kopete/protocols/jabber/ui/dlgchatjoin.ui b/kopete/protocols/jabber/ui/dlgchatjoin.ui new file mode 100644 index 00000000..699f9ef4 --- /dev/null +++ b/kopete/protocols/jabber/ui/dlgchatjoin.ui @@ -0,0 +1,130 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>dlgChatJoin</class> +<widget class="KDialog"> + <property name="name"> + <cstring>dlgChatJoin</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>291</width> + <height>160</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>lblNick</cstring> + </property> + <property name="text"> + <string>Nick:</string> + </property> + </widget> + <widget class="QLineEdit" row="1" column="1"> + <property name="name"> + <cstring>leServer</cstring> + </property> + </widget> + <widget class="QLineEdit" row="2" column="1"> + <property name="name"> + <cstring>leNick</cstring> + </property> + </widget> + <widget class="QLineEdit" row="0" column="1"> + <property name="name"> + <cstring>leRoom</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>lblRoom</cstring> + </property> + <property name="text"> + <string>Room:</string> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>lblServer</cstring> + </property> + <property name="text"> + <string>Server:</string> + </property> + </widget> + <widget class="QLayoutWidget" row="3" column="1"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <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>41</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QPushButton"> + <property name="name"> + <cstring>pbJoin</cstring> + </property> + <property name="text"> + <string>&Join</string> + </property> + <property name="default"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton"> + <property name="name"> + <cstring>pbBrowse</cstring> + </property> + <property name="text"> + <string>Bro&wse</string> + </property> + </widget> + </hbox> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>pbJoin</sender> + <signal>clicked()</signal> + <receiver>dlgChatJoin</receiver> + <slot>slotJoin()</slot> + </connection> + <connection> + <sender>pbBrowse</sender> + <signal>clicked()</signal> + <receiver>dlgChatJoin</receiver> + <slot>slotBowse()</slot> + </connection> +</connections> +<tabstops> + <tabstop>leRoom</tabstop> + <tabstop>leServer</tabstop> + <tabstop>leNick</tabstop> +</tabstops> +<slots> + <slot>slotBowse()</slot> + <slot>slotJoin()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |