Puts maintab as 'DocumentMode'

This small patch enable maintab to be  in 'Document Mode', this means
basically that it size is smaller and there's not a line separating
the widget anymore, giving the user a more smooth experience.

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-05-29 21:47:58 -03:00 committed by Dirk Hohndel
parent 2a4d981d09
commit c4f06dc536

View file

@ -16,6 +16,9 @@
<property name="currentIndex">
<number>1</number>
</property>
<property name="documentMode">
<bool>true</bool>
</property>
<widget class="QWidget" name="notesTab">
<attribute name="title">
<string>Dive Notes</string>
@ -158,8 +161,8 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTableView" name="cylinders">
<property name="styleSheet">
<string notr="true"> QTableView {
<property name="styleSheet">
<string notr="true"> QTableView {
show-decoration-selected: 1;
}
@ -188,11 +191,11 @@
}
</string>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
</widget>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>