Skip to content

Commit

Permalink
[processing] set autoRaise to True for toolbutton in script and model…
Browse files Browse the repository at this point in the history
…er dialog
  • Loading branch information
slarosa committed Oct 7, 2014
1 parent dcdf9fb commit ac1e9cb
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
18 changes: 18 additions & 0 deletions python/plugins/processing/ui/DlgModeler.ui
Expand Up @@ -36,6 +36,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -46,6 +49,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -56,6 +62,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -73,6 +82,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -90,6 +102,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -107,6 +122,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down
27 changes: 27 additions & 0 deletions python/plugins/processing/ui/DlgScriptEditor.ui
Expand Up @@ -42,6 +42,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -52,6 +55,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -69,6 +75,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -86,6 +95,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -103,6 +115,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -113,6 +128,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -123,6 +141,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -140,6 +161,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -150,6 +174,9 @@
<property name="text">
<string>...</string>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit ac1e9cb

Please sign in to comment.