[556] | 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>
|
---|
[651] | 51 | <property name="wordWrap">
|
---|
| 52 | <bool>true</bool>
|
---|
| 53 | </property>
|
---|
[556] | 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">
|
---|
| 65 | <property name="orientation">
|
---|
| 66 | <enum>Qt::Vertical</enum>
|
---|
| 67 | </property>
|
---|
| 68 | <property name="sizeHint" stdset="0">
|
---|
| 69 | <size>
|
---|
| 70 | <width>20</width>
|
---|
| 71 | <height>169</height>
|
---|
| 72 | </size>
|
---|
| 73 | </property>
|
---|
| 74 | </spacer>
|
---|
| 75 | </item>
|
---|
| 76 | </layout>
|
---|
| 77 | </widget>
|
---|
| 78 | <widget class="QWidget" name="page">
|
---|
| 79 | <layout class="QVBoxLayout" name="verticalLayout_2">
|
---|
| 80 | <item>
|
---|
| 81 | <spacer name="verticalSpacer_3">
|
---|
| 82 | <property name="orientation">
|
---|
| 83 | <enum>Qt::Vertical</enum>
|
---|
| 84 | </property>
|
---|
| 85 | <property name="sizeHint" stdset="0">
|
---|
| 86 | <size>
|
---|
| 87 | <width>20</width>
|
---|
| 88 | <height>119</height>
|
---|
| 89 | </size>
|
---|
| 90 | </property>
|
---|
| 91 | </spacer>
|
---|
| 92 | </item>
|
---|
| 93 | <item>
|
---|
| 94 | <widget class="QLabel" name="userNameLabel">
|
---|
| 95 | <property name="text">
|
---|
| 96 | <string>Google username:</string>
|
---|
| 97 | </property>
|
---|
| 98 | </widget>
|
---|
| 99 | </item>
|
---|
| 100 | <item>
|
---|
| 101 | <widget class="QLineEdit" name="userNameEdit"/>
|
---|
| 102 | </item>
|
---|
| 103 | <item>
|
---|
| |
---|