~ubuntu-branches/ubuntu/oneiric/koffice/oneiric-updates

« back to all changes in this revision

Viewing changes to krita/ui/forms/wdgdisplaysettings.ui

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-10-27 17:52:57 UTC
  • mfrom: (0.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101027175257-s04zqqk5bs8ckm9o
Tags: 1:2.2.83-0ubuntu1
* Merge with Debian git remaining changes:
 - Add build-deps on librcps-dev, opengtl-dev, libqtgtl-dev, freetds-dev,
   create-resources, libspnav-dev
 - Remove needless build-dep on libwv2-dev
 - koffice-libs recommends create-resources
 - krita recommends pstoedit
 - Keep our patches
* New upstream release 2.3 beta 3
  - Remove debian/patches fixed by upstream
  - Update install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    <x>0</x>
8
8
    <y>0</y>
9
9
    <width>457</width>
10
 
    <height>319</height>
 
10
    <height>408</height>
11
11
   </rect>
12
12
  </property>
13
13
  <property name="windowTitle">
34
34
        </property>
35
35
       </widget>
36
36
      </item>
 
37
      <item>
 
38
       <widget class="QCheckBox" name="cbUseOpenGLToolOutlineWorkaround">
 
39
        <property name="toolTip">
 
40
         <string>This enables a workaround for a bug in Qt. 
 
41
If you experience problems while creating a selection, 
 
42
a shape or with the brush outline, 
 
43
then you can try to enable this.</string>
 
44
        </property>
 
45
        <property name="text">
 
46
         <string>Use workaround for tool outlines</string>
 
47
        </property>
 
48
       </widget>
 
49
      </item>
37
50
     </layout>
38
51
    </widget>
39
52
   </item>
40
 
   <item row="1" column="0">
 
53
   <item row="2" column="0">
41
54
    <widget class="QGroupBox" name="grpCheckers">
42
55
     <property name="title">
43
56
      <string>Transparency Checkboxes</string>
130
143
     </layout>
131
144
    </widget>
132
145
   </item>
133
 
   <item row="2" column="0">
 
146
   <item row="3" column="0">
134
147
    <widget class="QGroupBox" name="groupBox">
135
148
     <property name="title">
136
149
      <string>Miscellaneous</string>
146
159
     </layout>
147
160
    </widget>
148
161
   </item>
149
 
   <item row="3" column="0">
 
162
   <item row="4" column="0">
150
163
    <spacer name="verticalSpacer">
151
164
     <property name="orientation">
152
165
      <enum>Qt::Vertical</enum>
159
172
     </property>
160
173
    </spacer>
161
174
   </item>
 
175
   <item row="1" column="0">
 
176
    <widget class="QGroupBox" name="grpCanvasBorder">
 
177
     <property name="title">
 
178
      <string>Canvas border</string>
 
179
     </property>
 
180
     <layout class="QGridLayout" name="_3">
 
181
      <property name="margin">
 
182
       <number>9</number>
 
183
      </property>
 
184
      <property name="spacing">
 
185
       <number>6</number>
 
186
      </property>
 
187
      <item row="1" column="2" rowspan="2">
 
188
       <spacer name="horizontalSpacer_4">
 
189
        <property name="orientation">
 
190
         <enum>Qt::Horizontal</enum>
 
191
        </property>
 
192
        <property name="sizeHint" stdset="0">
 
193
         <size>
 
194
          <width>40</width>
 
195
          <height>20</height>
 
196
         </size>
 
197
        </property>
 
198
       </spacer>
 
199
      </item>
 
200
      <item row="1" column="0">
 
201
       <widget class="QLabel" name="lblCanvasBorderColor">
 
202
        <property name="text">
 
203
         <string>Color:</string>
 
204
        </property>
 
205
        <property name="alignment">
 
206
         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
207
        </property>
 
208
       </widget>
 
209
      </item>
 
210
      <item row="1" column="1">
 
211
       <widget class="KColorButton" name="canvasBorder"/>
 
212
      </item>
 
213
     </layout>
 
214
    </widget>
 
215
   </item>
162
216
  </layout>
163
217
 </widget>
164
218
 <layoutdefault spacing="6" margin="11"/>