Remove grid from snippets table view

Reviewed-by: con
This commit is contained in:
Leandro Melo
2011-04-06 16:10:51 +02:00
parent dc25adbe67
commit d88a821c82

View File

@@ -50,6 +50,12 @@
<property name="editTriggers">
<set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed</set>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::NoPen</enum>
</property>
</widget>
</item>
<item>