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

« back to all changes in this revision

Viewing changes to src/ui/qgsmeasurebase.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
 
<ui version="4.0" >
2
 
 <author></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
5
3
 <class>QgsMeasureBase</class>
6
 
 <widget class="QDialog" name="QgsMeasureBase" >
7
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="QgsMeasureBase">
 
5
  <property name="geometry">
8
6
   <rect>
9
7
    <x>0</x>
10
8
    <y>0</y>
11
 
    <width>252</width>
 
9
    <width>281</width>
12
10
    <height>272</height>
13
11
   </rect>
14
12
  </property>
15
 
  <property name="baseSize" >
 
13
  <property name="baseSize">
16
14
   <size>
17
15
    <width>150</width>
18
16
    <height>200</height>
19
17
   </size>
20
18
  </property>
21
 
  <property name="windowTitle" >
 
19
  <property name="windowTitle">
22
20
   <string>Measure</string>
23
21
  </property>
24
 
  <property name="windowIcon" >
25
 
   <iconset/>
 
22
  <property name="windowIcon">
 
23
   <iconset>
 
24
    <normaloff/>
 
25
   </iconset>
26
26
  </property>
27
 
  <layout class="QGridLayout" >
28
 
   <property name="margin" >
 
27
  <layout class="QGridLayout">
 
28
   <property name="margin">
29
29
    <number>9</number>
30
30
   </property>
31
 
   <property name="spacing" >
 
31
   <property name="spacing">
32
32
    <number>6</number>
33
33
   </property>
34
 
   <item row="1" column="2" >
35
 
    <widget class="QLineEdit" name="editTotal" >
36
 
     <property name="font" >
 
34
   <item row="1" column="2">
 
35
    <widget class="QLineEdit" name="editTotal">
 
36
     <property name="font">
37
37
      <font>
38
38
       <weight>75</weight>
39
39
       <bold>true</bold>
40
40
      </font>
41
41
     </property>
42
 
     <property name="alignment" >
 
42
     <property name="alignment">
43
43
      <set>Qt::AlignRight</set>
44
44
     </property>
45
 
     <property name="readOnly" >
 
45
     <property name="readOnly">
46
46
      <bool>true</bool>
47
47
     </property>
48
48
    </widget>
49
49
   </item>
50
 
   <item row="1" column="1" >
 
50
   <item row="1" column="1">
51
51
    <spacer>
52
 
     <property name="orientation" >
 
52
     <property name="orientation">
53
53
      <enum>Qt::Horizontal</enum>
54
54
     </property>
55
 
     <property name="sizeType" >
 
55
     <property name="sizeType">
56
56
      <enum>QSizePolicy::Fixed</enum>
57
57
     </property>
58
 
     <property name="sizeHint" >
 
58
     <property name="sizeHint" stdset="0">
59
59
      <size>
60
60
       <width>41</width>
61
61
       <height>25</height>
63
63
     </property>
64
64
    </spacer>
65
65
   </item>
66
 
   <item row="1" column="0" >
67
 
    <widget class="QLabel" name="textLabel2" >
68
 
     <property name="text" >
69
 
      <string>Total:</string>
 
66
   <item row="1" column="0">
 
67
    <widget class="QLabel" name="textLabel2">
 
68
     <property name="text">
 
69
      <string>Total</string>
70
70
     </property>
71
 
     <property name="buddy" >
 
71
     <property name="buddy">
72
72
      <cstring>editTotal</cstring>
73
73
     </property>
74
74
    </widget>
75
75
   </item>
76
 
   <item row="0" column="0" colspan="3" >
77
 
    <widget class="Q3Table" name="mTable" >
78
 
     <property name="resizePolicy" >
79
 
      <enum>Q3ScrollView::Manual</enum>
80
 
     </property>
81
 
     <property name="numRows" >
82
 
      <number>0</number>
83
 
     </property>
84
 
     <property name="numCols" >
 
76
   <item row="0" column="0" colspan="3">
 
77
    <widget class="QTreeWidget" name="mTable">
 
78
     <property name="editTriggers">
 
79
      <set>QAbstractItemView::NoEditTriggers</set>
 
