<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>GdalToolsSettingsDialog</class> <widget class="QDialog" name="GdalToolsSettingsDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>397</width> <height>286</height> </rect> </property> <property name="windowTitle"> <string>Gdal Tools settings</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Path to the GDAL binaries</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLineEdit" name="leGdalBinPath"/> </item> <item> <widget class="QPushButton" name="btnSetBinPath"> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_2"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>GDAL data path</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLineEdit" name="leGdalDataPath"> <property name="enabled"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btnSetDataPath"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_3"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>GDAL driver path</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLineEdit" name="leGdalDriverPath"> <property name="enabled"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btnSetDriverPath"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLabel" name="label_4"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>GDAL pymod path</string> </property> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLineEdit" name="leGdalPythonPath"> <property name="enabled"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btnSetPythonPath"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Browse</string> </property> </widget> </item> </layout> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> </layout> </widget> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>GdalToolsSettingsDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>GdalToolsSettingsDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>