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

« back to all changes in this revision

Viewing changes to src/plugins/georeferencer/qgsgeorefdescriptiondialogbase.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>QgsGeorefDescriptionDialogBase</class>
 
3
 <widget class="QDialog" name="QgsGeorefDescriptionDialogBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>416</width>
 
9
    <height>268</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Description georeferencer</string>
 
14
  </property>
 
15
  <property name="windowIcon" >
 
16
  </property>
 
17
  <property name="modal" >
 
18
   <bool>true</bool>
 
19
  </property>
 
20
  <layout class="QGridLayout" >
 
21
   <property name="margin" >
 
22
    <number>9</number>
 
23
   </property>
 
24
   <property name="spacing" >
 
25
    <number>6</number>
 
26
   </property>
 
27
   <item row="1" column="0" colspan="2" >
 
28
    <widget class="QDialogButtonBox" name="buttonBox" >
 
29
     <property name="orientation" >
 
30
      <enum>Qt::Horizontal</enum>
 
31
     </property>
 
32
     <property name="standardButtons" >
 
33
      <set>QDialogButtonBox::Ok</set>
 
34
     </property>
 
35
    </widget>
 
36
   </item>
 
37
   <item row="0" column="1" >
 
38
    <widget class="QTextEdit" name="textEdit" >
 
39
     <property name="readOnly" >
 
40
      <bool>true</bool>
 
41
     </property>
 
42
    </widget>
 
43
   </item>
 
44
   <item row="0" column="0" >
 
45
    <widget class="QLabel" name="label" >
 
46
     <property name="text" >
 
47
      <string/>
 
48
     </property>
 
49
     <property name="pixmap" >
 
50
      <pixmap resource="georeferencer.qrc" >:/georef.png</pixmap>
 
51
     </property>
 
52
     <property name="scaledContents" >
 
53
      <bool>true</bool>
 
54
     </property>
 
55
    </widget>
 
56
   </item>
 
57
  </layout>
 
58
 </widget>
 
59
 <resources>
 
60
  <include location="georeferencer.qrc" />
 
61
 </resources>
 
62
 <connections>
 
63
  <connection>
 
64
   <sender>buttonBox</sender>
 
65
   <signal>accepted()</signal>
 
66
   <receiver>QgsGeorefDescriptionDialogBase</receiver>
 
67
   <slot>accept()</slot>
 
68
   <hints>
 
69
    <hint type="sourcelabel" >
 
70
     <x>248</x>
 
71
     <y>254</y>
 
72
    </hint>
 
73
    <hint type="destinationlabel" >
 
74
     <x>157</x>
 
75
     <y>274</y>
 
76
    </hint>
 
77
   </hints>
 
78
  </connection>
 
79
  <connection>
 
80
   <sender>buttonBox</sender>
 
81
   <signal>rejected()</signal>
 
82
   <receiver>QgsGeorefDescriptionDialogBase</receiver>
 
83
   <slot>reject()</slot>
 
84
   <hints>
 
85
    <hint type="sourcelabel" >
 
86
     <x>316</x>
 
87
     <y>260</y>
 
88
    </hint>
 
89
    <hint type="destinationlabel" >
 
90
     <x>286</x>
 
91
     <y>274</y>
 
92
    </hint>
 
93
   </hints>
 
94
  </connection>
 
95
 </connections>
 
96
</ui>