Skip to content

Commit

Permalink
followup 4502592: use QgsCollapsibleGroupBox
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 15, 2014
1 parent 9812804 commit 48afac3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/ui/qgsquerybuilderbase.ui
Expand Up @@ -8,8 +8,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>683</height>
<width>727</width>
<height>707</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -147,7 +147,7 @@ p, li { white-space: pre-wrap; }
<widget class="QWidget" name="verticalLayoutWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox4">
<widget class="QgsCollapsibleGroupBox" name="groupBox4">
<property name="title">
<string>Operators</string>
</property>
Expand Down Expand Up @@ -302,14 +302,19 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
</layout>
<zorder>splitter_2</zorder>
<zorder>lblDataUri</zorder>
<zorder>groupBox1</zorder>
<zorder>groupBox2</zorder>
<zorder>buttonBox</zorder>
<zorder>verticalLayoutWidget</zorder>
<zorder>groupBox4</zorder>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QgsCollapsibleGroupBox</class>
<extends>QGroupBox</extends>
<header>qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>lstFields</tabstop>
<tabstop>lstValues</tabstop>
Expand Down

0 comments on commit 48afac3

Please sign in to comment.