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

« back to all changes in this revision

Viewing changes to src/plugins/evis/ui/evisdatabaselayerfieldselectionguibase.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>eVisDatabaseLayerFieldSelectionGuiBase</class>
 
3
 <widget class="QDialog" name="eVisDatabaseLayerFieldSelectionGuiBase" >
 
4
  <property name="windowModality" >
 
5
   <enum>Qt::WindowModal</enum>
 
6
  </property>
 
7
  <property name="geometry" >
 
8
   <rect>
 
9
    <x>0</x>
 
10
    <y>0</y>
 
11
    <width>319</width>
 
12
    <height>185</height>
 
13
   </rect>
 
14
  </property>
 
15
  <property name="windowTitle" >
 
16
   <string>Database File Selection</string>
 
17
  </property>
 
18
  <property name="windowIcon" >
 
19
   <iconset resource="../resources/evis.qrc" >
 
20
    <normaloff>:/evis/eVisDatabaseConnection.png</normaloff>:/evis/eVisDatabaseConnection.png</iconset>
 
21
  </property>
 
22
  <layout class="QGridLayout" >
 
23
   <property name="margin" >
 
24
    <number>9</number>
 
25
   </property>
 
26
   <property name="spacing" >
 
27
    <number>6</number>
 
28
   </property>
 
29
   <item row="3" column="0" colspan="2" >
 
30
    <widget class="QDialogButtonBox" name="buttonBox" >
 
31
     <property name="orientation" >
 
32
      <enum>Qt::Horizontal</enum>
 
33
     </property>
 
34
     <property name="standardButtons" >
 
35
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
36
     </property>
 
37
    </widget>
 
38
   </item>
 
39
   <item row="2" column="1" >
 
40
    <widget class="QComboBox" name="cboxYCoordinate" >
 
41
     <property name="toolTip" >
 
42
      <string/>
 
43
     </property>
 
44
     <property name="whatsThis" >
 
45
      <string>The name of the field that contains the Y coordinate of the points.</string>
 
46
     </property>
 
47
    </widget>
 
48
   </item>
 
49
   <item row="1" column="1" >
 
50
    <widget class="QComboBox" name="cboxXCoordinate" >
 
51
     <property name="toolTip" >
 
52
      <string/>
 
53
     </property>
 
54
     <property name="statusTip" >
 
55
      <string/>
 
56
     </property>
 
57
     <property name="whatsThis" >
 
58
      <string>The name of the field that contains the X coordinate of the points.</string>
 
59
     </property>
 
60
    </widget>
 
61
   </item>
 
62
   <item row="0" column="1" >
 
63
    <widget class="QLineEdit" name="leLayerName" >
 
64
     <property name="toolTip" >
 
65
      <string/>
 
66
     </property>
 
67
     <property name="whatsThis" >
 
68
      <string>Enter the name for the new layer that will be created and displayed in QGIS.</string>
 
69
     </property>
 
70
    </widget>
 
71
   </item>
 
72
   <item row="2" column="0" >
 
73
    <widget class="QLabel" name="label_3" >
 
74
     <property name="text" >
 
75
      <string>Y Coordinate</string>
 
76
     </property>
 
77
    </widget>
 
78
   </item>
 
79
   <item row="1" column="0" >
 
80
    <widget class="QLabel" name="label_2" >
 
81
     <property name="text" >
 
82
      <string>X Coordinate</string>
 
83
     </property>
 
84
    </widget>
 
85
   </item>
 
86
   <item row="0" column="0" >
 
87
    <widget class="QLabel" name="label" >
 
88
     <property name="text" >
 
89
      <string>Name of New Layer</string>
 
90
     </property>
 
91
    </widget>
 
92
   </item>
 
93
  </layout>
 
94
 </widget>
 
95
 <resources>
 
96
  <include location="../resources/evis.qrc" />
 
97
 </resources>
 
98
 <connections>
 
99
  <connection>
 
100
   <sender>buttonBox</sender>
 
101
   <signal>accepted()</signal>
 
102
   <receiver>eVisDatabaseLayerFieldSelectionGuiBase</receiver>
 
103
   <slot>accept()</slot>
 
104
   <hints>
 
105
    <hint type="sourcelabel" >
 
106
     <x>248</x>
 
107
     <y>254</y>
 
108
    </hint>
 
109
    <hint type="destinationlabel" >
 
110
     <x>157</x>
 
111
     <y>274</y>
 
112
    </hint>
 
113
   </hints>
 
114
  </connection>
 
115
  <connection>
 
116
   <sender>buttonBox</sender>
 
117
   <signal>rejected()</signal>
 
118
   <receiver>eVisDatabaseLayerFieldSelectionGuiBase</receiver>
 
119
   <slot>reject()</slot>
 
120
   <hints>
 
121
    <hint type="sourcelabel" >
 
122
     <x>316</x>
 
123
     <y>260</y>
 
124
    </hint>
 
125
    <hint type="destinationlabel" >
 
126
     <x>286</x>
 
127
     <y>274</y>
 
128
    </hint>
 
129
   </hints>
 
130
  </connection>
 
131
 </connections>
 
132
</ui>