update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / qt / show_packet_bytes_dialog.ui
blobdfe03757d594509ea4cf85974cf72c67f5385b48
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ShowPacketBytesDialog</class>
4 <widget class="QDialog" name="ShowPacketBytesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>710</width>
10 <height>620</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Show Packet Bytes</string>
21 </property>
22 <property name="sizeGripEnabled">
23 <bool>true</bool>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout">
26 <item>
27 <widget class="ShowPacketBytesTextEdit" name="tePacketBytes">
28 <property name="readOnly">
29 <bool>true</bool>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <widget class="QLabel" name="hintLabel">
35 <property name="text">
36 <string>Hint.</string>
37 </property>
38 <property name="wordWrap">
39 <bool>true</bool>
40 </property>
41 <property name="textInteractionFlags">
42 <set>Qt::TextSelectableByMouse</set>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <layout class="QHBoxLayout" name="horizontalLayout_1" stretch="0,0,0,0,1,0,0,0,0">
48 <item>
49 <widget class="QLabel" name="lDecodeAs">
50 <property name="text">
51 <string>Decode as</string>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <widget class="QComboBox" name="cbDecodeAs"/>
57 </item>
58 <item>
59 <widget class="QLabel" name="lShowAs">
60 <property name="text">
61 <string>Show as</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QComboBox" name="cbShowAs">
67 <property name="currentIndex">
68 <number>-1</number>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <spacer name="horizontalSpacer">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="sizeHint" stdset="0">
78 <size>
79 <width>40</width>
80 <height>20</height>
81 </size>
82 </property>
83 </spacer>
84 </item>
85 <item>
86 <widget class="QLabel" name="lStart">
87 <property name="text">
88 <string>Start</string>
89 </property>
90 </widget>
91 </item>
92 <item>
93 <widget class="QSpinBox" name="sbStart"/>
94 </item>
95 <item>
96 <widget class="QLabel" name="lEnd">
97 <property name="text">
98 <string>End</string>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QSpinBox" name="sbEnd"/>
104 </item>
105 </layout>
106 </item>
107 <item>
108 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0">
109 <item>
110 <widget class="QLabel" name="lFind">
111 <property name="text">
112 <string>Find:</string>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <widget class="FindLineEdit" name="leFind"/>
118 </item>
119 <item>
120 <widget class="QCheckBox" name="caseCheckBox">
121 <property name="text">
122 <string>Case sensitive</string>
123 </property>
124 </widget>
125 </item>
126 <item>
127 <widget class="QPushButton" name="bFind">
128 <property name="text">
129 <string>Find &amp;Next</string>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </item>
135 <item>
136 <widget class="QDialogButtonBox" name="buttonBox">
137 <property name="standardButtons">
138 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
139 </property>
140 </widget>
141 </item>
142 </layout>
143 </widget>
144 <customwidgets>
145 <customwidget>
146 <class>FindLineEdit</class>
147 <extends>QLineEdit</extends>
148 <header>widgets/find_line_edit.h</header>
149 </customwidget>
150 <customwidget>
151 <class>ShowPacketBytesTextEdit</class>
152 <extends>QTextEdit</extends>
153 <header>show_packet_bytes_dialog.h</header>
154 </customwidget>
155 </customwidgets>
156 <resources/>
157 <connections/>
158 </ui>