add button to remove a query

This commit is contained in:
Romain Bignon 2012-02-18 13:15:00 +01:00
commit 1b76994e79
2 changed files with 21 additions and 5 deletions

View file

@ -53,6 +53,13 @@
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="removeQueryButton">
<property name="text">
<string>-</string>
</property>
</widget>
</item>
</layout>
</item>
<item>