Skip to content

Commit

Permalink
ui set to minimal expanding
Browse files Browse the repository at this point in the history
  • Loading branch information
bogind committed Sep 15, 2019
1 parent 0866fc5 commit e9080ba
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 13 deletions.
Binary file modified plugin/qlyrx/qlyrx.zip
Binary file not shown.
48 changes: 36 additions & 12 deletions plugin/qlyrx/qlyrx_dialog_base.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>418</width>
<height>332</height>
<width>436</width>
<height>369</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -39,9 +39,21 @@
<x>10</x>
<y>10</y>
<width>381</width>
<height>31</height>
<height>41</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>381</width>
<height>31</height>
</size>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
Expand All @@ -55,9 +67,9 @@
<property name="geometry">
<rect>
<x>10</x>
<y>50</y>
<width>391</width>
<height>201</height>
<y>60</y>
<width>401</width>
<height>221</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
Expand All @@ -74,11 +86,17 @@
<item>
<widget class="QLabel" name="layer_label">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>121</width>
<height>58</height>
</size>
</property>
<property name="text">
<string>Layer to apply style to: </string>
</property>
Expand All @@ -87,11 +105,17 @@
<item>
<widget class="QgsMapLayerComboBox" name="layer_select">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>258</width>
<height>20</height>
</size>
</property>
<property name="excludedProviders">
<stringlist>
<string>wms</string>
Expand All @@ -112,7 +136,7 @@
<item>
<widget class="QCheckBox" name="parseLables">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -175,7 +199,7 @@
<item>
<widget class="QgsFileWidget" name="file_select">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
Expand Down Expand Up @@ -203,8 +227,8 @@
<widget class="QDialogButtonBox" name="button_box">
<property name="geometry">
<rect>
<x>40</x>
<y>280</y>
<x>60</x>
<y>320</y>
<width>359</width>
<height>24</height>
</rect>
Expand Down
2 changes: 1 addition & 1 deletion plugin/qlyrx/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Resource object code
#
# Created by: The Resource Compiler for PyQt5 (Qt v5.9.4)
# Created by: The Resource Compiler for PyQt5 (Qt v5.9.6)
#
# WARNING! All changes made in this file will be lost!

Expand Down

0 comments on commit e9080ba

Please sign in to comment.