Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / sctp_graph_byte_dialog.ui
blobb14baa86f10cd5d9d349667eb6a7368a106872f6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SCTPGraphByteDialog</class>
4 <widget class="QDialog" name="SCTPGraphByteDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>987</width>
10 <height>546</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>SCTP Graph</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_2">
17 <item>
18 <layout class="QVBoxLayout" name="verticalLayout">
19 <item>
20 <widget class="QCustomPlot" name="sctpPlot" native="true">
21 <property name="sizePolicy">
22 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
23 <horstretch>0</horstretch>
24 <verstretch>1</verstretch>
25 </sizepolicy>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QLabel" name="hintLabel">
31 <property name="text">
32 <string></string>
33 </property>
34 <property name="wordWrap">
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <layout class="QHBoxLayout" name="horizontalLayout">
41 <item>
42 <widget class="QPushButton" name="pushButton_4">
43 <property name="focusPolicy">
44 <enum>Qt::NoFocus</enum>
45 </property>
46 <property name="text">
47 <string>Reset to full size</string>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="QPushButton" name="saveButton">
53 <property name="text">
54 <string>Save Graph</string>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <spacer name="horizontalSpacer">
60 <property name="orientation">
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="sizeHint" stdset="0">
64 <size>
65 <width>428</width>
66 <height>20</height>
67 </size>
68 </property>
69 </spacer>
70 </item>
71 <item>
72 <widget class="QDialogButtonBox" name="buttonBox">
73 <property name="focusPolicy">
74 <enum>Qt::NoFocus</enum>
75 </property>
76 <property name="orientation">
77 <enum>Qt::Horizontal</enum>
78 </property>
79 <property name="standardButtons">
80 <set>QDialogButtonBox::Close</set>
81 </property>
82 </widget>
83 </item>
84 </layout>
85 </item>
86 </layout>
87 </item>
88 </layout>
89 <action name="actionGoToPacket">
90 <property name="text">
91 <string>goToPacket</string>
92 </property>
93 <property name="toolTip">
94 <string>Go to Packet</string>
95 </property>
96 </action>
97 </widget>
98 <customwidgets>
99 <customwidget>
100 <class>QCustomPlot</class>
101 <extends>QWidget</extends>
102 <header>widgets/qcustomplot.h</header>
103 <container>1</container>
104 </customwidget>
105 </customwidgets>
106 <resources/>
107 <connections>
108 <connection>
109 <sender>buttonBox</sender>
110 <signal>clicked(QAbstractButton*)</signal>
111 <receiver>SCTPGraphByteDialog</receiver>
112 <slot>close()</slot>
113 <hints>
114 <hint type="sourcelabel">
115 <x>706</x>
116 <y>530</y>
117 </hint>
118 <hint type="destinationlabel">
119 <x>703</x>
120 <y>574</y>
121 </hint>
122 </hints>
123 </connection>
124 </connections>
125 </ui>