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