09b31c02dbc85a7e463a1d1ac986f0cc5106c8b7
[jlayton/wireshark.git] / ui / qt / voip_calls_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>VoipCallsDialog</class>
4  <widget class="QDialog" name="VoipCallsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>750</width>
10     <height>430</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>VoIP Calls</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QTreeWidget" name="callTreeWidget">
19      <property name="selectionMode">
20       <enum>QAbstractItemView::ExtendedSelection</enum>
21      </property>
22      <property name="textElideMode">
23       <enum>Qt::ElideMiddle</enum>
24      </property>
25      <property name="rootIsDecorated">
26       <bool>false</bool>
27      </property>
28      <property name="itemsExpandable">
29       <bool>false</bool>
30      </property>
31      <column>
32       <property name="text">
33        <string>Start Time</string>
34       </property>
35      </column>
36      <column>
37       <property name="text">
38        <string>Stop Time</string>
39       </property>
40      </column>
41      <column>
42       <property name="text">
43        <string>Initial Speaker</string>
44       </property>
45      </column>
46      <column>
47       <property name="text">
48        <string>From</string>
49       </property>
50      </column>
51      <column>
52       <property name="text">
53        <string>To</string>
54       </property>
55      </column>
56      <column>
57       <property name="text">
58        <string>Protocol</string>
59       </property>
60      </column>
61      <column>
62       <property name="text">
63        <string>Packets</string>
64       </property>
65      </column>
66      <column>
67       <property name="text">
68        <string>State</string>
69       </property>
70      </column>
71      <column>
72       <property name="text">
73        <string>Comments</string>
74       </property>
75      </column>
76     </widget>
77    </item>
78    <item>
79     <widget class="QLabel" name="hintLabel">
80      <property name="text">
81       <string>&lt;small&gt;&lt;/small&gt;</string>
82      </property>
83     </widget>
84    </item>
85    <item>
86     <widget class="QDialogButtonBox" name="buttonBox">
87      <property name="orientation">
88       <enum>Qt::Horizontal</enum>
89      </property>
90      <property name="standardButtons">
91       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
92      </property>
93     </widget>
94    </item>
95   </layout>
96   <action name="actionSelect_All">
97    <property name="text">
98     <string>Select &amp;All</string>
99    </property>
100    <property name="toolTip">
101     <string>Select all calls</string>
102    </property>
103    <property name="shortcut">
104     <string notr="true">Ctrl+A</string>
105    </property>
106   </action>
107  </widget>
108  <resources/>
109  <connections>
110   <connection>
111    <sender>buttonBox</sender>
112    <signal>accepted()</signal>
113    <receiver>VoipCallsDialog</receiver>
114    <slot>accept()</slot>
115    <hints>
116     <hint type="sourcelabel">
117      <x>248</x>
118      <y>254</y>
119     </hint>
120     <hint type="destinationlabel">
121      <x>157</x>
122      <y>274</y>
123     </hint>
124    </hints>
125   </connection>
126   <connection>
127    <sender>buttonBox</sender>
128    <signal>rejected()</signal>
129    <receiver>VoipCallsDialog</receiver>
130    <slot>reject()</slot>
131    <hints>
132     <hint type="sourcelabel">
133      <x>316</x>
134      <y>260</y>
135     </hint>
136     <hint type="destinationlabel">
137      <x>286</x>
138      <y>274</y>
139     </hint>
140    </hints>
141   </connection>
142  </connections>
143 </ui>