Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / sctp_all_assocs_dialog.ui
blob561836b15276dbddd9f9a245f0b01b401a1fd5a3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SCTPAllAssocsDialog</class>
4 <widget class="QDialog" name="SCTPAllAssocsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>827</width>
10 <height>546</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Wireshark - SCTP Associations</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTableWidget" name="assocList">
19 <property name="editTriggers">
20 <set>QAbstractItemView::NoEditTriggers</set>
21 </property>
22 <property name="showDropIndicator" stdset="0">
23 <bool>false</bool>
24 </property>
25 <property name="dragDropOverwriteMode">
26 <bool>false</bool>
27 </property>
28 <property name="selectionMode">
29 <enum>QAbstractItemView::SingleSelection</enum>
30 </property>
31 <property name="selectionBehavior">
32 <enum>QAbstractItemView::SelectRows</enum>
33 </property>
34 <property name="sortingEnabled">
35 <bool>true</bool>
36 </property>
37 <property name="wordWrap">
38 <bool>false</bool>
39 </property>
40 <property name="rowCount">
41 <number>2</number>
42 </property>
43 <property name="columnCount">
44 <number>6</number>
45 </property>
46 <attribute name="horizontalHeaderMinimumSectionSize">
47 <number>50</number>
48 </attribute>
49 <attribute name="horizontalHeaderDefaultSectionSize">
50 <number>120</number>
51 </attribute>
52 <attribute name="horizontalHeaderStretchLastSection">
53 <bool>true</bool>
54 </attribute>
55 <row/>
56 <row/>
57 <column>
58 <property name="text">
59 <string>ID</string>
60 </property>
61 </column>
62 <column>
63 <property name="text">
64 <string>Port 1</string>
65 </property>
66 </column>
67 <column>
68 <property name="text">
69 <string>Port 2</string>
70 </property>
71 </column>
72 <column>
73 <property name="text">
74 <string>Number of Packets</string>
75 </property>
76 </column>
77 <column>
78 <property name="text">
79 <string>Number of DATA Chunks</string>
80 </property>
81 </column>
82 <column>
83 <property name="text">
84 <string>Number of Bytes</string>
85 </property>
86 </column>
87 </widget>
88 </item>
89 <item>
90 <layout class="QHBoxLayout" name="horizontalLayout"/>
91 </item>
92 <item>
93 <layout class="QHBoxLayout" name="horizontalLayout_2">
94 <item>
95 <widget class="QPushButton" name="setFilterButton">
96 <property name="enabled">
97 <bool>false</bool>
98 </property>
99 <property name="focusPolicy">
100 <enum>Qt::ClickFocus</enum>
101 </property>
102 <property name="text">
103 <string>Filter Selected Association</string>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QPushButton" name="analyseButton">
109 <property name="enabled">
110 <bool>false</bool>
111 </property>
112 <property name="focusPolicy">
113 <enum>Qt::ClickFocus</enum>
114 </property>
115 <property name="text">
116 <string>Analyze</string>
117 </property>
118 </widget>
119 </item>
120 <item>
121 <spacer name="horizontalSpacer_2">
122 <property name="orientation">
123 <enum>Qt::Horizontal</enum>
124 </property>
125 <property name="sizeHint" stdset="0">
126 <size>
127 <width>10</width>
128 <height>20</height>
129 </size>
130 </property>
131 </spacer>
132 </item>
133 <item>
134 <widget class="QDialogButtonBox" name="buttonBox">
135 <property name="orientation">
136 <enum>Qt::Horizontal</enum>
137 </property>
138 <property name="standardButtons">
139 <set>QDialogButtonBox::Close</set>
140 </property>
141 </widget>
142 </item>
143 </layout>
144 </item>
145 </layout>
146 </widget>
147 <resources/>
148 <connections>
149 <connection>
150 <sender>buttonBox</sender>
151 <signal>clicked(QAbstractButton*)</signal>
152 <receiver>SCTPAllAssocsDialog</receiver>
153 <slot>close()</slot>
154 <hints>
155 <hint type="sourcelabel">
156 <x>644</x>
157 <y>274</y>
158 </hint>
159 <hint type="destinationlabel">
160 <x>659</x>
161 <y>322</y>
162 </hint>
163 </hints>
164 </connection>
165 </connections>
166 </ui>