mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
use QgsRasterFormatSaveOptionsWidget in gdaltools merge widget
This commit is contained in:
parent
c998ee4ac5
commit
e3855de948
@ -33,8 +33,7 @@ class GdalToolsDialog(QWidget, Ui_Widget, BasePluginWidget):
|
|||||||
(self.recurseCheck, SIGNAL("stateChanged(int)"), self.inputDirCheck),
|
(self.recurseCheck, SIGNAL("stateChanged(int)"), self.inputDirCheck),
|
||||||
( self.separateCheck, SIGNAL( "stateChanged( int )" ) ),
|
( self.separateCheck, SIGNAL( "stateChanged( int )" ) ),
|
||||||
( self.pctCheck, SIGNAL( "stateChanged( int )" ) ),
|
( self.pctCheck, SIGNAL( "stateChanged( int )" ) ),
|
||||||
( self.intersectCheck, SIGNAL( "stateChanged( int )" ) ),
|
( self.intersectCheck, SIGNAL( "stateChanged( int )" ) )
|
||||||
(self.creationOptionsTable, [SIGNAL("cellValueChanged(int, int)"), SIGNAL("rowRemoved()")], self.creationGroupBox)
|
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>345</width>
|
<width>371</width>
|
||||||
<height>276</height>
|
<height>284</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
@ -117,11 +117,11 @@
|
|||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<property name="bottomMargin">
|
<property name="margin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="GdalToolsOptionsTable" name="creationOptionsTable" native="true"/>
|
<widget class="QgsRasterFormatSaveOptionsWidget" name="creationOptionsTable" native="true"/>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
@ -136,9 +136,9 @@
|
|||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>GdalToolsOptionsTable</class>
|
<class>QgsRasterFormatSaveOptionsWidget</class>
|
||||||
<extends>QWidget</extends>
|
<extends>QWidget</extends>
|
||||||
<header>optionsTable</header>
|
<header>qgis.gui</header>
|
||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user