Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / packet_format_group_box.ui
blobfcf350f03154a152f1523ef2a869c3a686c1919a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PacketFormatGroupBox</class>
4 <widget class="QGroupBox" name="PacketFormatGroupBox">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>199</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>GroupBox</string>
15 </property>
16 <property name="title">
17 <string>Packet Format</string>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QCheckBox" name="summaryCheckBox">
22 <property name="toolTip">
23 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Packet summary lines similar to the packet list&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
24 </property>
25 <property name="text">
26 <string>Summary line</string>
27 </property>
28 <property name="checked">
29 <bool>true</bool>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QCheckBox" name="includeColumnHeadingsCheckBox">
35 <property name="text">
36 <string>Include column headings</string>
37 </property>
38 <property name="checked">
39 <bool>true</bool>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QCheckBox" name="detailsCheckBox">
45 <property name="toolTip">
46 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Packet details similar to the protocol tree&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
47 </property>
48 <property name="text">
49 <string>Details:</string>
50 </property>
51 <property name="checked">
52 <bool>true</bool>
53 </property>
54 </widget>
55 </item>
56 <item>
57 <widget class="QRadioButton" name="allCollapsedButton">
58 <property name="sizePolicy">
59 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
60 <horstretch>1</horstretch>
61 <verstretch>0</verstretch>
62 </sizepolicy>
63 </property>
64 <property name="toolTip">
65 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Export only top-level packet detail items&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
66 </property>
67 <property name="text">
68 <string>All co&amp;llapsed</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QRadioButton" name="asDisplayedButton">
74 <property name="sizePolicy">
75 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
76 <horstretch>1</horstretch>
77 <verstretch>0</verstretch>
78 </sizepolicy>
79 </property>
80 <property name="toolTip">
81 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Expand and collapse packet details as they are currently displayed.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
82 </property>
83 <property name="text">
84 <string>As displa&amp;yed</string>
85 </property>
86 <property name="checked">
87 <bool>true</bool>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QRadioButton" name="allExpandedButton">
93 <property name="sizePolicy">
94 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
95 <horstretch>1</horstretch>
96 <verstretch>0</verstretch>
97 </sizepolicy>
98 </property>
99 <property name="toolTip">
100 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Export all packet detail items&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
101 </property>
102 <property name="text">
103 <string>All e&amp;xpanded</string>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QCheckBox" name="bytesCheckBox">
109 <property name="toolTip">
110 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Export a hexdump of the packet data similar to the packet bytes view&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
111 </property>
112 <property name="text">
113 <string>Bytes</string>
114 </property>
115 </widget>
116 </item>
117 <item>
118 <widget class="QCheckBox" name="includeDataSourcesCheckBox">
119 <property name="text">
120 <string>Include secondary data sources</string>
121 </property>
122 <property name="toolTip">
123 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Generate hexdumps for secondary data sources like reassembled or decrypted buffers in addition to the frame&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
124 </property>
125 <property name="checked">
126 <bool>true</bool>
127 </property>
128 <property name="enabled">
129 <bool>false</bool>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </widget>
135 <connections/>
136 </ui>