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

« back to all changes in this revision

Viewing changes to src/ui/qgssimplifytolerancedialog.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>SimplifyLineDialog</class>
 
4
 <widget class="QDialog" name="SimplifyLineDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>431</width>
 
10
    <height>54</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Simplify line tolerance</string>
 
15
  </property>
 
16
  <layout class="QHBoxLayout">
 
17
   <item>
 
18
    <widget class="QLabel" name="label">
 
19
     <property name="text">
 
20
      <string>Set tolerance</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="QSlider" name="horizontalSlider">
 
26
     <property name="orientation">
 
27
      <enum>Qt::Horizontal</enum>
 
28
     </property>
 
29
    </widget>
 
30
   </item>
 
31
   <item>
 
32
    <widget class="QPushButton" name="okButton">
 
33
     <property name="text">
 
34
      <string>OK</string>
 
35
     </property>
 
36
    </widget>
 
37
   </item>
 
38
  </layout>
 
39
 </widget>
 
40
 <resources/>
 
41
 <connections>
 
42
  <connection>
 
43
   <sender>okButton</sender>
 
44
   <signal>clicked()</signal>
 
45
   <receiver>SimplifyLineDialog</receiver>
 
46
   <slot>accept()</slot>
 
47
   <hints>
 
48
    <hint type="sourcelabel">
 
49
     <x>390</x>
 
50
     <y>24</y>
 
51
    </hint>
 
52
    <hint type="destinationlabel">
 
53
     <x>236</x>
 
54
     <y>30</y>
 
55
    </hint>
 
56
   </hints>
 
57
  </connection>
 
58
 </connections>
 
59
</ui>