[QGIS Commit] r14692 - trunk/qgis/python/plugins/GdalTools/tools

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Nov 16 15:33:34 EST 2010


Author: alexbruy
Date: 2010-11-16 12:33:34 -0800 (Tue, 16 Nov 2010)
New Revision: 14692

Modified:
   trunk/qgis/python/plugins/GdalTools/tools/dialogSettings.ui
Log:
add missed GUI elements in GdalTools settings dialog


Modified: trunk/qgis/python/plugins/GdalTools/tools/dialogSettings.ui
===================================================================
--- trunk/qgis/python/plugins/GdalTools/tools/dialogSettings.ui	2010-11-16 20:20:27 UTC (rev 14691)
+++ trunk/qgis/python/plugins/GdalTools/tools/dialogSettings.ui	2010-11-16 20:33:34 UTC (rev 14692)
@@ -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">
@@ -36,6 +36,27 @@
     </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">
       <bool>false</bool>



More information about the QGIS-commit mailing list