| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>Form</class>
|
|---|
| 4 | <widget class="QWidget" name="Form">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>286</width>
|
|---|
| 10 | <height>413</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <property name="windowTitle">
|
|---|
| 14 | <string>Google Talk Client</string>
|
|---|
| 15 | </property>
|
|---|
| 16 | <layout class="QVBoxLayout" name="verticalLayout">
|
|---|
| 17 | <property name="spacing">
|
|---|
| 18 | <number>0</number>
|
|---|
| 19 | </property>
|
|---|
| 20 | <property name="margin">
|
|---|
| 21 | <number>0</number>
|
|---|
| 22 | </property>
|
|---|
| 23 | <item>
|
|---|
| 24 | <widget class="QStackedWidget" name="stackedWidget">
|
|---|
| 25 | <property name="currentIndex">
|
|---|
| 26 | <number>1</number>
|
|---|
| 27 | </property>
|
|---|
| 28 | <widget class="QWidget" name="page_3">
|
|---|
| 29 | <layout class="QVBoxLayout" name="verticalLayout_4">
|
|---|
| 30 | <item>
|
|---|
| 31 | <spacer name="verticalSpacer_4">
|
|---|
| 32 | <property name="orientation">
|
|---|
| 33 | <enum>Qt::Vertical</enum>
|
|---|
| 34 | </property>
|
|---|
| 35 | <property name="sizeHint" stdset="0">
|
|---|
| 36 | <size>
|
|---|
| 37 | <width>20</width>
|
|---|
| 38 | <height>170</height>
|
|---|
| 39 | </size>
|
|---|
| 40 | </property>
|
|---|
| 41 | </spacer>
|
|---|
| 42 | </item>
|
|---|
| 43 | <item>
|
|---|
| 44 | <widget class="QLabel" name="statusLabel">
|
|---|
| 45 | <property name="text">
|
|---|
| 46 | <string>TextLabel</string>
|
|---|
| 47 | </property>
|
|---|
| 48 | <property name="alignment">
|
|---|
| 49 | <set>Qt::AlignCenter</set>
|
|---|
| 50 | </property>
|
|---|
| 51 | <property name="wordWrap">
|
|---|
| 52 | <bool>true</bool>
|
|---|
| 53 | </property>
|
|---|
| 54 | </widget>
|
|---|
| 55 | </item>
|
|---|
| 56 | <item>
|
|---|
| 57 | <widget class="QProgressBar" name="progressBar">
|
|---|
| 58 | <property name="value">
|
|---|
| 59 | <number>24</number>
|
|---|
| 60 | </property>
|
|---|
| 61 | </widget>
|
|---|
| 62 | </item>
|
|---|
| 63 | <item>
|
|---|
| 64 | <spacer name="verticalSpacer_5">
|
|---|
|
|---|