~ubuntu-branches/ubuntu/precise/koffice/precise

« back to all changes in this revision

Viewing changes to krita/plugins/paintops/cpaint/wdgcpaintoptions.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-21 15:36:35 UTC
  • mfrom: (1.4.1 upstream) (60.2.11 maverick)
  • Revision ID: james.westby@ubuntu.com-20100921153635-6tejqkiro2u21ydi
Tags: 1:2.2.2-0ubuntu3
Add kubuntu_03_fix-crash-on-closing-sqlite-connection-2.2.2.diff and
kubuntu_04_support-large-memo-values-for-msaccess-2.2.2.diff as
recommended by upstream http://kexi-
project.org/wiki/wikiview/index.php@Kexi2.2_Patches.html#sqlite_stab
ility

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>WdgCPaintOptions</class>
3
 
 <widget class="QWidget" name="WdgCPaintOptions" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>297</width>
9
 
    <height>46</height>
10
 
   </rect>
11
 
  </property>
12
 
  <layout class="QGridLayout" >
13
 
   <property name="leftMargin" >
14
 
    <number>9</number>
15
 
   </property>
16
 
   <property name="topMargin" >
17
 
    <number>9</number>
18
 
   </property>
19
 
   <property name="rightMargin" >
20
 
    <number>9</number>
21
 
   </property>
22
 
   <property name="bottomMargin" >
23
 
    <number>9</number>
24
 
   </property>
25
 
   <property name="horizontalSpacing" >
26
 
    <number>6</number>
27
 
   </property>
28
 
   <property name="verticalSpacing" >
29
 
    <number>6</number>
30
 
   </property>
31
 
   <item row="0" column="0" >
32
 
    <layout class="QHBoxLayout" >
33
 
     <property name="spacing" >
34
 
      <number>0</number>
35
 
     </property>
36
 
     <property name="leftMargin" >
37
 
      <number>0</number>
38
 
     </property>
39
 
     <property name="topMargin" >
40
 
      <number>0</number>
41
 
     </property>
42
 
     <property name="rightMargin" >
43
 
      <number>0</number>
44
 
     </property>
45
 
     <property name="bottomMargin" >
46
 
      <number>0</number>
47
 
     </property>
48
 
     <item>
49
 
      <widget class="QLabel" name="lblBrush" >
50
 
       <property name="text" >
51
 
        <string>Brush:</string>
52
 
       </property>
53
 
       <property name="wordWrap" >
54
 
        <bool>false</bool>
55
 
       </property>
56
 
      </widget>
57
 
     </item>
58
 
     <item>
59
 
      <widget class="QComboBox" name="cmbBrush" >
60
 
       <property name="sizePolicy" >
61
 
        <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
62
 
         <horstretch>1</horstretch>
63
 
         <verstretch>0</verstretch>
64
 
        </sizepolicy>
65
 
       </property>
66
 
       <property name="currentIndex" >
67
 
        <number>0</number>
68
 
       </property>
69
 
       <item>
70
 
        <property name="text" >
71
 
         <string>superfine</string>
72
 
        </property>
73
 
        <property name="icon" >
74
 
         <iconset>brush1.png</iconset>
75
 
        </property>
76
 
       </item>
77
 
       <item>
78
 
        <property name="text" >
79
 
         <string>fine</string>
80
 
        </property>
81
 
        <property name="icon" >
82
 
         <iconset>brush2.png</iconset>
83
 
        </property>
84
 
       </item>
85
 
       <item>
86
 
        <property name="text" >
87
 
         <string>medium</string>
88
 
        </property>
89
 
        <property name="icon" >
90
 
         <iconset>brush3.png</iconset>
91
 
        </property>
92
 
       </item>
93
 
       <item>
94
 
        <property name="text" >
95
 
         <string>large</string>
96
 
        </property>
97
 
        <property name="icon" >
98
 
         <iconset>brush4.png</iconset>
99
 
        </property>
100
 
       </item>
101
 
       <item>
102
 
        <property name="text" >
103
 
         <string>superlarge</string>
104
 
        </property>
105
 
        <property name="icon" >
106
 
         <iconset>brush5.png</iconset>
107
 
        </property>
108
 
       </item>
109
 
       <item>
110
 
        <property name="text" >
111
 
         <string>broom</string>
112
 
        </property>
113
 
        <property name="icon" >
114
 
         <iconset>brush6.png</iconset>
115
 
        </property>
116
 
       </item>
117
 
      </widget>
118
 
     </item>
119
 
     <item>
120
 
      <widget class="QToolButton" name="bnInk" >
121
 
       <property name="text" >
122
 
        <string>Dip Brush</string>
123
 
       </property>
124
 
      </widget>
125
 
     </item>
126
 
     <item>
127
 
      <widget class="KoSliderCombo" native="1" name="intInk" />
128
 
     </item>
129
 
     <item>
130
 
      <widget class="KoSliderCombo" native="1" name="intWater" />
131
 
     </item>
132
 
     <item>
133
 
      <spacer>
134
 
       <property name="orientation" >
135
 
        <enum>Qt::Horizontal</enum>
136
 
       </property>
137
 
       <property name="sizeHint" >
138
 
        <size>
139
 
         <width>40</width>
140
 
         <height>20</height>
141
 
        </size>
142
 
       </property>
143
 
      </spacer>
144
 
     </item>
145
 
    </layout>
146
 
   </item>
147
 
  </layout>
148
 
 </widget>
149
 
 <layoutdefault spacing="6" margin="11" />
150
 
 <customwidgets>
151
 
  <customwidget>
152
 
   <class>KoSliderCombo</class>
153
 
   <extends>QWidget</extends>
154
 
   <header>KoSliderCombo.h</header>
155
 
  </customwidget>
156
 
 </customwidgets>
157
 
 <includes>
158
 
  <include location="local" >KoSliderCombo.h</include>
159
 
  <include location="local" >KoSliderCombo.h</include>
160
 
 </includes>
161
 
 <resources/>
162
 
 <connections/>
163
 
</ui>