Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] minor ui fixes in input panels
  • Loading branch information
volaya committed Apr 25, 2016
1 parent ac0bff3 commit e55b280
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
15 changes: 14 additions & 1 deletion python/plugins/processing/ui/widgetBaseSelector.ui
Expand Up @@ -21,10 +21,23 @@
<number>0</number>
</property>
<item>
<widget class="QLineEdit" name="leText"/>
<widget class="QLineEdit" name="leText">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnSelect">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down
25 changes: 22 additions & 3 deletions python/plugins/processing/ui/widgetLayerSelector.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>250</width>
<height>23</height>
<width>608</width>
<height>20</height>
</rect>
</property>
<property name="windowTitle">
Expand All @@ -21,17 +21,36 @@
<number>0</number>
</property>
<item>
<widget class="QComboBox" name="cmbText"/>
<widget class="QComboBox" name="cmbText">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnSelect">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnIterate">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Iterate over this layer</string>
</property>
Expand Down

0 comments on commit e55b280

Please sign in to comment.