Skip to content

Commit

Permalink
Allow to collapse the GeoPdf options when exporting to pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 20, 2019
1 parent 7ef014e commit a4fd297
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/layout/qgspdfexportoptions.ui
Expand Up @@ -64,7 +64,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="mGeoPDFGroupBox">
<widget class="QgsCollapsibleGroupBoxBasic" name="mGeoPDFGroupBox">
<property name="title">
<string>Create Geospatial PDF (GeoPDF)</string>
</property>
Expand Down
8 changes: 7 additions & 1 deletion src/ui/qgsmapsavedialog.ui
Expand Up @@ -57,7 +57,7 @@
</widget>
</item>
<item row="9" column="0" colspan="2">
<widget class="QGroupBox" name="mGeoPDFGroupBox">
<widget class="QgsCollapsibleGroupBoxBasic" name="mGeoPDFGroupBox">
<property name="title">
<string>Create Geospatial PDF (GeoPDF)</string>
</property>
Expand Down Expand Up @@ -373,6 +373,12 @@ Rasterizing the map is recommended when such effects are used.</string>
<header>qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsCollapsibleGroupBoxBasic</class>
<extends>QGroupBox</extends>
<header>qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsSpinBox</class>
<extends>QSpinBox</extends>
Expand Down

0 comments on commit a4fd297

Please sign in to comment.