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

« back to all changes in this revision

Viewing changes to krita/ui/forms/wdgselectionoptions.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" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>WdgSelectionOptions</class>
3
 
 <widget class="QWidget" name="WdgSelectionOptions" >
4
 
  <property name="geometry" >
 
4
 <widget class="QWidget" name="WdgSelectionOptions">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>222</width>
9
 
    <height>105</height>
 
9
    <width>139</width>
 
10
    <height>73</height>
10
11
   </rect>
11
12
  </property>
12
 
  <layout class="QGridLayout" >
13
 
   <property name="margin" >
14
 
    <number>9</number>
15
 
   </property>
16
 
   <property name="spacing" >
17
 
    <number>6</number>
18
 
   </property>
19
 
   <item row="2" column="0" colspan="2" >
20
 
    <widget class="QCheckBox" name="chkAntiAliasing" >
21
 
     <property name="text" >
 
13
  <layout class="QGridLayout" name="gridLayout_2">
 
14
   <property name="margin">
 
15
    <number>0</number>
 
16
   </property>
 
17
   <property name="spacing">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <item row="0" column="0">
 
21
    <layout class="QGridLayout" name="gridLayout">
 
22
     <property name="spacing">
 
23
      <number>0</number>
 
24
     </property>
 
25
     <item row="0" column="0">
 
26
      <widget class="QLabel" name="lblMode">
 
27
       <property name="cursor">
 
28
        <cursorShape>CrossCursor</cursorShape>
 
29
       </property>
 
30
       <property name="text">
 
31
        <string>Mode:</string>
 
32
       </property>
 
33
      </widget>
 
34
     </item>
 
35
     <item row="0" column="1">
 
36
      <widget class="QPushButton" name="pixel">
 
37
       <property name="sizePolicy">
 
38
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
39
         <horstretch>0</horstretch>
 
40
         <verstretch>0</verstretch>
 
41
        </sizepolicy>
 
42
       </property>
 
43
       <property name="maximumSize">
 
44
        <size>
 
45
         <width>24</width>
 
46
         <height>16777215</height>
 
47
        </size>
 
48
       </property>
 
49
       <property name="toolTip">
 
50
        <string>Pixel</string>
 
51
       </property>
 
52
       <property name="text">
 
53
        <string/>
 
54
       </property>
 
55
       <property name="checkable">
 
56
        <bool>true</bool>
 
57
       </property>
 
58
       <property name="checked">
 
59
        <bool>true</bool>
 
60
       </property>
 
61
       <property name="autoExclusive">
 
62
        <bool>true</bool>
 
63
       </property>
 
64
      </widget>
 
65
     </item>
 
66
     <item row="0" column="2">
 
67
      <widget class="QPushButton" name="shape">
 
68
       <property name="sizePolicy">
 
69
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
70
         <horstretch>0</horstretch>
 
71
         <verstretch>0</verstretch>
 
72
        </sizepolicy>
 
73
       </property>
 
74
       <property name="maximumSize">
 
75
        <size>
 
76
         <width>24</width>
 
77
         <height>16777215</height>
 
78
        </size>
 
79
       </property>
 
80
       <property name="toolTip">
 
81
        <string>Shape</string>
 
82
       </property>
 
83
       <property name="text">
 
84
        <string/>
 
85
       </property>
 
86
       <property name="checkable">
 
87
        <bool>true</bool>
 
88
       </property>
 
89
       <property name="autoExclusive">
 
90
        <bool>true</bool>
 
91
       </property>
 
92
      </widget>
 
93
     </item>
 
94
     <item row="1" column="0">
 
95
      <widget class="QLabel" name="lblAction">
 
96
       <property name="text">
 
97
        <string>Action:</string>
 
98
       </property>
 
99
       <property name="alignment">
 
100
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
101
       </property>
 
102
      </widget>
 
103
     </item>
 
104
     <item row="1" column="1">
 
105
      <widget class="QPushButton" name="replace">
 
106
       <property name="sizePolicy">
 
107
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
108
         <horstretch>0</horstretch>
 
109
         <verstretch>0</verstretch>
 
110
        </sizepolicy>
 
111
       </property>
 
112
       <property name="maximumSize">
 
113
        <size>
 
114
         <width>24</width>
 
115
         <height>16777215</height>
 
116
        </size>
 
117
       </property>
 
118
       <property name="toolTip">
 
119
        <string>Replace (Shortcut R)</string>
 
120
       </property>
 
121
       <property name="text">
 
122
        <string/>
 
123
       </property>
 
124
       <property name="checkable">
 
125
        <bool>true</bool>
 
126
       </property>
 
127
       <property name="checked">
 
128
        <bool>true</bool>
 
129
       </property>
 
130
       <property name="autoExclusive">
 
131
        <bool>true</bool>
 
132
       </property>
 
133
      </widget>
 
134
     </item>
 
135
     <item row="1" column="2">
 
136
      <widget class="QPushButton" name="intersect">
 
137
       <property name="sizePolicy">
 
138
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
139
         <horstretch>0</horstretch>
 
140
         <verstretch>0</verstretch>
 
141
        </sizepolicy>
 
142
       </property>
 
143
       <property name="maximumSize">
 
144
        <size>
 
145
         <width>24</width>
 
146
         <height>16777215</height>
 
147
        </size>
 
148
       </property>
 
149
       <property name="toolTip">
 
150
        <string>Intersect (Shortcut T)</string>
 
