add a button to configure backends

This commit is contained in:
Romain Bignon 2010-08-19 22:22:17 +02:00
commit b620ef7460
2 changed files with 41 additions and 10 deletions

View file

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>785</width>
<height>594</height>
<width>582</width>
<height>463</height>
</rect>
</property>
<property name="windowTitle">
@ -139,8 +139,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>763</width>
<height>391</height>
<width>560</width>
<height>230</height>
</rect>
</property>
<property name="styleSheet">
@ -181,12 +181,29 @@
<rect>
<x>0</x>
<y>0</y>
<width>785</width>
<width>582</width>
<height>25</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionBackends"/>
</widget>
<action name="actionBackends">
<property name="text">
<string>Backends</string>
</property>
</action>
</widget>
<resources/>
<connections/>