MainWindow: Change window title of toolbar from "toolBar" to "DB Toolbar"

Change the window title of the toolbar to the same name it has in the
View menu as the window title actually is visible in the UI when right
clicking on the toolbar or menu.
This commit is contained in:
Martin Kleusberg
2014-08-22 14:45:14 +02:00
parent a3affde782
commit 547a4d87a7

View File

@@ -838,7 +838,7 @@
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolbarDB">
<property name="windowTitle">
<string>toolBar</string>
<string>DB Toolbar</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>