|
|
|
@ -29,11 +29,14 @@
|
|
|
|
|
<property name="editTriggers">
|
|
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="alternatingRowColors">
|
|
|
|
|
<bool>true</bool>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="selectionMode">
|
|
|
|
|
<enum>QAbstractItemView::SingleSelection</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="selectionBehavior">
|
|
|
|
|
<enum>QAbstractItemView::SelectItems</enum>
|
|
|
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
|
|
|
</property>
|
|
|
|
|
<property name="textElideMode">
|
|
|
|
|
<enum>Qt::ElideLeft</enum>
|
|
|
|
@ -153,5 +156,22 @@
|
|
|
|
|
</customwidget>
|
|
|
|
|
</customwidgets>
|
|
|
|
|
<resources/>
|
|
|
|
|
<connections/>
|
|
|
|
|
<connections>
|
|
|
|
|
<connection>
|
|
|
|
|
<sender>pluginView</sender>
|
|
|
|
|
<signal>clicked(QModelIndex)</signal>
|
|
|
|
|
<receiver>checkAction</receiver>
|
|
|
|
|
<slot>toggle()</slot>
|
|
|
|
|
<hints>
|
|
|
|
|
<hint type="sourcelabel">
|
|
|
|
|
<x>258</x>
|
|
|
|
|
<y>151</y>
|
|
|
|
|
</hint>
|
|
|
|
|
<hint type="destinationlabel">
|
|
|
|
|
<x>-1</x>
|
|
|
|
|
<y>-1</y>
|
|
|
|
|
</hint>
|
|
|
|
|
</hints>
|
|
|
|
|
</connection>
|
|
|
|
|
</connections>
|
|
|
|
|
</ui>
|
|
|
|
|