Skip to content

Commit e3855de

Browse files
committed
use QgsRasterFormatSaveOptionsWidget in gdaltools merge widget
1 parent c998ee4 commit e3855de

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

python/plugins/GdalTools/tools/doMerge.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ def __init__(self, iface):
3333
(self.recurseCheck, SIGNAL("stateChanged(int)"), self.inputDirCheck),
3434
( self.separateCheck, SIGNAL( "stateChanged( int )" ) ),
3535
( self.pctCheck, SIGNAL( "stateChanged( int )" ) ),
36-
( self.intersectCheck, SIGNAL( "stateChanged( int )" ) ),
37-
(self.creationOptionsTable, [SIGNAL("cellValueChanged(int, int)"), SIGNAL("rowRemoved()")], self.creationGroupBox)
36+
( self.intersectCheck, SIGNAL( "stateChanged( int )" ) )
3837
]
3938
)
4039

python/plugins/GdalTools/tools/widgetMerge.ui

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>345</width>
10-
<height>276</height>
9+
<width>371</width>
10+
<height>284</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -117,11 +117,11 @@
117117
<bool>false</bool>
118118
</property>
119119
<layout class="QVBoxLayout" name="verticalLayout_2">
120-
<property name="bottomMargin">
120+
<property name="margin">
121121
<number>0</number>
122122
</property>
123123
<item>
124-
<widget class="GdalToolsOptionsTable" name="creationOptionsTable" native="true"/>
124+
<widget class="QgsRasterFormatSaveOptionsWidget" name="creationOptionsTable" native="true"/>
125125
</item>
126126
</layout>
127127
</widget>
@@ -136,9 +136,9 @@
136136
<container>1</container>
137137
</customwidget>
138138
<customwidget>
139-
<class>GdalToolsOptionsTable</class>
139+
<class>QgsRasterFormatSaveOptionsWidget</class>
140140
<extends>QWidget</extends>
141-
<header>optionsTable</header>
141+
<header>qgis.gui</header>
142142
<container>1</container>
143143
</customwidget>
144144
</customwidgets>

0 commit comments

Comments
 (0)