26
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0">
|
|
3 |
<class>AuthAppClass</class>
|
|
4 |
<widget class="QMainWindow" name="AuthAppClass">
|
|
5 |
<property name="geometry">
|
|
6 |
<rect>
|
|
7 |
<x>0</x>
|
|
8 |
<y>0</y>
|
|
9 |
<width>275</width>
|
|
10 |
<height>310</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>MainWindow</string>
|
|
15 |
</property>
|
|
16 |
<widget class="QWidget" name="centralWidget">
|
|
17 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
18 |
<item>
|
|
19 |
<widget class="QPushButton" name="buttonForget">
|
|
20 |
<property name="text">
|
|
21 |
<string>Logout</string>
|
|
22 |
</property>
|
|
23 |
</widget>
|
|
24 |
</item>
|
|
25 |
<item>
|
|
26 |
<widget class="QPushButton" name="pushButton">
|
|
27 |
<property name="text">
|
|
28 |
<string>Login to Twitter</string>
|
|
29 |
</property>
|
|
30 |
</widget>
|
|
31 |
</item>
|
|
32 |
<item>
|
|
33 |
<spacer name="verticalSpacer">
|
|
34 |
<property name="orientation">
|
|
35 |
<enum>Qt::Vertical</enum>
|
|
36 |
</property>
|
|
37 |
<property name="sizeHint" stdset="0">
|
|
38 |
<size>
|
|
39 |
<width>20</width>
|
|
40 |
<height>40</height>
|
|
41 |
</size>
|
|
42 |
</property>
|
|
43 |
</spacer>
|
|
44 |
</item>
|
|
45 |
</layout>
|
|
46 |
</widget>
|
|
47 |
</widget>
|
|
48 |
<layoutdefault spacing="6" margin="11"/>
|
|
49 |
<resources/>
|
|
50 |
<connections/>
|
|
51 |
</ui>
|