~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/plugins/diagram_overlay/qgslinearlyscalingdialogbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>QgsLinearlyScalingDialogBase</class>
 
4
 <widget class="QWidget" name="QgsLinearlyScalingDialogBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>527</width>
 
10
    <height>91</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QGridLayout">
 
17
   <property name="margin">
 
18
    <number>0</number>
 
19
   </property>
 
20
   <item row="0" column="0">
 
21
    <widget class="QLabel" name="mTitleLabel">
 
22
     <property name="text">
 
23
      <string>Scale linearly between 0 and the following attribute value / diagram size:</string>
 
24
     </property>
 
25
     <property name="wordWrap">
 
26
      <bool>true</bool>
 
27
     </property>
 
28
    </widget>
 
29
   </item>
 
30
   <item row="1" column="0">
 
31
    <layout class="QHBoxLayout">
 
32
     <item>
 
33
      <widget class="QPushButton" name="mFindMaximumValueButton">
 
34
       <property name="text">
 
35
        <string>Find maximum value</string>
 
36
       </property>
 
37
      </widget>
 
38
     </item>
 
39
     <item>
 
40
      <widget class="QLineEdit" name="mValueLineEdit"/>
 
41
     </item>
 
42
     <item>
 
43
      <widget class="QLabel" name="mSizeLabel">
 
44
       <property name="text">
 
45
        <string>Size</string>
 
46
       </property>
 
47
      </widget>
 
48
     </item>
 
49
     <item>
 
50
      <widget class="QSpinBox" name="mSizeSpinBox">
 
51
       <property name="maximum">
 
52
        <number>10000000</number>
 
53
       </property>
 
54
      </widget>
 
55
     </item>
 
56
     <item>
 
57
      <widget class="QLabel" name="mSizeUnitLabel">
 
58
       <property name="text">
 
59
        <string>Size unit</string>
 
60
       </property>
 
61
      </widget>
 
62
     </item>
 
63
     <item>
 
64
      <widget class="QComboBox" name="mSizeUnitComboBox"/>
 
65
     </item>
 
66
    </layout>
 
67
   </item>
 
68
  </layout>
 
69
 </widget>
 
70
 <resources/>
 
71
 <connections/>
 
72
</ui>