Adding rules to compile a UI file with the resource.
[akonadigoogledata.git] / GoogleData.ui
blob822cac6f87195fed1d40540f2f8503b38b1b5ec3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>dlgGoogleDataConf</class>
4 <widget class="QDialog" name="dlgGoogleDataConf">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>270</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <widget class="QWidget" name="layoutWidget">
17 <property name="geometry">
18 <rect>
19 <x>30</x>
20 <y>30</y>
21 <width>144</width>
22 <height>49</height>
23 </rect>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="QLabel" name="lbAccount">
28 <property name="text">
29 <string>Your google account</string>
30 </property>
31 <property name="buddy">
32 <cstring>eAccount</cstring>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <widget class="QLineEdit" name="eAccount"/>
38 </item>
39 </layout>
40 </widget>
41 <widget class="QWidget" name="layoutWidget">
42 <property name="geometry">
43 <rect>
44 <x>30</x>
45 <y>120</y>
46 <width>129</width>
47 <height>49</height>
48 </rect>
49 </property>
50 <layout class="QVBoxLayout" name="verticalLayout_2">
51 <item>
52 <widget class="QLabel" name="lbPass">
53 <property name="text">
54 <string>Your password</string>
55 </property>
56 <property name="buddy">
57 <cstring>ePass</cstring>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="QLineEdit" name="ePass"/>
63 </item>
64 </layout>
65 </widget>
66 <widget class="QWidget" name="layoutWidget">
67 <property name="geometry">
68 <rect>
69 <x>40</x>
70 <y>220</y>
71 <width>348</width>
72 <height>30</height>
73 </rect>
74 </property>
75 <layout class="QHBoxLayout" name="horizontalLayout">
76 <item>
77 <spacer name="horizontalSpacer">
78 <property name="orientation">
79 <enum>Qt::Horizontal</enum>
80 </property>
81 <property name="sizeHint" stdset="0">
82 <size>
83 <width>40</width>
84 <height>20</height>
85 </size>
86 </property>
87 </spacer>
88 </item>
89 <item>
90 <widget class="QPushButton" name="btCancel">
91 <property name="text">
92 <string>Cancel</string>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <widget class="QPushButton" name="btOK">
98 <property name="enabled">
99 <bool>false</bool>
100 </property>
101 <property name="text">
102 <string>OK</string>
103 </property>
104 </widget>
105 </item>
106 </layout>
107 </widget>
108 </widget>
109 <tabstops>
110 <tabstop>eAccount</tabstop>
111 <tabstop>ePass</tabstop>
112 <tabstop>btCancel</tabstop>
113 <tabstop>btOK</tabstop>
114 </tabstops>
115 <resources/>
116 <connections/>
117 </ui>