Set window title for toolbars main window.

--HG--
branch : develop
This commit is contained in:
dismine 2014-05-27 19:12:41 +03:00
parent e4e993c335
commit 278b673cd4

View file

@ -47,7 +47,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>144</width>
<width>150</width>
<height>150</height>
</rect>
</property>
@ -302,7 +302,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<width>150</width>
<height>58</height>
</rect>
</property>
@ -378,7 +378,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<width>150</width>
<height>104</height>
</rect>
</property>
@ -579,7 +579,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>100</width>
<width>150</width>
<height>58</height>
</rect>
</property>
@ -703,6 +703,9 @@
<addaction name="menuHelp"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<property name="windowTitle">
<string>Toolbar files</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
@ -719,7 +722,7 @@
<bool>true</bool>
</property>
<property name="windowTitle">
<string>toolBar</string>
<string>ToolBar modes</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
@ -733,7 +736,7 @@
</widget>
<widget class="QToolBar" name="toolBarDraws">
<property name="windowTitle">
<string>toolBar_2</string>
<string>Toolbar pattern</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
@ -745,7 +748,7 @@
</widget>
<widget class="QToolBar" name="toolBarOption">
<property name="windowTitle">
<string>toolBar_3</string>
<string>Toolbar options</string>
</property>
<attribute name="toolBarArea">
<enum>BottomToolBarArea</enum>