~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to applets/frame/imageSettings.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-05-25 09:50:14 UTC
  • mto: (0.4.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20100525095014-e3cebfkdenjrx3xg
Tags: upstream-4.4.80
ImportĀ upstreamĀ versionĀ 4.4.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
           <property name="text">
54
54
            <string>Picture:</string>
55
55
           </property>
56
 
           <property name="buddy">
57
 
            <cstring>picRequester</cstring>
58
 
           </property>
59
56
          </widget>
60
57
         </item>
61
58
         <item>
62
 
          <widget class="KUrlComboRequester" name="picRequester">
63
 
           <property name="sizePolicy">
64
 
            <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
65
 
             <horstretch>0</horstretch>
66
 
             <verstretch>0</verstretch>
67
 
            </sizepolicy>
68
 
           </property>
 
59
          <widget class="KUrlRequester" name="picRequester">
69
60
           <property name="acceptDrops">
70
61
            <bool>true</bool>
71
62
           </property>
72
63
           <property name="filter">
73
 
            <string>*.png *.jpeg *.jpg *.svg *.svgz</string>
 
64
            <string>*.png *.jpeg *.jpg *.svg *.svgz *.bmp</string>
 
65
           </property>
 
66
           <property name="mode">
 
67
            <set>KFile::ExistingOnly|KFile::File</set>
74
68
           </property>
75
69
           <property name="fileDialogModality">
76
70
            <enum>Qt::NonModal</enum>
123
117
        </layout>
124
118
       </item>
125
119
       <item>
126
 
        <spacer>
127
 
         <property name="orientation">
128
 
          <enum>Qt::Vertical</enum>
129
 
         </property>
130
 
         <property name="sizeType">
131
 
          <enum>QSizePolicy::Expanding</enum>
132
 
         </property>
133
 
         <property name="sizeHint" stdset="0">
134
 
          <size>
135
 
           <width>438</width>
136
 
           <height>16</height>
 
120
        <spacer name="verticalSpacer_2">
 
121
         <property name="orientation">
 
122
          <enum>Qt::Vertical</enum>
 
123
         </property>
 
124
         <property name="sizeHint" stdset="0">
 
125
          <size>
 
126
           <width>20</width>
 
127
           <height>40</height>
 
128
          </size>
 
129
         </property>
 
130
        </spacer>
 
131
       </item>
 
132
       <item>
 
133
        <layout class="QHBoxLayout" name="horizontalLayout_2">
 
134
         <item>
 
135
          <widget class="QLabel" name="label_4">
 
136
           <property name="text">
 
137
            <string>Auto-update:</string>
 
138
           </property>
 
139
          </widget>
 
140
         </item>
 
141
         <item>
 
142
          <widget class="QTimeEdit" name="autoUpdateTime">
 
143
           <property name="toolTip">
 
144
            <string>Updates the picture from the source in the given time.
 
145
Useful if you want a live cam or weather data to be up to date.</string>
 
146
           </property>
 
147
           <property name="specialValueText">
 
148
            <string>never</string>
 
149
           </property>
 
150
           <property name="displayFormat">
 
151
            <string>hh'h' mm'min'</string>
 
152
           </property>
 
153
          </widget>
 
154
         </item>
 
155
         <item>
 
156
          <spacer name="horizontalSpacer">
 
157
           <property name="orientation">
 
158
            <enum>Qt::Horizontal</enum>
 
159
           </property>
 
160
           <property name="sizeHint" stdset="0">
 
161
            <size>
 
162
             <width>40</width>
 
163
             <height>20</height>
 
164
            </size>
 
165
           </property>
 
166
          </spacer>
 
167
         </item>
 
168
        </layout>
 
169
       </item>
 
170
       <item>
 
171
        <spacer name="verticalSpacer_3">
 
172
         <property name="orientation">
 
173
          <enum>Qt::Vertical</enum>
 
174
         </property>
 
175
         <property name="sizeHint" stdset="0">
 
176
          <size>
 
177
           <width>20</width>
 
178
           <height>40</height>
137
179
          </size>
138
180
         </property>
139
181
        </spacer>
209
251
         <item row="0" column="0">
210
252
          <widget class="QLabel" name="label">
211
253
           <property name="text">
212
 
            <string>Include Subfolders:</string>
 
254
            <string>Include subfolders:</string>
213
255
           </property>
214
256
           <property name="alignment">
215
257
            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
355
397
   <header>kpushbutton.h</header>
356
398
  </customwidget>
357
399
  <customwidget>
358
 
   <class>KUrlComboRequester</class>
359
 
   <extends>KUrlRequester</extends>
360
 
   <header>kurlrequester.h</header>
361
 
   <container>1</container>
362
 
  </customwidget>
363
 
  <customwidget>
364
400
   <class>KComboBox</class>
365
401
   <extends>QComboBox</extends>
366
402
   <header>kcombobox.h</header>