Skip to content

Commit

Permalink
use collapsible group box for creation options in gdal merge widget
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennesky committed Dec 6, 2013
1 parent 10f5f7c commit 8c7bfdb
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions python/plugins/GdalTools/tools/widgetMerge.ui
Expand Up @@ -106,7 +106,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="creationOptionsGroupBox">
<widget class="QgsCollapsibleGroupBox" name="creationOptionsGroupBox">
<property name="title">
<string>&amp;Creation Options</string>
</property>
Expand All @@ -116,9 +116,15 @@
<property name="checked">
<bool>false</bool>
</property>
<property name="collapsed" stdset="0">
<bool>false</bool>
</property>
<property name="saveCollapsedState" stdset="0">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="margin">
<number>0</number>
<number>9</number>
</property>
<item>
<widget class="QgsRasterFormatSaveOptionsWidget" name="creationOptionsWidget" native="true"/>
Expand All @@ -141,6 +147,12 @@
<header>qgis.gui</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsCollapsibleGroupBox</class>
<extends>QGroupBox</extends>
<header>qgis.gui</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
Expand Down

0 comments on commit 8c7bfdb

Please sign in to comment.