~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Gui/DlgSettingsColorGradient.ui

  • Committer: Bazaar Package Importer
  • Author(s): Adam C. Powell, IV
  • Date: 2010-01-11 08:48:33 UTC
  • mfrom: (3.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20100111084833-4g9vgdqbkw8u34zb
Tags: 0.9.2646.5-1
* New upstream version (closes: #561696).
* Added swig to Build-Depends (closes: #563523, #563772).
* Removed python-opencv from Build-Depends and Recommends (closes: #560768).

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   </rect>
14
14
  </property>
15
15
  <property name="windowTitle" >
16
 
   <string>Colorgradient settings</string>
 
16
   <string>Color-gradient settings</string>
17
17
  </property>
18
18
  <property name="sizeGripEnabled" >
19
19
   <bool>true</bool>
268
268
         <number>6</number>
269
269
        </property>
270
270
        <item row="0" column="1" >
271
 
         <widget class="QDoubleSpinBox" name="floatSpinBoxMax" >
272
 
          <property name="maximum" >
273
 
           <double>1000</double>
274
 
          </property>
275
 
          <property name="minimum" >
276
 
           <double>-1000</double>
277
 
          </property>
278
 
          <property name="singleStep" >
279
 
           <double>0.01</double>
280
 
          </property>
281
 
         </widget>
 
271
         <widget class="QLineEdit" name="floatSpinBoxMax" />
282
272
        </item>
283
273
        <item row="1" column="1" >
284
 
         <widget class="QDoubleSpinBox" name="floatSpinBoxMin" >
285
 
          <property name="maximum" >
286
 
           <double>1000</double>
287
 
          </property>
288
 
          <property name="minimum" >
289
 
           <double>-1000</double>
290
 
          </property>
291
 
          <property name="singleStep" >
292
 
           <double>0.01</double>
293
 
          </property>
294
 
         </widget>
 
274
         <widget class="QLineEdit" name="floatSpinBoxMin" />
295
275
        </item>
296
276
        <item row="1" column="0" >
297
277
         <widget class="QLabel" name="textLabelMin" >