Make selection to rows and not per item.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16317 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
João Mesquita 2010-01-15 03:36:15 +00:00
parent 6abe882e8c
commit eef55a55fb
2 changed files with 6 additions and 0 deletions

View File

@ -159,6 +159,9 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QTableWidget" name="sofiaExtraParamTable">
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<column>
<property name="text">
<string>Param Name</string>

View File

@ -138,6 +138,9 @@
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<column>
<property name="text">
<string>Name</string>