~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to src/ui/qgssnappingdialogbase.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
 <class>QgsSnappingDialogBase</class>
 
3
 <widget class="QDialog" name="QgsSnappingDialogBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>644</width>
 
9
    <height>290</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Snapping options</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" >
 
16
   <property name="leftMargin" >
 
17
    <number>9</number>
 
18
   </property>
 
19
   <property name="topMargin" >
 
20
    <number>9</number>
 
21
   </property>
 
22
   <property name="rightMargin" >
 
23
    <number>9</number>
 
24
   </property>
 
25
   <property name="bottomMargin" >
 
26
    <number>9</number>
 
27
   </property>
 
28
   <property name="horizontalSpacing" >
 
29
    <number>6</number>
 
30
   </property>
 
31
   <property name="verticalSpacing" >
 
32
    <number>6</number>
 
33
   </property>
 
34
   <item row="0" column="0" >
 
35
    <widget class="QTreeWidget" name="mLayerTreeWidget" >
 
36
     <column>
 
37
      <property name="text" >
 
38
       <string>Layer</string>
 
39
      </property>
 
40
     </column>
 
41
     <column>
 
42
      <property name="text" >
 
43
       <string>Mode</string>
 
44
      </property>
 
45
     </column>
 
46
     <column>
 
47
      <property name="text" >
 
48
       <string>Tolerance</string>
 
49
      </property>
 
50
     </column>
 
51
     <column>
 
52
      <property name="text" >
 
53
       <string>Units</string>
 
54
      </property>
 
55
     </column>
 
56
    </widget>
 
57
   </item>
 
58
   <item row="1" column="0" >
 
59
    <widget class="QDialogButtonBox" name="mButtonBox" >
 
60
     <property name="orientation" >
 
61
      <enum>Qt::Horizontal</enum>
 
62
     </property>
 
63
     <property name="standardButtons" >
 
64
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
 
65
     </property>
 
66
    </widget>
 
67
   </item>
 
68
  </layout>
 
69
 </widget>
 
70
 <resources/>
 
71
 <connections>
 
72
  <connection>
 
73
   <sender>mButtonBox</sender>
 
74
   <signal>accepted()</signal>
 
75
   <receiver>QgsSnappingDialogBase</receiver>
 
76
   <slot>accept()</slot>
 
77
   <hints>
 
78
    <hint type="sourcelabel" >
 
79
     <x>248</x>
 
80
     <y>254</y>
 
81
    </hint>
 
82
    <hint type="destinationlabel" >
 
83
     <x>157</x>
 
84
     <y>274</y>
 
85
    </hint>
 
86
   </hints>
 
87
  </connection>
 
88
  <connection>
 
89
   <sender>mButtonBox</sender>
 
90
   <signal>rejected()</signal>
 
91
   <receiver>QgsSnappingDialogBase</receiver>
 
92
   <slot>reject()</slot>
 
93
   <hints>
 
94
    <hint type="sourcelabel" >
 
95
     <x>316</x>
 
96
     <y>260</y>
 
97
    </hint>
 
98
    <hint type="destinationlabel" >
 
99
     <x>286</x>
 
100
     <y>274</y>
 
101
    </hint>
 
102
   </hints>
 
103
  </connection>
 
104
 </connections>
 
105
</ui>