Skip to content

Commit e2e17b4

Browse files
author
alexbruy
committedNov 16, 2010
add missed GUI elements in GdalTools settings dialog
git-svn-id: http://svn.osgeo.org/qgis/trunk@14692 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7ab2de6 commit e2e17b4

File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed
 

‎python/plugins/GdalTools/tools/dialogSettings.ui

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>397</width>
10-
<height>286</height>
9+
<width>368</width>
10+
<height>324</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -35,6 +35,27 @@
3535
</item>
3636
</layout>
3737
</item>
38+
<item>
39+
<widget class="QLabel" name="label_5">
40+
<property name="text">
41+
<string>GDAL help path</string>
42+
</property>
43+
</widget>
44+
</item>
45+
<item>
46+
<layout class="QHBoxLayout" name="horizontalLayout_5">
47+
<item>
48+
<widget class="QLineEdit" name="leGdalHelpPath"/>
49+
</item>
50+
<item>
51+
<widget class="QPushButton" name="btnSetHelpPath">
52+
<property name="text">
53+
<string>Browse</string>
54+
</property>
55+
</widget>
56+
</item>
57+
</layout>
58+
</item>
3859
<item>
3960
<widget class="QLabel" name="label_2">
4061
<property name="enabled">

0 commit comments

Comments
 (0)
Please sign in to comment.