Remove grid from highlight definitions table view

Reviewed-by: con
This commit is contained in:
Leandro Melo
2011-04-06 16:37:02 +02:00
parent d88a821c82
commit 46bca1eeff

View File

@@ -34,6 +34,12 @@
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::NoPen</enum>
</property>
<property name="columnCount">
<number>3</number>
</property>