Broke instance loading(?), also attempted to make Toolbar grayed out when no instance is selected. For debug purposes it is initially not grayed out

This commit is contained in:
Stiepen
2013-07-14 22:01:30 +02:00
parent ce253ded0e
commit b5450042b5
7 changed files with 50 additions and 9 deletions

View File

@ -65,6 +65,9 @@
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QToolBar" name="instanceToolBar">
<property name="enabled">
<bool>true</bool>
</property>
<property name="windowTitle">
<string>Instance Toolbar</string>
</property>
@ -300,7 +303,7 @@
</action>
<action name="actionInstanceSettings">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="text">
<string>Settings</string>