提交 eef55a55 authored 作者: João Mesquita's avatar João Mesquita

Make selection to rows and not per item.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16317 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 6abe882e
......@@ -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>
......
......@@ -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>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论