Skip to content

Commit

Permalink
Merge pull request #135 from Samweli/report_btn_location
Browse files Browse the repository at this point in the history
New location for the report generation button
  • Loading branch information
Samweli authored Dec 4, 2024
2 parents b23b38c + c9fae6d commit 7253e97
Showing 1 changed file with 47 additions and 34 deletions.
81 changes: 47 additions & 34 deletions src/qgis_gea_plugin/ui/main_dockwidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>741</width>
<height>716</height>
<height>747</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -259,6 +259,52 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<spacer name="horizontalSpacer_8">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="report_btn">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Generate site report</string>
</property>
<property name="text">
<string>Generate Report</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QFrame" name="drawing_frame">
<property name="frameShape">
Expand Down Expand Up @@ -452,39 +498,6 @@
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="report_btn">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Generate site report</string>
</property>
<property name="text">
<string>Generate Report</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
Expand Down

0 comments on commit 7253e97

Please sign in to comment.