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

« back to all changes in this revision

Viewing changes to src/ui/qgsgenericprojectionselectorbase.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>QgsGenericProjectionSelectorBase</class>
 
4
 <widget class="QDialog" name="QgsGenericProjectionSelectorBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>605</width>
 
10
    <height>563</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Coordinate Reference System Selector</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset>
 
18
    <normaloff/>
 
19
   </iconset>
 
20
  </property>
 
21
  <property name="modal">
 
22
   <bool>true</bool>
 
23
  </property>
 
24
  <layout class="QGridLayout">
 
25
   <item row="0" column="0">
 
26
    <widget class="QTextEdit" name="textEdit">
 
27
     <property name="sizePolicy">
 
28
      <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
29
       <horstretch>0</horstretch>
 
30
       <verstretch>0</verstretch>
 
31
      </sizepolicy>
 
32
     </property>
 
33
     <property name="maximumSize">
 
34
      <size>
 
35
       <width>16777215</width>
 
36
       <height>160</height>
 
37
      </size>
 
38
     </property>
 
39
     <property name="focusPolicy">
 
40
      <enum>Qt::NoFocus</enum>
 
41
     </property>
 
42
     <property name="acceptDrops">
 
43
      <bool>false</bool>
 
44
     </property>
 
45
     <property name="lineWidth">
 
46
      <number>2</number>
 
47
     </property>
 
48
     <property name="readOnly">
 
49
      <bool>true</bool>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
   <item row="1" column="0">
 
54
    <widget class="QgsProjectionSelector" name="projectionSelector" native="true"/>
 
55
   </item>
 
56
   <item row="2" column="0">
 
57
    <widget class="QDialogButtonBox" name="buttonBox">
 
58
     <property name="standardButtons">
 
59
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
 
60
     </property>
 
61
     <property name="centerButtons">
 
62
      <bool>false</bool>
 
63
     </property>
 
64
    </widget>
 
65
   </item>
 
66
  </layout>
 
67
 </widget>
 
68
 <layoutdefault spacing="6" margin="11"/>
 
69
 <customwidgets>
 
70
  <customwidget>
 
71
   <class>QgsProjectionSelector</class>
 
72
   <extends>QWidget</extends>
 
73
   <header>qgsprojectionselector.h</header>
 
74
   <container>1</container>
 
75
  </customwidget>
 
76
 </customwidgets>
 
77
 <resources/>
 
78
 <connections>
 
79
  <connection>
 
80
   <sender>buttonBox</sender>
 
81
   <signal>accepted()</signal>
 
82
   <receiver>QgsGenericProjectionSelectorBase</receiver>
 
83
   <slot>accept()</slot>
 
84
   <hints>
 
85
    <hint type="sourcelabel">
 
86
     <x>409</x>
 
87
     <y>534</y>
 
88
    </hint>
 
89
    <hint type="destinationlabel">
 
90
     <x>417</x>
 
91
     <y>559</y>
 
92
    </hint>
 
93
   </hints>
 
94
  </connection>
 
95
  <connection>
 
96
   <sender>buttonBox</sender>
 
97
   <signal>rejected()</signal>
 
98
   <receiver>QgsGenericProjectionSelectorBase</receiver>
 
99
   <slot>reject()</slot>
 
100
   <hints>
 
101
    <hint type="sourcelabel">
 
102
     <x>471</x>
 
103
     <y>537</y>
 
104
    </hint>
 
105
    <hint type="destinationlabel">
 
106
     <x>594</x>
 
107
     <y>563</y>
 
108
    </hint>
 
109
   </hints>
 
110
  </connection>
 
111
 </connections>
 
112
</ui>