Make UI enhancements and refactor some code. We still have bugs on handling multiple calls and switching between them.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16431 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
João Mesquita
2010-01-21 05:05:56 +00:00
parent 1390132682
commit 0ecda2f00a
4 changed files with 88 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>670</width>
<width>716</width>
<height>541</height>
</rect>
</property>
@@ -256,7 +256,35 @@
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QListWidget" name="listCalls"/>
<widget class="QTableWidget" name="tableCalls">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<column>
<property name="text">
<string>To/From</string>
</property>
</column>
<column>
<property name="text">
<string>Status</string>
</property>
</column>
<column>
<property name="text">
<string>Time</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
@@ -329,7 +357,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>670</width>
<width>716</width>
<height>24</height>
</rect>
</property>