COSMETIC: Make top toolbar follow system style

This commit is contained in:
Christophe Dumez
2011-10-01 15:17:57 +03:00
parent f98d4e9149
commit 183e150da1
2 changed files with 5 additions and 1 deletions

View File

@@ -104,11 +104,14 @@
</widget>
<widget class="QToolBar" name="toolBar">
<property name="movable">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonFollowStyle</enum>
</property>
<property name="floatable">
<bool>false</bool>
</property>