Adds drop-down list for choosing a backend.

This commit is contained in:
Clément Schreiner 2011-02-17 20:50:09 +01:00
commit 69018eeff3
2 changed files with 24 additions and 6 deletions

View file

@ -17,6 +17,13 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QComboBox" name="backendBox">
<property name="editable">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="idEdit"/>
</item>