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

« back to all changes in this revision

Viewing changes to src/ui/qgssymbollevelsv2dialogbase.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>QgsSymbolLevelsV2DialogBase</class>
 
4
 <widget class="QDialog" name="QgsSymbolLevelsV2DialogBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>406</width>
 
10
    <height>337</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Symbol Levels</string>
 
15
  </property>
 
16
  <layout class="QVBoxLayout">
 
17
   <item>
 
18
    <widget class="QCheckBox" name="chkEnable">
 
19
     <property name="text">
 
20
      <string>Enable symbol levels</string>
 
21
     </property>
 
22
    </widget>
 
23
   </item>
 
24
   <item>
 
25
    <widget class="QTableWidget" name="tableLevels"/>
 
26
   </item>
 
27
   <item>
 
28
    <widget class="QDialogButtonBox" name="buttonBox">
 
29
     <property name="orientation">
 
30
      <enum>Qt::Horizontal</enum>
 
31
     </property>
 
32
     <property name="standardButtons">
 
33
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
  </layout>
 
38
 </widget>
 
39
 <resources/>
 
40
 <connections>
 
41
  <connection>
 
42
   <sender>buttonBox</sender>
 
43
   <signal>accepted()</signal>
 
44
   <receiver>QgsSymbolLevelsV2DialogBase</receiver>
 
45
   <slot>accept()</slot>
 
46
   <hints>
 
47
    <hint type="sourcelabel">
 
48
     <x>248</x>
 
49
     <y>254</y>
 
50
    </hint>
 
51
    <hint type="destinationlabel">
 
52
     <x>157</x>
 
53
     <y>274</y>
 
54
    </hint>
 
55
   </hints>
 
56
  </connection>
 
57
  <connection>
 
58
   <sender>buttonBox</sender>
 
59
   <signal>rejected()</signal>
 
60
   <receiver>QgsSymbolLevelsV2DialogBase</receiver>
 
61
   <slot>reject()</slot>
 
62
   <hints>
 
63
    <hint type="sourcelabel">
 
64
     <x>316</x>
 
65
     <y>260</y>
 
66
    </hint>
 
67
    <hint type="destinationlabel">
 
68
     <x>286</x>
 
69
     <y>274</y>
 
70
    </hint>
 
71
   </hints>
 
72
  </connection>
 
73
 </connections>
 
74
</ui>