Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / sctp_chunk_statistics_dialog.ui
blobe13bfce8a6bc26e0714b8eb777a1115090c76570
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SCTPChunkStatisticsDialog</class>
4 <widget class="QDialog" name="SCTPChunkStatisticsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>830</width>
10 <height>673</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Dialog</string>
21 </property>
22 <widget class="QDialogButtonBox" name="buttonBox">
23 <property name="geometry">
24 <rect>
25 <x>510</x>
26 <y>610</y>
27 <width>311</width>
28 <height>51</height>
29 </rect>
30 </property>
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
33 </property>
34 <property name="standardButtons">
35 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Close</set>
36 </property>
37 </widget>
38 <widget class="QTableWidget" name="tableWidget">
39 <property name="geometry">
40 <rect>
41 <x>0</x>
42 <y>10</y>
43 <width>831</width>
44 <height>591</height>
45 </rect>
46 </property>
47 <property name="editTriggers">
48 <set>QAbstractItemView::NoEditTriggers</set>
49 </property>
50 <property name="selectionMode">
51 <enum>QAbstractItemView::SingleSelection</enum>
52 </property>
53 <property name="selectionBehavior">
54 <enum>QAbstractItemView::SelectRows</enum>
55 </property>
56 <property name="rowCount">
57 <number>0</number>
58 </property>
59 <attribute name="horizontalHeaderCascadingSectionResizes">
60 <bool>false</bool>
61 </attribute>
62 <attribute name="horizontalHeaderStretchLastSection">
63 <bool>true</bool>
64 </attribute>
65 <attribute name="verticalHeaderCascadingSectionResizes">
66 <bool>false</bool>
67 </attribute>
68 <column>
69 <property name="text">
70 <string>Association</string>
71 </property>
72 </column>
73 <column>
74 <property name="text">
75 <string>Endpoint 1</string>
76 </property>
77 </column>
78 <column>
79 <property name="text">
80 <string>Endpoint 2</string>
81 </property>
82 </column>
83 </widget>
84 <widget class="QPushButton" name="pushButton">
85 <property name="geometry">
86 <rect>
87 <x>0</x>
88 <y>620</y>
89 <width>176</width>
90 <height>28</height>
91 </rect>
92 </property>
93 <property name="text">
94 <string>Save Chunk Type Order</string>
95 </property>
96 </widget>
97 <action name="actionHideChunkType">
98 <property name="text">
99 <string>Hide Chunk Type</string>
100 </property>
101 <property name="toolTip">
102 <string>Remove the chunk type from the table</string>
103 </property>
104 </action>
105 <action name="actionChunkTypePreferences">
106 <property name="text">
107 <string>Chunk Type Preferences</string>
108 </property>
109 <property name="toolTip">
110 <string>Go to the chunk type preferences dialog to show or hide other chunk types</string>
111 </property>
112 </action>
113 <action name="actionShowAllChunkTypes">
114 <property name="text">
115 <string>Show All Registered Chunk Types</string>
116 </property>
117 <property name="toolTip">
118 <string>Show all chunk types with defined names</string>
119 </property>
120 </action>
121 </widget>
122 <resources/>
123 <connections>
124 <connection>
125 <sender>buttonBox</sender>
126 <signal>clicked(QAbstractButton*)</signal>
127 <receiver>SCTPChunkStatisticsDialog</receiver>
128 <slot>close()</slot>
129 <hints>
130 <hint type="sourcelabel">
131 <x>456</x>
132 <y>483</y>
133 </hint>
134 <hint type="destinationlabel">
135 <x>445</x>
136 <y>563</y>
137 </hint>
138 </hints>
139 </connection>
140 <connection>
141 <sender>buttonBox</sender>
142 <signal>clicked(QAbstractButton*)</signal>
143 <receiver>SCTPChunkStatisticsDialog</receiver>
144 <slot>close()</slot>
145 <hints>
146 <hint type="sourcelabel">
147 <x>357</x>
148 <y>486</y>
149 </hint>
150 <hint type="destinationlabel">
151 <x>355</x>
152 <y>542</y>
153 </hint>
154 </hints>
155 </connection>
156 </connections>
157 </ui>