~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to plasma/generic/wallpapers/image/imageconfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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>ImageConfig</class>
 
4
 <widget class="QWidget" name="ImageConfig">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>568</width>
 
10
    <height>379</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout" name="gridLayout">
 
14
   <item row="2" column="0" colspan="3">
 
15
    <widget class="QListView" name="m_view">
 
16
     <property name="minimumSize">
 
17
      <size>
 
18
       <width>300</width>
 
19
       <height>220</height>
 
20
      </size>
 
21
     </property>
 
22
     <property name="movement">
 
23
      <enum>QListView::Static</enum>
 
24
     </property>
 
25
     <property name="resizeMode">
 
26
      <enum>QListView::Adjust</enum>
 
27
     </property>
 
28
     <property name="layoutMode">
 
29
      <enum>QListView::Batched</enum>
 
30
     </property>
 
31
     <property name="spacing">
 
32
      <number>2</number>
 
33
     </property>
 
34
     <property name="viewMode">
 
35
      <enum>QListView::IconMode</enum>
 
36
     </property>
 
37
     <property name="uniformItemSizes">
 
38
      <bool>false</bool>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item row="0" column="0">
 
43
    <widget class="QLabel" name="m_positioningLabel">
 
44
     <property name="text">
 
45
      <string>P&amp;ositioning:</string>
 
46
     </property>
 
47
     <property name="alignment">
 
48
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
49
     </property>
 
50
     <property name="buddy">
 
51
      <cstring>m_resizeMethod</cstring>
 
52
     </property>
 
53
    </widget>
 
54
   </item>
 
55
   <item row="1" column="0">
 
56
    <widget class="QLabel" name="m_colorLabel">
 
57
     <property name="text">
 
58
      <string>&amp;Color:</string>
 
59
     </property>
 
60
     <property name="alignment">
 
61
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
62
     </property>
 
63
     <property name="buddy">
 
64
      <cstring>m_color</cstring>
 
65
     </property>
 
66
    </widget>
 
67
   </item>
 
68
   <item row="1" column="1" colspan="2">
 
69
    <layout class="QHBoxLayout" name="horizontalLayout_2">
 
70
     <item>
 
71
      <widget class="KColorButton" name="m_color">
 
72
       <property name="sizePolicy">
 
73
        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
74
         <horstretch>0</horstretch>
 
75
         <verstretch>0</verstretch>
 
76
        </sizepolicy>
 
77
       </property>
 
78
       <property name="toolTip">
 
79
        <string>Change wallpaper frame color</string>
 
80
       </property>
 
81
       <property name="whatsThis">
 
82
        <string>Change the color of the frame that it may be visible when the wallpaper is centered or scaled with the same proportions.</string>
 
83
       </property>
 
84
       <property name="color">
 
85
        <color>
 
86
         <red>70</red>
 
87
         <green>90</green>
 
88
         <blue>130</blue>
 
89
        </color>
 
90
       </property>
 
91
       <property name="defaultColor">
 
92
        <color>
 
93
         <red>70</red>
 
94
         <green>90</green>
 
95
         <blue>130</blue>
 
96
        </color>
 
97
       </property>
 
98
      </widget>
 
99
     </item>
 
100
     <item>
 
101
      <spacer name="spacer">
 
102
       <property name="orientation">
 
103
        <enum>Qt::Horizontal</enum>
 
104
       </property>
 
105
       <property name="sizeHint" stdset="0">
 
106
        <size>
 
107
         <width>40</width>
 
108
         <height>20</height>
 
109
        </size>
 
110
       </property>
 
111
      </spacer>
 
112
     </item>
 
113
    </layout>
 
114
   </item>
 
115
   <item row="0" column="1" colspan="2">
 
116
    <layout class="QHBoxLayout" name="horizontalLayout">
 
117
     <item>
 
118
      <widget class="QComboBox" name="m_resizeMethod">
 
119
       <property name="sizePolicy">
 
120
        <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
 
121
         <horstretch>0</horstretch>
 
122
         <verstretch>0</verstretch>
 
123
        </sizepolicy>
 
124
       </property>
 
125
      </widget>
 
126
     </item>
 
127
     <item>
 
128
      <spacer name="spacer_2">
 
129
       <property name="orientation">
 
130
        <enum>Qt::Horizontal</enum>
 
131
       </property>
 
132
       <property name="sizeHint" stdset="0">
 
133
        <size>
 
134
         <width>187</width>
 
135
         <height>17</height>
 
136
        </size>
 
137
       </property>
 
138
      </spacer>
 
139
     </item>
 
140
    </layout>
 
141
   </item>
 
142
   <item row="3" column="1">
 
143
    <layout class="QHBoxLayout" name="horizontalLayout_3">
 
144
     <item>
 
145
      <spacer name="horizontalSpacer">
 
146
       <property name="orientation">
 
147
        <enum>Qt::Horizontal</enum>
 
148
       </property>
 
149
       <property name="sizeHint" stdset="0">
 
150
        <size>
 
151
         <width>40</width>
 
152
         <height>20</height>
 
153
        </size>
 
154
       </property>
 
155
      </spacer>
 
156
     </item>
 
157
     <item>
 
158
      <widget class="KPushButton" name="m_pictureUrlButton">
 
159
       <property name="text">
 
160
        <string>Open...</string>
 
161
       </property>
 
162
      </widget>
 
163
     </item>
 
164
    </layout>
 
165
   </item>
 
166
   <item row="3" column="2">
 
167
    <widget class="QPushButton" name="m_newStuff">
 
168
     <property name="text">
 
169
      <string>Get New Wallpapers...</string>
 
170
     </property>
 
171
    </widget>
 
172
   </item>
 
173
  </layout>
 
174
 </widget>
 
175
 <customwidgets>
 
176
  <customwidget>
 
177
   <class>KPushButton</class>
 
178
   <extends>QPushButton</extends>
 
179
   <header>kpushbutton.h</header>
 
180
  </customwidget>
 
181
  <customwidget>
 
182
   <class>KColorButton</class>
 
183
   <extends>QPushButton</extends>
 
184
   <header>kcolorbutton.h</header>
 
185
  </customwidget>
 
186
 </customwidgets>
 
187
 <resources/>
 
188
 <connections/>
 
189
</ui>