Skip to content

Commit

Permalink
add missed GUI elements in GdalTools settings dialog
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14692 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
alexbruy committed Nov 16, 2010
1 parent a2594b0 commit e3f4467
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions python/plugins/GdalTools/tools/dialogSettings.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>397</width>
<height>286</height>
<width>368</width>
<height>324</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -35,6 +35,27 @@
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>GDAL help path</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLineEdit" name="leGdalHelpPath"/>
</item>
<item>
<widget class="QPushButton" name="btnSetHelpPath">
<property name="text">
<string>Browse</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="enabled">
Expand Down

0 comments on commit e3f4467

Please sign in to comment.