1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>ShowPacketBytesDialog
</class>
4 <widget class=
"QDialog" name=
"ShowPacketBytesDialog">
5 <property name=
"geometry">
13 <property name=
"sizePolicy">
14 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
19 <property name=
"windowTitle">
20 <string>Show Packet Bytes
</string>
22 <property name=
"sizeGripEnabled">
25 <layout class=
"QVBoxLayout" name=
"verticalLayout">
27 <widget class=
"ShowPacketBytesTextEdit" name=
"tePacketBytes">
28 <property name=
"readOnly">
34 <widget class=
"QLabel" name=
"hintLabel">
35 <property name=
"text">
36 <string>Hint.
</string>
38 <property name=
"wordWrap">
41 <property name=
"textInteractionFlags">
42 <set>Qt::TextSelectableByMouse
</set>
47 <layout class=
"QHBoxLayout" name=
"horizontalLayout_1" stretch=
"0,0,0,0,1,0,0,0,0">
49 <widget class=
"QLabel" name=
"lDecodeAs">
50 <property name=
"text">
51 <string>Decode as
</string>
56 <widget class=
"QComboBox" name=
"cbDecodeAs"/>
59 <widget class=
"QLabel" name=
"lShowAs">
60 <property name=
"text">
61 <string>Show as
</string>
66 <widget class=
"QComboBox" name=
"cbShowAs">
67 <property name=
"currentIndex">
73 <spacer name=
"horizontalSpacer">
74 <property name=
"orientation">
75 <enum>Qt::Horizontal
</enum>
77 <property name=
"sizeHint" stdset=
"0">
86 <widget class=
"QLabel" name=
"lStart">
87 <property name=
"text">
88 <string>Start
</string>
93 <widget class=
"QSpinBox" name=
"sbStart"/>
96 <widget class=
"QLabel" name=
"lEnd">
97 <property name=
"text">
103 <widget class=
"QSpinBox" name=
"sbEnd"/>
108 <layout class=
"QHBoxLayout" name=
"horizontalLayout_2" stretch=
"0,1,0">
110 <widget class=
"QLabel" name=
"lFind">
111 <property name=
"text">
112 <string>Find:
</string>
117 <widget class=
"FindLineEdit" name=
"leFind"/>
120 <widget class=
"QCheckBox" name=
"caseCheckBox">
121 <property name=
"text">
122 <string>Case sensitive
</string>
127 <widget class=
"QPushButton" name=
"bFind">
128 <property name=
"text">
129 <string>Find
&Next
</string>
136 <widget class=
"QDialogButtonBox" name=
"buttonBox">
137 <property name=
"standardButtons">
138 <set>QDialogButtonBox::Close|QDialogButtonBox::Help
</set>
146 <class>FindLineEdit
</class>
147 <extends>QLineEdit
</extends>
148 <header>widgets/find_line_edit.h
</header>
151 <class>ShowPacketBytesTextEdit
</class>
152 <extends>QTextEdit
</extends>
153 <header>show_packet_bytes_dialog.h
</header>