80
     </property>
 
81
     <property name="rootIsDecorated">
 
82
      <bool>false</bool>
 
83
     </property>
 
84
     <property name="columnCount">
85
85
      <number>1</number>
86
86
     </property>
87
 
     <property name="showGrid" >
88
 
      <bool>true</bool>
89
 
     </property>
90
 
     <property name="readOnly" >
91
 
      <bool>true</bool>
92
 
     </property>
 
87
     <column>
 
88
      <property name="text">
 
89
       <string>Segments</string>
 
90
      </property>
 
91
     </column>
93
92
    </widget>
94
93
   </item>
95
 
   <item row="2" column="0" colspan="3" >
96
 
    <widget class="Q3Frame" name="frame4" >
97
 
     <property name="minimumSize" >
98
 
      <size>
99
 
       <width>150</width>
100
 
       <height>0</height>
101
 
      </size>
102
 
     </property>
103
 
     <property name="frameShape" >
104
 
      <enum>QFrame::StyledPanel</enum>
105
 
     </property>
106
 
     <property name="frameShadow" >
107
 
      <enum>QFrame::Plain</enum>
108
 
     </property>
109
 
     <property name="lineWidth" >
110
 
      <number>0</number>
111
 
     </property>
112
 
     <layout class="QHBoxLayout" >
113
 
      <property name="margin" >
114
 
       <number>4</number>
115
 
      </property>
116
 
      <property name="spacing" >
117
 
       <number>6</number>
118
 
      </property>
119
 
      <item>
120
 
       <widget class="QPushButton" name="btnHelp" >
121
 
        <property name="text" >
122
 
         <string>Help</string>
123
 
        </property>
124
 
       </widget>
125
 
      </item>
126
 
      <item>
127
 
       <spacer>
128
 
        <property name="orientation" >
129
 
         <enum>Qt::Horizontal</enum>
130
 
        </property>
131
 
        <property name="sizeType" >
132
 
         <enum>QSizePolicy::Expanding</enum>
133
 
        </property>
134
 
        <property name="sizeHint" >
135
 
         <size>
136
 
          <width>30</width>
137
 
          <height>26</height>
138
 
         </size>
139
 
        </property>
140
 
       </spacer>
141
 
      </item>
142
 
      <item>
143
 
       <widget class="QPushButton" name="mRestartButton" >
144
 
        <property name="text" >
145
 
         <string>New</string>
146
 
        </property>
147
 
       </widget>
148
 
      </item>
149
 
      <item>
150
 
       <widget class="QPushButton" name="mCloseButton" >
151
 
        <property name="text" >
152
 
         <string>Cl&amp;ose</string>
153
 
        </property>
154
 
       </widget>
155
 
      </item>
156
 
     </layout>
 
94
   <item row="2" column="2">
 
95
    <widget class="QDialogButtonBox" name="buttonBox">
 
96
     <property name="standardButtons">
 
97
      <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
 
98
     </property>
157
99
    </widget>
158
100
   </item>
159
101
  </layout>
160
102
 </widget>
161
 
 <layoutdefault spacing="6" margin="11" />
162
 
 <pixmapfunction></pixmapfunction>
163
 
 <customwidgets>
164
 
  <customwidget>
165
 
   <class>Q3Table</class>
166
 
   <extends>Q3Frame</extends>
167
 
   <header>q3table.h</header>
168
 
   <container>0</container>
169
 
   <pixmap></pixmap>
170
 
  </customwidget>
171
 
  <customwidget>
172
 
   <class>Q3Frame</class>
173
 
   <extends>QFrame</extends>
174
 
   <header>Qt3Support/Q3Frame</header>
175
 
   <container>1</container>
176
 
   <pixmap></pixmap>
177
 
  </customwidget>
178
 
 </customwidgets>
 
103
 <layoutdefault spacing="6" margin="11"/>
 
104
 <tabstops>
 
105
  <tabstop>mTable</tabstop>
 
106
  <tabstop>editTotal</tabstop>
 
107
 </tabstops>
179
108
 <resources/>
180
109
 <connections/>
181
110
</ui>