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

« back to all changes in this revision

Viewing changes to wallpapers/pattern/config.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-26 13:35:18 UTC
  • mfrom: (1.1.37 upstream)
  • Revision ID: james.westby@ubuntu.com-20101126133518-oxz33xjsoi02ty9f
Tags: 4:4.5.80-0ubuntu1
* New upstream beta release
* Disable kubuntu_02_microblog_default_configuration.diff does not apply
* New package plasma-containments-addons

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
   <rect>
7
7
    <x>0</x>
8
8
    <y>0</y>
9
 
    <width>304</width>
10
 
    <height>96</height>
 
9
    <width>481</width>
 
10
    <height>425</height>
11
11
   </rect>
12
12
  </property>
13
13
  <layout class="QGridLayout" name="gridLayout_2">
14
 
   <property name="margin">
15
 
    <number>0</number>
16
 
   </property>
17
 
   <item row="0" column="0">
18
 
    <widget class="QLabel" name="label">
19
 
     <property name="text">
20
 
      <string>&amp;Pattern:</string>
21
 
     </property>
22
 
     <property name="alignment">
23
 
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
24
 
     </property>
25
 
     <property name="buddy">
26
 
      <cstring>m_pattern</cstring>
27
 
     </property>
28
 
    </widget>
29
 
   </item>
30
 
   <item row="0" column="1">
31
 
    <widget class="KComboBox" name="m_pattern">
32
 
     <property name="sizePolicy">
33
 
      <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
34
 
       <horstretch>0</horstretch>
35
 
       <verstretch>0</verstretch>
36
 
      </sizepolicy>
37
 
     </property>
38
 
    </widget>
39
 
   </item>
40
 
   <item row="1" column="0">
 
14
   <item row="0" column="0" colspan="2">
41
15
    <widget class="QLabel" name="label_2">
42
16
     <property name="text">
43
17
      <string>&amp;Foreground:</string>
50
24
     </property>
51
25
    </widget>
52
26
   </item>
53
 
   <item row="1" column="1" rowspan="2">
 
27
   <item row="0" column="2" rowspan="2">
54
28
    <layout class="QGridLayout" name="gridLayout">
55
29
     <item row="0" column="0">
56
30
      <widget class="KColorButton" name="m_fgColor">
81
55
     </item>
82
56
    </layout>
83
57
   </item>
84
 
   <item row="2" column="0">
 
58
   <item row="1" column="0" colspan="2">
85
59
    <widget class="QLabel" name="label_3">
86
60
     <property name="text">
87
61
      <string>&amp;Background:</string>
94
68
     </property>
95
69
    </widget>
96
70
   </item>
97
 
   <item row="3" column="1">
98
 
    <spacer name="verticalSpacer">
99
 
     <property name="orientation">
100
 
      <enum>Qt::Vertical</enum>
101
 
     </property>
102
 
     <property name="sizeHint" stdset="0">
103
 
      <size>
104
 
       <width>20</width>
105
 
       <height>40</height>
106
 
      </size>
107
 
     </property>
108
 
    </spacer>
 
71
   <item row="2" column="0" colspan="3">
 
72
    <widget class="QListWidget" name="m_pattern">
 
73
     <property name="sizePolicy">
 
74
      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
 
75
       <horstretch>0</horstretch>
 
76
       <verstretch>0</verstretch>
 
77
      </sizepolicy>
 
78
     </property>
 
79
     <property name="horizontalScrollBarPolicy">
 
80
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
81
     </property>
 
82
     <property name="iconSize">
 
83
      <size>
 
84
       <width>80</width>
 
85
       <height>80</height>
 
86
      </size>
 
87
     </property>
 
88
     <property name="verticalScrollMode">
 
89
      <enum>QAbstractItemView::ScrollPerPixel</enum>
 
90
     </property>
 
91
     <property name="resizeMode">
 
92
      <enum>QListView::Adjust</enum>
 
93
     </property>
 
94
     <property name="gridSize">
 
95
      <size>
 
96
       <width>100</width>
 
97
       <height>100</height>
 
98
      </size>
 
99
     </property>
 
100
     <property name="viewMode">
 
101
      <enum>QListView::IconMode</enum>
 
102
     </property>
 
103
    </widget>
109
104
   </item>
110
105
  </layout>
111
106
 </widget>
112
107
 <customwidgets>
113
108
  <customwidget>
114
 
   <class>KComboBox</class>
115
 
   <extends>QComboBox</extends>
116
 
   <header>kcombobox.h</header>
117
 
  </customwidget>
118
 
  <customwidget>
119
109
   <class>KColorButton</class>
120
110
   <extends>QPushButton</extends>
121
111
   <header>kcolorbutton.h</header>