~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/resources/microblog/microblogconfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>ConfigDialog</class>
4
 
 <widget class="QWidget" name="ConfigDialog">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>280</width>
10
 
    <height>250</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="minimumSize">
14
 
   <size>
15
 
    <width>280</width>
16
 
    <height>250</height>
17
 
   </size>
18
 
  </property>
19
 
  <layout class="QVBoxLayout" name="verticalLayout">
20
 
   <item>
21
 
    <widget class="QLabel" name="welcomelabel">
22
 
     <property name="text">
23
 
      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
24
 
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
25
 
p, li { white-space: pre-wrap; }
26
 
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Liberation Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
27
 
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Account Details&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
28
 
     </property>
29
 
     <property name="wordWrap">
30
 
      <bool>true</bool>
31
 
     </property>
32
 
    </widget>
33
 
   </item>
34
 
   <item>
35
 
    <layout class="QGridLayout" name="gridLayout">
36
 
     <item row="0" column="0">
37
 
      <widget class="QLabel" name="namelabel">
38
 
       <property name="text">
39
 
        <string>Name:</string>
40
 
       </property>
41
 
       <property name="alignment">
42
 
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
43
 
       </property>
44
 
      </widget>
45
 
     </item>
46
 
     <item row="0" column="1">
47
 
      <widget class="KLineEdit" name="kcfg_Name"/>
48
 
     </item>
49
 
     <item row="1" column="0">
50
 
      <widget class="QLabel" name="servicelabel">
51
 
       <property name="text">
52
 
        <string>Service:</string>
53
 
       </property>
54
 
       <property name="alignment">
55
 
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
56
 
       </property>
57
 
      </widget>
58
 
     </item>
59
 
     <item row="1" column="1">
60
 
      <widget class="KComboBox" name="kcfg_Service">
61
 
       <item>
62
 
        <property name="text">
63
 
         <string>Identi.ca</string>
64
 
        </property>
65
 
       </item>
66
 
       <item>
67
 
        <property name="text">
68
 
         <string>Twitter</string>
69
 
        </property>
70
 
       </item>
71
 
      </widget>
72
 
     </item>
73
 
     <item row="2" column="0">
74
 
      <widget class="QLabel" name="usernamelabel">
75
 
       <property name="text">
76
 
        <string>Username:</string>
77
 
       </property>
78
 
       <property name="alignment">
79
 
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
80
 
       </property>
81
 
      </widget>
82
 
     </item>
83
 
     <item row="2" column="1">
84
 
      <widget class="KLineEdit" name="kcfg_UserName"/>
85
 
     </item>
86
 
     <item row="3" column="0">
87
 
      <widget class="QLabel" name="passwordlabel">
88
 
       <property name="text">
89
 
        <string>Password:</string>
90
 
       </property>
91
 
       <property name="alignment">
92
 
        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
93
 
       </property>
94
 
      </widget>
95
 
     </item>
96
 
     <item row="3" column="1">
97
 
      <widget class="KLineEdit" name="password">
98
 
       <property name="passwordMode">
99
 
        <bool>true</bool>
100
 
       </property>
101
 
      </widget>
102
 
     </item>
103
 
    </layout>
104
 
   </item>
105
 
   <item>
106
 
    <layout class="QHBoxLayout" name="horizontalLayout">
107
 
     <item>
108
 
      <spacer name="horizontalSpacer">
109
 
       <property name="orientation">
110
 
        <enum>Qt::Horizontal</enum>
111
 
       </property>
112
 
       <property name="sizeHint" stdset="0">
113
 
        <size>
114
 
         <width>40</width>
115
 
         <height>20</height>
116
 
        </size>
117
 
       </property>
118
 
      </spacer>
119
 
     </item>
120
 
     <item>
121
 
      <widget class="QLabel" name="statusImageLabel">
122
 
       <property name="text">
123
 
        <string/>
124
 
       </property>
125
 
      </widget>
126
 
     </item>
127
 
     <item>
128
 
      <widget class="QLabel" name="statusLabel">
129
 
       <property name="text">
130
 
        <string/>
131
 
       </property>
132
 
      </widget>
133
 
     </item>
134
 
     <item>
135
 
      <widget class="QPushButton" name="testButton">
136
 
       <property name="text">
137
 
        <string>Test</string>
138
 
       </property>
139
 
      </widget>
140
 
     </item>
141
 
    </layout>
142
 
   </item>
143
 
   <item>
144
 
    <widget class="QLabel" name="openidLabel">
145
 
     <property name="text">
146
 
      <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
147
 
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
148
 
p, li { white-space: pre-wrap; }
149
 
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Liberation Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
150
 
&lt;p align=&quot;right&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;tomaistheking&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Using OpenID?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
151
 
     </property>
152
 
    </widget>
153
 
   </item>
154
 
   <item>
155
 
    <spacer name="verticalSpacer">
156
 
     <property name="orientation">
157
 
      <enum>Qt::Vertical</enum>
158
 
     </property>
159
 
     <property name="sizeHint" stdset="0">
160
 
      <size>
161
 
       <width>20</width>
162
 
       <height>0</height>
163
 
      </size>
164
 
     </property>
165
 
    </spacer>
166
 
   </item>
167
 
  </layout>
168
 
 </widget>
169
 
 <customwidgets>
170
 
  <customwidget>
171
 
   <class>KLineEdit</class>
172
 
   <extends>QLineEdit</extends>
173
 
   <header>klineedit.h</header>
174
 
  </customwidget>
175
 
  <customwidget>
176
 
   <class>KComboBox</class>
177
 
   <extends>QComboBox</extends>
178
 
   <header>kcombobox.h</header>
179
 
  </customwidget>
180
 
 </customwidgets>
181
 
 <resources/>
182
 
 <connections/>
183
 
</ui>