~neon/kdeplasma-addons/trunk

« back to all changes in this revision

Viewing changes to applets/community/opendesktopConfig.ui

  • Committer: asouza
  • Date: 2011-02-01 19:41:58 UTC
  • Revision ID: svn-v4:283d02a7-25f6-0310-bc7c-ecb5cbfe19da:trunk/KDE/kdeplasma-addons:1218275
Move kdeplasma-addons to git

- You can find information about the project in the link below:

https://projects.kde.org/projects/kde/kdeplasma-addons/repository

- And you can clone the repository using:

git clone git://anongit.kde.org/kdeplasma-addons


Thanks eean and all the sysadmins for the help.

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
 
 <author>Sebastian Kügler &lt;sebas@kde.org&gt;</author>
4
 
 <class>opendesktopConfig</class>
5
 
 <widget class="QWidget" name="opendesktopConfig">
6
 
  <property name="geometry">
7
 
   <rect>
8
 
    <x>0</x>
9
 
    <y>0</y>
10
 
    <width>482</width>
11
 
    <height>240</height>
12
 
   </rect>
13
 
  </property>
14
 
  <layout class="QGridLayout" name="gridLayout">
15
 
   <item row="0" column="0" colspan="2">
16
 
    <widget class="QLabel" name="label">
17
 
     <property name="text">
18
 
      <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;
19
 
&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;
20
 
p, li { white-space: pre-wrap; }
21
 
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
22
 
&lt;p 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&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
23
 
     </property>
24
 
    </widget>
25
 
   </item>
26
 
   <item row="3" column="0">
27
 
    <spacer name="horizontalSpacer">
28
 
     <property name="orientation">
29
 
      <enum>Qt::Horizontal</enum>
30
 
     </property>
31
 
     <property name="sizeType">
32
 
      <enum>QSizePolicy::Fixed</enum>
33
 
     </property>
34
 
     <property name="sizeHint" stdset="0">
35
 
      <size>
36
 
       <width>13</width>
37
 
       <height>25</height>
38
 
      </size>
39
 
     </property>
40
 
    </spacer>
41
 
   </item>
42
 
   <item row="3" column="3">
43
 
    <widget class="KLineEdit" name="username">
44
 
     <property name="minimumSize">
45
 
      <size>
46
 
       <width>200</width>
47
 
       <height>0</height>
48
 
      </size>
49
 
     </property>
50
 
    </widget>
51
 
   </item>
52
 
   <item row="3" column="4">
53
 
    <spacer name="horizontalSpacer_2">
54
 
     <property name="orientation">
55
 
      <enum>Qt::Horizontal</enum>
56
 
     </property>
57
 
     <property name="sizeHint" stdset="0">
58
 
      <size>
59
 
       <width>105</width>
60
 
       <height>25</height>
61
 
      </size>
62
 
     </property>
63
 
    </spacer>
64
 
   </item>
65
 
   <item row="5" column="0">
66
 
    <spacer name="verticalSpacer">
67
 
     <property name="orientation">
68
 
      <enum>Qt::Vertical</enum>
69
 
     </property>
70
 
     <property name="sizeType">
71
 
      <enum>QSizePolicy::Fixed</enum>
72
 
     </property>
73
 
     <property name="sizeHint" stdset="0">
74
 
      <size>
75
 
       <width>20</width>
76
 
       <height>13</height>
77
 
      </size>
78
 
     </property>
79
 
    </spacer>
80
 
   </item>
81
 
   <item row="5" column="3">
82
 
    <layout class="QHBoxLayout" name="horizontalLayout">
83
 
     <item>
84
 
      <widget class="QPushButton" name="registerButton">
85
 
       <property name="text">
86
 
        <string comment="@action:button Registers a new account">Register</string>
87
 
       </property>
88
 
      </widget>
89
 
     </item>
90
 
     <item>
91
 
      <spacer name="horizontalSpacer_3">
92
 
       <property name="orientation">
93
 
        <enum>Qt::Horizontal</enum>
94
 
       </property>
95
 
       <property name="sizeHint" stdset="0">
96
 
        <size>
97
 
         <width>40</width>
98
 
         <height>20</height>
99
 
        </size>
100
 
       </property>
101
 
      </spacer>
102
 
     </item>
103
 
    </layout>
104
 
   </item>
105
 
   <item row="6" column="2">
106
 
    <spacer name="verticalSpacer_2">
107
 
     <property name="orientation">
108
 
      <enum>Qt::Vertical</enum>
109
 
     </property>
110
 
     <property name="sizeHint" stdset="0">
111
 
      <size>
112
 
       <width>68</width>
113
 
       <height>28</height>
114
 
      </size>
115
 
     </property>
116
 
    </spacer>
117
 
   </item>
118
 
   <item row="4" column="3">
119
 
    <widget class="KLineEdit" name="password">
120
 
     <property name="echoMode">
121
 
      <enum>QLineEdit::Password</enum>
122
 
     </property>
123
 
    </widget>
124
 
   </item>
125
 
   <item row="4" column="2">
126
 
    <widget class="QLabel" name="label_5">
127
 
     <property name="text">
128
 
      <string>Password:</string>
129
 
     </property>
130
 
     <property name="alignment">
131
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
132
 
     </property>
133
 
     <property name="buddy">
134
 
      <cstring>password</cstring>
135
 
     </property>
136
 
    </widget>
137
 
   </item>
138
 
   <item row="1" column="3">
139
 
    <widget class="KComboBox" name="provider"/>
140
 
   </item>
141
 
   <item row="1" column="2">
142
 
    <widget class="QLabel" name="label_6">
143
 
     <property name="text">
144
 
      <string>Provider:</string>
145
 
     </property>
146
 
     <property name="alignment">
147
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
148
 
     </property>
149
 
     <property name="buddy">
150
 
      <cstring>provider</cstring>
151
 
     </property>
152
 
    </widget>
153
 
   </item>
154
 
   <item row="3" column="2">
155
 
    <widget class="QLabel" name="label_2">
156
 
     <property name="text">
157
 
      <string>Username:</string>
158
 
     </property>
159
 
     <property name="alignment">
160
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
161
 
     </property>
162
 
     <property name="buddy">
163
 
      <cstring>username</cstring>
164
 
     </property>
165
 
    </widget>
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
 
 <tabstops>
182
 
  <tabstop>provider</tabstop>
183
 
  <tabstop>username</tabstop>
184
 
  <tabstop>password</tabstop>
185
 
  <tabstop>registerButton</tabstop>
186
 
 </tabstops>
187
 
 <resources/>
188
 
 <connections/>
189
 
</ui>