TODO netlogon_user_flags_ntlmv2_enabled
[wireshark-sm.git] / ui / qt / print_dialog.ui
blob60753245e1e512f5e3c654d0d22f3f6ab27cd01b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PrintDialog</class>
4 <widget class="QDialog" name="PrintDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>496</width>
10 <height>328</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_2">
14 <item>
15 <layout class="QHBoxLayout" name="previewLayout">
16 <item>
17 <layout class="QVBoxLayout" name="verticalLayout">
18 <item>
19 <widget class="PacketFormatGroupBox" name="formatGroupBox">
20 <property name="title">
21 <string>Packet Format</string>
22 </property>
23 <property name="alignment">
24 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
25 </property>
26 <property name="flat">
27 <bool>true</bool>
28 </property>
29 </widget>
30 </item>
31 <item>
32 <widget class="QCheckBox" name="formFeedCheckBox">
33 <property name="text">
34 <string>Print each packet on a new page</string>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <widget class="QCheckBox" name="bannerCheckBox">
40 <property name="toolTip">
41 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Print capture file information on each page&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
42 </property>
43 <property name="text">
44 <string>Capture information header</string>
45 </property>
46 <property name="checked">
47 <bool>true</bool>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <spacer name="verticalSpacer">
53 <property name="orientation">
54 <enum>Qt::Vertical</enum>
55 </property>
56 <property name="sizeHint" stdset="0">
57 <size>
58 <width>118</width>
59 <height>28</height>
60 </size>
61 </property>
62 </spacer>
63 </item>
64 <item>
65 <widget class="QLabel" name="zoomLabel">
66 <property name="enabled">
67 <bool>false</bool>
68 </property>
69 <property name="toolTip">
70 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Use the &amp;quot;+&amp;quot; and &amp;quot;-&amp;quot; keys to zoom the preview in and out. Use the &amp;quot;0&amp;quot; key to reset the zoom level.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
71 </property>
72 <property name="text">
73 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:small; font-style:italic;&quot;&gt;+ and - zoom, 0 resets&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
74 </property>
75 </widget>
76 </item>
77 </layout>
78 </item>
79 </layout>
80 </item>
81 <item>
82 <widget class="PacketRangeGroupBox" name="rangeGroupBox">
83 <property name="title">
84 <string>Packet Range</string>
85 </property>
86 <property name="flat">
87 <bool>true</bool>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QDialogButtonBox" name="buttonBox">
93 <property name="orientation">
94 <enum>Qt::Horizontal</enum>
95 </property>
96 <property name="standardButtons">
97 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help</set>
98 </property>
99 </widget>
100 </item>
101 </layout>
102 </widget>
103 <customwidgets>
104 <customwidget>
105 <class>PacketRangeGroupBox</class>
106 <extends>QGroupBox</extends>
107 <header>packet_range_group_box.h</header>
108 <container>1</container>
109 </customwidget>
110 <customwidget>
111 <class>PacketFormatGroupBox</class>
112 <extends>QGroupBox</extends>
113 <header>packet_format_group_box.h</header>
114 <container>1</container>
115 </customwidget>
116 </customwidgets>
117 <resources/>
118 <connections>
119 <connection>
120 <sender>buttonBox</sender>
121 <signal>accepted()</signal>
122 <receiver>PrintDialog</receiver>
123 <slot>accept()</slot>
124 <hints>
125 <hint type="sourcelabel">
126 <x>248</x>
127 <y>254</y>
128 </hint>
129 <hint type="destinationlabel">
130 <x>157</x>
131 <y>274</y>
132 </hint>
133 </hints>
134 </connection>
135 <connection>
136 <sender>buttonBox</sender>
137 <signal>rejected()</signal>
138 <receiver>PrintDialog</receiver>
139 <slot>reject()</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>316</x>
143 <y>260</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>286</x>
147 <y>274</y>
148 </hint>
149 </hints>
150 </connection>
151 </connections>
152 </ui>