151
       </property>
 
152
       <property name="text">
 
153
        <string/>
 
154
       </property>
 
155
       <property name="checkable">
 
156
        <bool>true</bool>
 
157
       </property>
 
158
       <property name="autoExclusive">
 
159
        <bool>true</bool>
 
160
       </property>
 
161
      </widget>
 
162
     </item>
 
163
     <item row="1" column="3">
 
164
      <widget class="QPushButton" name="add">
 
165
       <property name="sizePolicy">
 
166
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
167
         <horstretch>0</horstretch>
 
168
         <verstretch>0</verstretch>
 
169
        </sizepolicy>
 
170
       </property>
 
171
       <property name="maximumSize">
 
172
        <size>
 
173
         <width>24</width>
 
174
         <height>16777215</height>
 
175
        </size>
 
176
       </property>
 
177
       <property name="toolTip">
 
178
        <string>Add (Shortcut A)</string>
 
179
       </property>
 
180
       <property name="text">
 
181
        <string/>
 
182
       </property>
 
183
       <property name="checkable">
 
184
        <bool>true</bool>
 
185
       </property>
 
186
       <property name="autoExclusive">
 
187
        <bool>true</bool>
 
188
       </property>
 
189
      </widget>
 
190
     </item>
 
191
     <item row="1" column="4">
 
192
      <widget class="QPushButton" name="subtract">
 
193
       <property name="sizePolicy">
 
194
        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
195
         <horstretch>0</horstretch>
 
196
         <verstretch>0</verstretch>
 
197
        </sizepolicy>
 
198
       </property>
 
199
       <property name="maximumSize">
 
200
        <size>
 
201
         <width>24</width>
 
202
         <height>16777215</height>
 
203
        </size>
 
204
       </property>
 
205
       <property name="toolTip">
 
206
        <string>Subtract (Shortcut S)</string>
 
207
       </property>
 
208
       <property name="text">
 
209
        <string/>
 
210
       </property>
 
211
       <property name="checkable">
 
212
        <bool>true</bool>
 
213
       </property>
 
214
       <property name="autoExclusive">
 
215
        <bool>true</bool>
 
216
       </property>
 
217
      </widget>
 
218
     </item>
 
219
    </layout>
 
220
   </item>
 
221
   <item row="0" column="1">
 
222
    <spacer name="horizontalSpacer">
 
223
     <property name="orientation">
 
224
      <enum>Qt::Horizontal</enum>
 
225
     </property>
 
226
     <property name="sizeHint" stdset="0">
 
227
      <size>
 
228
       <width>0</width>
 
229
       <height>10</height>
 
230
      </size>
 
231
     </property>
 
232
    </spacer>
 
233
   </item>
 
234
   <item row="1" column="0">
 
235
    <widget class="QCheckBox" name="chkAntiAliasing">
 
236
     <property name="text">
22
237
      <string>Anti-aliasing</string>
23
238
     </property>
24
 
     <property name="checked" >
 
239
     <property name="checked">
25
240
      <bool>true</bool>
26
241
     </property>
27
242
    </widget>
28
243
   </item>
29
 
   <item row="1" column="1" >
30
 
    <widget class="QComboBox" name="cmbAction" >
31
 
     <item>
32
 
      <property name="text" >
33
 
       <string>Replace</string>
34
 
      </property>
35
 
     </item>
36
 
     <item>
37
 
      <property name="text" >
38
 
       <string>Add</string>
39
 
      </property>
40
 
     </item>
41
 
     <item>
42
 
      <property name="text" >
43
 
       <string>Subtract</string>
44
 
      </property>
45
 
     </item>
46
 
     <item>
47
 
      <property name="text" >
48
 
       <string>Intersect</string>
49
 
      </property>
50
 
     </item>
51
 
    </widget>
52
 
   </item>
53
 
   <item row="1" column="0" >
54
 
    <widget class="QLabel" name="lblAction" >
55
 
     <property name="text" >
56
 
      <string>Action:</string>
57
 
     </property>
58
 
    </widget>
59
 
   </item>
60
 
   <item row="0" column="0" >
61
 
    <widget class="QLabel" name="lblMode" >
62
 
     <property name="cursor" >
63
 
      <cursor>2</cursor>
64
 
     </property>
65
 
     <property name="text" >
66
 
      <string>Mode:</string>
67
 
     </property>
68
 
    </widget>
69
 
   </item>
70
 
   <item row="0" column="1" >
71
 
    <widget class="QComboBox" name="cmbMode" >
72
 
     <property name="sizePolicy" >
73
 
      <sizepolicy>
74
 
       <hsizetype>0</hsizetype>
75
 
       <vsizetype>0</vsizetype>
76
 
       <horstretch>0</horstretch>
77
 
       <verstretch>0</verstretch>
78
 
      </sizepolicy>
79
 
     </property>
80
 
     <item>
81
 
      <property name="text" >
82
 
       <string>Pixel Selection</string>
83
 
      </property>
84
 
     </item>
85
 
     <item>
86
 
      <property name="text" >
87
 
       <string>Vector Selection</string>
88
 
      </property>
89
 
     </item>
90
 
    </widget>
91
 
   </item>
92
244
  </layout>
93
245
 </widget>
94
 
 <layoutdefault spacing="6" margin="11" />
 
246
 <layoutdefault spacing="6" margin="11"/>
95
247
 <resources/>
96
248
 <connections/>
97
249
</ui>