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

« back to all changes in this revision

Viewing changes to kdm/kcm/background/bgwallpaper_ui.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
<ui version="4.0" stdsetdef="1" >
 
2
  <class>BGMultiWallpaperBase</class>
 
3
  <widget class="QWidget" name="BGMultiWallpaperBase" >
 
4
    <property name="geometry" >
 
5
      <rect>
 
6
        <x>0</x>
 
7
        <y>0</y>
 
8
        <width>410</width>
 
9
        <height>196</height>
 
10
      </rect>
 
11
    </property>
 
12
    <layout class="QGridLayout" >
 
13
      <property name="margin" >
 
14
        <number>0</number>
 
15
      </property>
 
16
      <item row="2" column="0" >
 
17
        <widget class="QLabel" name="textLabel2" >
 
18
          <property name="text" >
 
19
            <string>Show the following pictures:</string>
 
20
          </property>
 
21
          <property name="wordWrap" >
 
22
            <bool>false</bool>
 
23
          </property>
 
24
        </widget>
 
25
      </item>
 
26
      <item row="1" column="0" >
 
27
        <widget class="QCheckBox" name="m_cbRandom" >
 
28
          <property name="text" >
 
29
            <string>&amp;Show pictures in random order</string>
 
30
          </property>
 
31
        </widget>
 
32
      </item>
 
33
      <item row="0" column="0" >
 
34
        <layout class="QHBoxLayout" >
 
35
          <item>
 
36
            <widget class="QLabel" name="textLabel1" >
 
37
              <property name="text" >
 
38
                <string>Change &amp;picture after:</string>
 
39
              </property>
 
40
              <property name="buddy" stdset="0" >
 
41
                <cstring>m_spinInterval</cstring>
 
42
              </property>
 
43
              <property name="wordWrap" >
 
44
                <bool>false</bool>
 
45
              </property>
 
46
            </widget>
 
47
          </item>
 
48
          <item>
 
49
            <widget class="KIntSpinBox" name="m_spinInterval" />
 
50
          </item>
 
51
          <item>
 
52
            <spacer name="spacer4" >
 
53
              <property name="sizeHint" >
 
54
                <size>
 
55
                  <width>20</width>
 
56
                  <height>20</height>
 
57
                </size>
 
58
              </property>
 
59
              <property name="sizeType" >
 
60
                <enum>QSizePolicy::Expanding</enum>
 
61
              </property>
 
62
              <property name="orientation" >
 
63
                <enum>Horizontal</enum>
 
64
              </property>
 
65
            </spacer>
 
66
          </item>
 
67
        </layout>
 
68
      </item>
 
69
      <item row="3" column="0" >
 
70
        <layout class="QGridLayout" >
 
71
          <item rowspan="5" row="0" column="0" colspan="1" >
 
72
            <widget class="BGMultiWallpaperList" name="m_listImages" >
 
73
              <property name="sizePolicy" >
 
74
                <sizepolicy>
 
75
                  <hsizetype>3</hsizetype>
 
76
                  <vsizetype>3</vsizetype>
 
77
                  <horstretch>0</horstretch>
 
78
                  <verstretch>0</verstretch>
 
79
                </sizepolicy>
 
80
              </property>
 
81
              <property name="minimumSize" >
 
82
                <size>
 
83
                  <width>300</width>
 
84
                  <height>100</height>
 
85
                </size>
 
86
              </property>
 
87
            </widget>
 
88
          </item>
 
89
          <item row="0" column="1" >
 
90
            <widget class="QPushButton" name="m_buttonAdd" >
 
91
              <property name="text" >
 
92
                <string>&amp;Add...</string>
 
93
              </property>
 
94
            </widget>
 
95
          </item>
 
96
          <item row="4" column="1" >
 
97
            <spacer name="spacer5" >
 
98
              <property name="sizeHint" >
 
99
                <size>
 
100
                  <width>20</width>
 
101
                  <height>20</height>
 
102
                </size>
 
103
              </property>
 
104
              <property name="sizeType" >
 
105
                <enum>QSizePolicy::Expanding</enum>
 
106
              </property>
 
107
              <property name="orientation" >
 
108
                <enum>Vertical</enum>
 
109
              </property>
 
110
            </spacer>
 
111
          </item>
 
112
          <item row="1" column="1" >
 
113
            <widget class="QPushButton" name="m_buttonRemove" >
 
114
              <property name="text" >
 
115
                <string>&amp;Remove</string>
 
116
              </property>
 
117
            </widget>
 
118
          </item>
 
119
          <item row="3" column="1" >
 
120
            <widget class="QPushButton" name="m_buttonMoveDown" >
 
121
              <property name="text" >
 
122
                <string>Move &amp;Down</string>
 
123
              </property>
 
124
            </widget>
 
125
          </item>
 
126
          <item row="2" column="1" >
 
127
            <widget class="QPushButton" name="m_buttonMoveUp" >
 
128
              <property name="text" >
 
129
                <string>Move &amp;Up</string>
 
130
              </property>
 
131
            </widget>
 
132
          </item>
 
133
        </layout>
 
134
      </item>
 
135
    </layout>
 
136
  </widget>
 
137
    <customwidgets>
 
138
    <customwidget>
 
139
      <class>BGMultiWallpaperList</class>
 
140
      <extends>QWidget</extends>
 
141
      <header location="local" >background/bgwallpaper.h</header>
 
142
      <container>0</container>
 
143
    </customwidget>
 
144
    <customwidget>
 
145
      <class>KIntSpinBox</class>
 
146
      <extends>QSpinBox</extends>
 
147
      <header>knuminput.h</header>
 
148
    </customwidget>
 
149
  </customwidgets>
 
150
</ui>