Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / import_text_dialog.ui
blob756ff63a45472bde3664732da2f252a03efe9e26
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ImportTextDialog</class>
4 <widget class="QDialog" name="ImportTextDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>562</width>
10 <height>832</height>
11 </rect>
12 </property>
13 <property name="maximumSize">
14 <size>
15 <width>16777215</width>
16 <height>1000</height>
17 </size>
18 </property>
19 <property name="sizeGripEnabled">
20 <bool>true</bool>
21 </property>
22 <property name="modal">
23 <bool>true</bool>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout_2">
26 <item>
27 <layout class="QHBoxLayout" name="horizontalLayout_2">
28 <item>
29 <widget class="QLabel" name="label">
30 <property name="text">
31 <string>File:</string>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <widget class="QLineEdit" name="textFileLineEdit">
37 <property name="sizePolicy">
38 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
39 <horstretch>0</horstretch>
40 <verstretch>0</verstretch>
41 </sizepolicy>
42 </property>
43 <property name="toolTip">
44 <string>Set name of text file to import</string>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QPushButton" name="textFileBrowseButton">
50 <property name="toolTip">
51 <string>Browse for text file to import</string>
52 </property>
53 <property name="text">
54 <string>Browse…</string>
55 </property>
56 </widget>
57 </item>
58 </layout>
59 </item>
60 <item>
61 <widget class="QTabWidget" name="modeTabWidget">
62 <property name="sizePolicy">
63 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
64 <horstretch>0</horstretch>
65 <verstretch>0</verstretch>
66 </sizepolicy>
67 </property>
68 <property name="currentIndex">
69 <number>0</number>
70 </property>
71 <widget class="QWidget" name="tab">
72 <attribute name="title">
73 <string>Hex Dump</string>
74 </attribute>
75 <attribute name="toolTip">
76 <string>Import a standard hex dump as exported by Wireshark</string>
77 </attribute>
78 <layout class="QHBoxLayout" name="horizontalLayout_7">
79 <item>
80 <layout class="QVBoxLayout" name="verticalLayout_3">
81 <item>
82 <layout class="QGridLayout" name="gridLayout_2">
83 <property name="verticalSpacing">
84 <number>1</number>
85 </property>
86 <item row="2" column="1">
87 <widget class="QRadioButton" name="octalOffsetButton">
88 <property name="toolTip">
89 <string>Offsets in the text file are in octal notation</string>
90 </property>
91 <property name="text">
92 <string>Octal</string>
93 </property>
94 </widget>
95 </item>
96 <item row="0" column="0">
97 <widget class="QLabel" name="label_2">
98 <property name="text">
99 <string>Offsets:</string>
100 </property>
101 </widget>
102 </item>
103 <item row="0" column="1">
104 <widget class="QRadioButton" name="hexOffsetButton">
105 <property name="toolTip">
106 <string>Offsets in the text file are in hexadecimal notation</string>
107 </property>
108 <property name="text">
109 <string>Hexadecimal</string>
110 </property>
111 <property name="checked">
112 <bool>true</bool>
113 </property>
114 </widget>
115 </item>
116 <item row="1" column="1">
117 <widget class="QRadioButton" name="decimalOffsetButton">
118 <property name="toolTip">
119 <string>Offsets in the text file are in decimal notation</string>
120 </property>
121 <property name="text">
122 <string>Decimal</string>
123 </property>
124 </widget>
125 </item>
126 <item row="0" column="2" rowspan="4">
127 <spacer name="horizontalSpacer_2">
128 <property name="orientation">
129 <enum>Qt::Horizontal</enum>
130 </property>
131 <property name="sizeHint" stdset="0">
132 <size>
133 <width>40</width>
134 <height>20</height>
135 </size>
136 </property>
137 </spacer>
138 </item>
139 <item row="3" column="1">
140 <widget class="QRadioButton" name="noOffsetButton">
141 <property name="toolTip">
142 <string>The text file has no offset</string>
143 </property>
144 <property name="text">
145 <string>None</string>
146 </property>
147 </widget>
148 </item>
149 <item row="3" column="2">
150 <widget class="QLabel" name="noOffsetLabel">
151 <property name="font">
152 <font>
153 <italic>false</italic>
154 </font>
155 </property>
156 <property name="text">
157 <string/>
158 </property>
159 </widget>
160 </item>
161 </layout>
162 </item>
163 <item>
164 <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="0,0,0">
165 <item>
166 <widget class="QLabel" name="directionIndicationLabel">
167 <property name="toolTip">
168 <string>Whether or not the file contains information indicating the direction (inbound or outbound) of the packet.</string>
169 </property>
170 <property name="text">
171 <string>Direction indication:</string>
172 </property>
173 </widget>
174 </item>
175 <item>
176 <widget class="QCheckBox" name="directionIndicationCheckBox">
177 <property name="toolTip">
178 <string>Whether or not the file contains information indicating the direction (inbound or outbound) of the packet.</string>
179 </property>
180 </widget>
181 </item>
182 <item>
183 <spacer name="horizontalSpacer_5">
184 <property name="orientation">
185 <enum>Qt::Horizontal</enum>
186 </property>
187 <property name="sizeHint" stdset="0">
188 <size>
189 <width>40</width>
190 <height>20</height>
191 </size>
192 </property>
193 </spacer>
194 </item>
195 </layout>
196 </item>
197 <item>
198 <layout class="QHBoxLayout" name="asciiLayout" stretch="0,0,0">
199 <item>
200 <widget class="QLabel" name="asciiIdentificationLabel">
201 <property name="toolTip">
202 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Whether to do extra processing detecting the start of the ASCII representation at the end of a hex+ASCII line even if it looks like hex bytes.&lt;/p&gt;&lt;p&gt;Do not enable if the hex dump does not contain ASCII.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
203 </property>
204 <property name="text">
205 <string>ASCII identification:</string>
206 </property>
207 </widget>
208 </item>
209 <item>
210 <widget class="QCheckBox" name="asciiIdentificationCheckBox">
211 <property name="toolTip">
212 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Whether to do extra processing detecting the start of the ASCII representation at the end of a hex+ASCII line even if it looks like hex bytes.&lt;/p&gt;&lt;p&gt;Do not enable if the hex dump does not contain ASCII.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
213 </property>
214 </widget>
215 </item>
216 <item>
217 <spacer name="asciiSpacer">
218 <property name="orientation">
219 <enum>Qt::Horizontal</enum>
220 </property>
221 <property name="sizeHint" stdset="0">
222 <size>
223 <width>40</width>
224 <height>20</height>
225 </size>
226 </property>
227 </spacer>
228 </item>
229 </layout>
230 </item>
231 <item>
232 <spacer name="verticalSpacer">
233 <property name="orientation">
234 <enum>Qt::Vertical</enum>
235 </property>
236 <property name="sizeHint" stdset="0">
237 <size>
238 <width>20</width>
239 <height>40</height>
240 </size>
241 </property>
242 </spacer>
243 </item>
244 </layout>
245 </item>
246 </layout>
247 </widget>
248 <widget class="QWidget" name="tab_2">
249 <attribute name="title">
250 <string>Regular Expression</string>
251 </attribute>
252 <attribute name="toolTip">
253 <string>Import a file formatted according to a custom regular expression</string>
254 </attribute>
255 <layout class="QHBoxLayout" name="horizontalLayout_10">
256 <item>
257 <layout class="QVBoxLayout" name="verticalLayout">
258 <item>
259 <widget class="QLabel" name="label_6">
260 <property name="text">
261 <string>Packet format regular expression</string>
262 </property>
263 </widget>
264 </item>
265 <item>
266 <widget class="QTextEdit" name="regexTextEdit">
267 <property name="sizePolicy">
268 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
269 <horstretch>0</horstretch>
270 <verstretch>0</verstretch>
271 </sizepolicy>
272 </property>
273 <property name="maximumSize">
274 <size>
275 <width>16777215</width>
276 <height>16777215</height>
277 </size>
278 </property>
279 <property name="sizeIncrement">
280 <size>
281 <width>1</width>
282 <height>1</height>
283 </size>
284 </property>
285 <property name="baseSize">
286 <size>
287 <width>100</width>
288 <height>100</height>
289 </size>
290 </property>
291 <property name="toolTip">
292 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Perl compatible regular expression capturing a single packet in the file with named groups identifieing data to import. Anchors ^ and $ also match before/after newlines &lt;/p&gt;&lt;p&gt;Required is only a data group, also supported are time, dir and seqno.&lt;/p&gt;&lt;p&gt;Regex flags: DUPNAMES, MULTILINE and NOEMPTY&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
293 </property>
294 <property name="lineWidth">
295 <number>24</number>
296 </property>
297 <property name="acceptRichText">
298 <bool>false</bool>
299 </property>
300 <property name="placeholderText">
301 <string notr="true">^(?&lt;dir&gt;(&lt;|&gt;))\s*(?&lt;time&gt;(\d\d\:){2}\d\d)\s+(?&lt;seqno&gt;\d{5})\s+(?&lt;data&gt;[0-9a-fA-F]*)$\s+</string>
302 </property>
303 </widget>
304 </item>
305 <item>
306 <widget class="ElidedLabel" name="regexHintLabel">
307 <property name="enabled">
308 <bool>true</bool>
309 </property>
310 <property name="text">
311 <string>This is regexHintLabel, it will be set to default_regex_hint</string>
312 </property>
313 <property name="wordWrap">
314 <bool>true</bool>
315 </property>
316 </widget>
317 </item>
318 <item>
319 <layout class="QHBoxLayout" name="horizontalLayout_8" stretch="0,0,0,0,0">
320 <property name="sizeConstraint">
321 <enum>QLayout::SetDefaultConstraint</enum>
322 </property>
323 <item>
324 <widget class="QLabel" name="label_7">
325 <property name="text">
326 <string>Data encoding:</string>
327 </property>
328 </widget>
329 </item>
330 <item>
331 <widget class="QComboBox" name="dataEncodingComboBox">
332 <property name="toolTip">
333 <string>How data is encoded</string>
334 </property>
335 </widget>
336 </item>
337 <item>
338 <widget class="QLabel" name="label_3">
339 <property name="text">
340 <string>&lt;small&gt;&lt;i&gt;recommended regex:&lt;/small&gt;&lt;/i&gt;</string>
341 </property>
342 </widget>
343 </item>
344 <item>
345 <widget class="QLabel" name="encodingRegexExample">
346 <property name="text">
347 <string>encodingRegexExample</string>
348 </property>
349 <property name="textInteractionFlags">
350 <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
351 </property>
352 </widget>
353 </item>
354 <item>
355 <spacer name="horizontalSpacer_7">
356 <property name="orientation">
357 <enum>Qt::Horizontal</enum>
358 </property>
359 <property name="sizeHint" stdset="0">
360 <size>
361 <width>40</width>
362 <height>20</height>
363 </size>
364 </property>
365 </spacer>
366 </item>
367 </layout>
368 </item>
369 <item>
370 <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0,0,0">
371 <item>
372 <widget class="QLabel" name="dirIndicationLabel">
373 <property name="toolTip">
374 <string/>
375 </property>
376 <property name="text">
377 <string>Direction indication:</string>
378 </property>
379 </widget>
380 </item>
381 <item>
382 <widget class="QLineEdit" name="dirInIndicationLineEdit">
383 <property name="baseSize">
384 <size>
385 <width>0</width>
386 <height>0</height>
387 </size>
388 </property>
389 <property name="toolTip">
390 <string>List of characters indicating incoming packets</string>
391 </property>
392 <property name="maxLength">
393 <number>6</number>
394 </property>
395 <property name="placeholderText">
396 <string>iI&lt;</string>
397 </property>
398 </widget>
399 </item>
400 <item>
401 <widget class="QLineEdit" name="dirOutIndicationLineEdit">
402 <property name="enabled">
403 <bool>true</bool>
404 </property>
405 <property name="toolTip">
406 <string>List of characters indicating outgoing packets</string>
407 </property>
408 <property name="placeholderText">
409 <string>oO&gt;</string>
410 </property>
411 </widget>
412 </item>
413 <item>
414 <spacer name="horizontalSpacer_6">
415 <property name="orientation">
416 <enum>Qt::Horizontal</enum>
417 </property>
418 <property name="sizeHint" stdset="0">
419 <size>
420 <width>40</width>
421 <height>20</height>
422 </size>
423 </property>
424 </spacer>
425 </item>
426 </layout>
427 </item>
428 </layout>
429 </item>
430 </layout>
431 </widget>
432 </widget>
433 </item>
434 <item>
435 <layout class="QHBoxLayout" name="horizontalLayout_9" stretch="0,0,0,0">
436 <item>
437 <widget class="QLabel" name="timestampLabel">
438 <property name="toolTip">
439 <string>The format in which to parse timestamps in the text file (e.g. %H:%M:%S.). Format specifiers are based on strptime(3)</string>
440 </property>
441 <property name="text">
442 <string>Timestamp format:</string>
443 </property>
444 </widget>
445 </item>
446 <item>
447 <widget class="QLineEdit" name="timestampFormatLineEdit">
448 <property name="toolTip">
449 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The format in which to parse timestamps in the text file (e.g. %H:%M:%S.%f).&lt;/p&gt;&lt;p&gt;Format specifiers are based on strptime(3) with the addition of %f for second fractions. The precision of %f is determined from its length.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
450 </property>
451 <property name="placeholderText">
452 <string>%H:%M:%S.%f</string>
453 </property>
454 </widget>
455 </item>
456 <item>
457 <widget class="QLabel" name="timestampExampleLabel">
458 <property name="text">
459 <string>timestampExampleLabel</string>
460 </property>
461 </widget>
462 </item>
463 <item>
464 <spacer name="horizontalSpacer_8">
465 <property name="orientation">
466 <enum>Qt::Horizontal</enum>
467 </property>
468 <property name="sizeHint" stdset="0">
469 <size>
470 <width>40</width>
471 <height>20</height>
472 </size>
473 </property>
474 </spacer>
475 </item>
476 </layout>
477 </item>
478 <item>
479 <widget class="QGroupBox" name="groupBox_2">
480 <property name="title">
481 <string>Encapsulation</string>
482 </property>
483 <property name="flat">
484 <bool>true</bool>
485 </property>
486 <layout class="QFormLayout" name="formLayout">
487 <property name="fieldGrowthPolicy">
488 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
489 </property>
490 <item row="0" column="0" colspan="2">
491 <layout class="QHBoxLayout" name="horizontalLayout">
492 <item>
493 <widget class="QLabel" name="label_4">
494 <property name="text">
495 <string>Encapsulation Type:</string>
496 </property>
497 </widget>
498 </item>
499 <item>
500 <widget class="QComboBox" name="encapComboBox">
501 <property name="toolTip">
502 <string>Encapsulation type of the frames in the import capture file</string>
503 </property>
504 </widget>
505 </item>
506 <item>
507 <spacer name="horizontalSpacer_3">
508 <property name="orientation">
509 <enum>Qt::Horizontal</enum>
510 </property>
511 <property name="sizeHint" stdset="0">
512 <size>
513 <width>40</width>
514 <height>20</height>
515 </size>
516 </property>
517 </spacer>
518 </item>
519 </layout>
520 </item>
521 <item row="1" column="0" colspan="2">
522 <layout class="QGridLayout" name="headerGridLayout">
523 <property name="verticalSpacing">
524 <number>1</number>
525 </property>
526 <item row="0" column="0" colspan="3">
527 <widget class="QRadioButton" name="noDummyButton">
528 <property name="toolTip">
529 <string>Leave frames unchanged</string>
530 </property>
531 <property name="text">
532 <string>No dummy header</string>
533 </property>
534 <property name="checked">
535 <bool>true</bool>
536 </property>
537 </widget>
538 </item>
539 <item row="0" column="3" rowspan="8">
540 <spacer name="horizontalSpacer_4">
541 <property name="orientation">
542 <enum>Qt::Horizontal</enum>
543 </property>
544 <property name="sizeHint" stdset="0">
545 <size>
546 <width>40</width>
547 <height>20</height>
548 </size>
549 </property>
550 </spacer>
551 </item>
552 <item row="1" column="0">
553 <widget class="QRadioButton" name="ethernetButton">
554 <property name="toolTip">
555 <string>Prefix each frame with an Ethernet header</string>
556 </property>
557 <property name="text">
558 <string>Ethernet</string>
559 </property>
560 </widget>
561 </item>
562 <item row="2" column="0">
563 <widget class="QRadioButton" name="ipv4Button">
564 <property name="toolTip">
565 <string>Prefix each frame with an Ethernet and IP header</string>
566 </property>
567 <property name="text">
568 <string>IP</string>
569 </property>
570 </widget>
571 </item>
572 <item row="5" column="0">
573 <widget class="QRadioButton" name="udpButton">
574 <property name="toolTip">
575 <string>Prefix each frame with an Ethernet, IP and UDP header</string>
576 </property>
577 <property name="text">
578 <string>UDP</string>
579 </property>
580 </widget>
581 </item>
582 <item row="6" column="0">
583 <widget class="QRadioButton" name="tcpButton">
584 <property name="toolTip">
585 <string>Prefix each frame with an Ethernet, IP and TCP header</string>
586 </property>
587 <property name="text">
588 <string>TCP</string>
589 </property>
590 </widget>
591 </item>
592 <item row="7" column="0">
593 <widget class="QRadioButton" name="sctpButton">
594 <property name="toolTip">
595 <string>Prefix each frame with an Ethernet, IP and SCTP header</string>
596 </property>
597 <property name="text">
598 <string>SCTP</string>
599 </property>
600 </widget>
601 </item>
602 <item row="8" column="0">
603 <widget class="QRadioButton" name="sctpDataButton">
604 <property name="toolTip">
605 <string>Prefix each frame with an Ethernet, IP and SCTP (DATA) header</string>
606 </property>
607 <property name="text">
608 <string>SCTP (Data)</string>
609 </property>
610 </widget>
611 </item>
612 <item row="9" column="0">
613 <widget class="QRadioButton" name="exportPduButton">
614 <property name="text">
615 <string>ExportPDU</string>
616 </property>
617 </widget>
618 </item>
619 <item row="1" column="1">
620 <widget class="QLabel" name="ethertypeLabel">
621 <property name="text">
622 <string>Ethertype (hex):</string>
623 </property>
624 </widget>
625 </item>
626 <item row="2" column="1">
627 <widget class="QLabel" name="protocolLabel">
628 <property name="text">
629 <string>Protocol (dec):</string>
630 </property>
631 </widget>
632 </item>
633 <item row="3" column="1">
634 <widget class="QLabel" name="sourceAddressLabel">
635 <property name="text">
636 <string>Source address:</string>
637 </property>
638 </widget>
639 </item>
640 <item row="4" column="1">
641 <widget class="QLabel" name="destinationAddressLabel">
642 <property name="text">
643 <string>Destination address:</string>
644 </property>
645 </widget>
646 </item>
647 <item row="5" column="1">
648 <widget class="QLabel" name="sourcePortLabel">
649 <property name="text">
650 <string>Source port:</string>
651 </property>
652 </widget>
653 </item>
654 <item row="6" column="1">
655 <widget class="QLabel" name="destinationPortLabel">
656 <property name="text">
657 <string>Destination port:</string>
658 </property>
659 </widget>
660 </item>
661 <item row="7" column="1">
662 <widget class="QLabel" name="tagLabel">
663 <property name="text">
664 <string>Tag:</string>
665 </property>
666 </widget>
667 </item>
668 <item row="8" column="1">
669 <widget class="QLabel" name="ppiLabel">
670 <property name="text">
671 <string>PPI:</string>
672 </property>
673 </widget>
674 </item>
675 <item row="9" column="1">
676 <widget class="QLabel" name="payloadLabel">
677 <property name="text">
678 <string>Dissector</string>
679 </property>
680 </widget>
681 </item>
682 <item row="1" column="2">
683 <widget class="SyntaxLineEdit" name="ethertypeLineEdit">
684 <property name="toolTip">
685 <string>The Ethertype value of each frame</string>
686 </property>
687 <property name="cursorPosition">
688 <number>0</number>
689 </property>
690 </widget>
691 </item>
692 <item row="2" column="2">
693 <widget class="SyntaxLineEdit" name="protocolLineEdit">
694 <property name="toolTip">
695 <string>The IP protocol ID for each frame</string>
696 </property>
697 </widget>
698 </item>
699 <item row="3" column="2" colspan="3">
700 <widget class="SyntaxLineEdit" name="sourceAddressLineEdit">
701 <property name="toolTip">
702 <string>The IP source address for each frame</string>
703 </property>
704 </widget>
705 </item>
706 <item row="4" column="2" colspan="3">
707 <widget class="SyntaxLineEdit" name="destinationAddressLineEdit">
708 <property name="toolTip">
709 <string>The IP destination address for each frame</string>
710 </property>
711 </widget>
712 </item>
713 <item row="5" column="2">
714 <widget class="SyntaxLineEdit" name="sourcePortLineEdit">
715 <property name="toolTip">
716 <string>The UDP, TCP or SCTP source port for each frame</string>
717 </property>
718 </widget>
719 </item>
720 <item row="6" column="2">
721 <widget class="SyntaxLineEdit" name="destinationPortLineEdit">
722 <property name="toolTip">
723 <string>The UDP, TCP or SCTP destination port for each frame</string>
724 </property>
725 </widget>
726 </item>
727 <item row="7" column="2">
728 <widget class="SyntaxLineEdit" name="tagLineEdit">
729 <property name="toolTip">
730 <string>The SCTP verification tag for each frame</string>
731 </property>
732 </widget>
733 </item>
734 <item row="8" column="2">
735 <widget class="SyntaxLineEdit" name="ppiLineEdit">
736 <property name="toolTip">
737 <string>The SCTP DATA payload protocol identifier for each frame</string>
738 </property>
739 </widget>
740 </item>
741 <item row="9" column="2" colspan="3">
742 <widget class="QComboBox" name="dissectorComboBox">
743 <property name="toolTip">
744 <string>The dissector to use for each frame</string>
745 </property>
746 </widget>
747 </item>
748 <item row="2" column="3">
749 <widget class="QLabel" name="ipVersionLabel">
750 <property name="text">
751 <string>IP version:</string>
752 </property>
753 </widget>
754 </item>
755 <item row="2" column="4">
756 <widget class="QComboBox" name="ipVersionComboBox">
757 <property name="toolTip">
758 <string>The IP Version to use for the dummy IP header</string>
759 </property>
760 </widget>
761 </item>
762 </layout>
763 </item>
764 </layout>
765 </widget>
766 </item>
767 <item>
768 <layout class="QHBoxLayout" name="interfaceLayout">
769 <item>
770 <widget class="QLabel" name="interfaceLabel">
771 <property name="text">
772 <string>Interface name:</string>
773 </property>
774 </widget>
775 </item>
776 <item>
777 <widget class="QLineEdit" name="interfaceLineEdit">
778 <property name="toolTip">
779 <string>The name of the interface to write to the import capture file</string>
780 </property>
781 <property name="placeholderText">
782 <string>Fake IF, Import from Hex Dump</string>
783 </property>
784 </widget>
785 </item>
786 </layout>
787 </item>
788 <item>
789 <layout class="QHBoxLayout" name="maxLengthLayout">
790 <item>
791 <widget class="QLabel" name="maxLengthLabel">
792 <property name="text">
793 <string>Maximum frame length:</string>
794 </property>
795 </widget>
796 </item>
797 <item>
798 <widget class="SyntaxLineEdit" name="maxLengthLineEdit">
799 <property name="toolTip">
800 <string>The maximum size of the frames to write to the import capture file (max 256kiB)</string>
801 </property>
802 <property name="alignment">
803 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
804 </property>
805 </widget>
806 </item>
807 </layout>
808 </item>
809 <item>
810 <widget class="QDialogButtonBox" name="buttonBox">
811 <property name="orientation">
812 <enum>Qt::Horizontal</enum>
813 </property>
814 <property name="standardButtons">
815 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Open</set>
816 </property>
817 </widget>
818 </item>
819 </layout>
820 </widget>
821 <customwidgets>
822 <customwidget>
823 <class>ElidedLabel</class>
824 <extends>QLabel</extends>
825 <header>widgets/elided_label.h</header>
826 </customwidget>
827 <customwidget>
828 <class>SyntaxLineEdit</class>
829 <extends>QLineEdit</extends>
830 <header>widgets/syntax_line_edit.h</header>
831 </customwidget>
832 </customwidgets>
833 <resources/>
834 <connections>
835 <connection>
836 <sender>buttonBox</sender>
837 <signal>accepted()</signal>
838 <receiver>ImportTextDialog</receiver>
839 <slot>accept()</slot>
840 <hints>
841 <hint type="sourcelabel">
842 <x>248</x>
843 <y>254</y>
844 </hint>
845 <hint type="destinationlabel">
846 <x>157</x>
847 <y>274</y>
848 </hint>
849 </hints>
850 </connection>
851 <connection>
852 <sender>buttonBox</sender>
853 <signal>rejected()</signal>
854 <receiver>ImportTextDialog</receiver>
855 <slot>reject()</slot>
856 <hints>
857 <hint type="sourcelabel">
858 <x>316</x>
859 <y>260</y>
860 </hint>
861 <hint type="destinationlabel">
862 <x>286</x>
863 <y>274</y>
864 </hint>
865 </hints>
866 </connection>
867 </connections>
868 </ui>