| 1 | <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
|---|
| 2 | <class>GCJoinUI</class>
|
|---|
| 3 | <widget class="QDialog">
|
|---|
| 4 | <property name="name">
|
|---|
| 5 | <cstring>GCJoinUI</cstring>
|
|---|
| 6 | </property>
|
|---|
| 7 | <property name="geometry">
|
|---|
| 8 | <rect>
|
|---|
| 9 | <x>0</x>
|
|---|
| 10 | <y>0</y>
|
|---|
| 11 | <width>280</width>
|
|---|
| 12 | <height>235</height>
|
|---|
| 13 | </rect>
|
|---|
| 14 | </property>
|
|---|
| 15 | <property name="caption">
|
|---|
| 16 | <string>Join Groupchat</string>
|
|---|
| 17 | </property>
|
|---|
| 18 | <vbox>
|
|---|
| 19 | <property name="name">
|
|---|
| 20 | <cstring>unnamed</cstring>
|
|---|
| 21 | </property>
|
|---|
| 22 | <property name="margin">
|
|---|
| 23 | <number>11</number>
|
|---|
| 24 | </property>
|
|---|
| 25 | <property name="spacing">
|
|---|
| 26 | <number>6</number>
|
|---|
| 27 | </property>
|
|---|
| 28 | <widget class="QLayoutWidget">
|
|---|
| 29 | <property name="name">
|
|---|
| 30 | <cstring>Layout3</cstring>
|
|---|
| 31 | </property>
|
|---|
| 32 | <hbox>
|
|---|
| 33 | <property name="name">
|
|---|
| 34 | <cstring>unnamed</cstring>
|
|---|
| 35 | </property>
|
|---|
| 36 | <property name="margin">
|
|---|
| 37 | <number>0</number>
|
|---|
| 38 | </property>
|
|---|
| 39 | <property name="spacing">
|
|---|
| 40 | <number>6</number>
|
|---|
| 41 | </property>
|
|---|
| 42 | <widget class="QLabel">
|
|---|
| 43 | <property name="name">
|
|---|
| 44 | <cstring>TextLabel1</cstring>
|
|---|
| 45 | </property>
|
|---|
| 46 | <property name="text">
|
|---|
| 47 | <string>Identity:</string>
|
|---|
| 48 | </property>
|
|---|
| 49 | </widget>
|
|---|
| 50 | <widget class="QLabel">
|
|---|
| 51 | <property name="name">
|
|---|
| 52 | <cstring>lb_ident</cstring>
|
|---|
| 53 | </property>
|
|---|
| 54 | <property name="text">
|
|---|
| 55 | <string>ident</string>
|
|---|
| 56 | </property>
|
|---|
| 57 | </widget>
|
|---|
| 58 | </hbox>
|
|---|
| 59 | </widget>
|
|---|
| 60 | <widget class="QLayoutWidget">
|
|---|
| 61 | <property name="name">
|
|---|
| 62 | <cstring>Layout3</cstring>
|
|---|
| 63 | </property>
|
|---|
| 64 | <hbox>
|
|---|
| 65 | <property name="name">
|
|---|
| 66 | <cstring>unnamed</cstring>
|
|---|
| 67 | </property>
|
|---|
| 68 | <property name="margin">
|
|---|
| 69 | <number>0</number>
|
|---|
| 70 | </property>
|
|---|
| 71 | <property name="spacing">
|
|---|
| 72 | <number>6</number>
|
|---|
| 73 | </property>
|
|---|
| 74 | <widget class="QLabel">
|
|---|
| 75 | <property name="name">
|
|---|
| 76 | <cstring>TextLabel1_2</cstring>
|
|---|
| 77 | </property>
|
|---|
| 78 | <property name="text">
|
|---|
| 79 | <string>Recent:</string>
|
|---|
| 80 | </property>
|
|---|
| 81 | </widget>
|
|---|
| 82 | <widget class="QComboBox">
|
|---|
| 83 | <property name="name">
|
|---|
| 84 | <cstring>cb_recent</cstring>
|
|---|
| 85 | </property>
|
|---|
| 86 | <property name="sizePolicy">
|
|---|
| 87 | <sizepolicy>
|
|---|
| 88 | <hsizetype>7</hsizetype>
|
|---|
| 89 | <vsizetype>0</vsizetype>
|
|---|
| 90 | <horstretch>0</horstretch>
|
|---|
| 91 | <verstretch>0</verstretch>
|
|---|
| 92 | </sizepolicy>
|
|---|
| 93 | </property>
|
|---|
| 94 | </widget>
|
|---|
| 95 | </hbox>
|
|---|
| 96 | </widget>
|
|---|
| 97 | <widget class="QGroupBox">
|
|---|
| 98 | <property name="name">
|
|---|
| 99 | <cstring>gb_info</cstring>
|
|---|
| 100 | </property>
|
|---|
| 101 | <property name="title">
|
|---|
| 102 | <string>Room information:</string>
|
|---|
| 103 | </property>
|
|---|
| 104 | <grid>
|
|---|
| 105 | <property name="name">
|
|---|
| 106 | <cstring>unnamed</cstring>
|
|---|
| 107 | </property>
|
|---|
| 108 | <property name="margin">
|
|---|
| 109 | <number>11</number>
|
|---|
| 110 | </property>
|
|---|
| 111 | <property name="spacing">
|
|---|
| 112 | <number>6</number>
|
|---|
| 113 | </property>
|
|---|
| 114 | <widget class="QLabel" row="0" column="0">
|
|---|
| 115 | <property name="name">
|
|---|
|
|---|