Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / filter_dialog.ui
blobdbd0d5fca39635a08e73596a6fa0847da8719b24
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FilterDialog</class>
4 <widget class="QDialog" name="FilterDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>584</width>
10 <height>390</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTreeView" name="filterTreeView">
19 <property name="dragDropMode">
20 <enum>QAbstractItemView::DragDrop</enum>
21 </property>
22 <property name="sortingEnabled">
23 <bool>true</bool>
24 </property>
25 <attribute name="headerShowSortIndicator" stdset="0">
26 <bool>true</bool>
27 </attribute>
28 </widget>
29 </item>
30 <item>
31 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,1">
32 <item>
33 <widget class="StockIconToolButton" name="newToolButton">
34 <property name="toolTip">
35 <string>Create a new filter.</string>
36 </property>
37 <property name="text">
38 <string/>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <widget class="StockIconToolButton" name="deleteToolButton">
44 <property name="enabled">
45 <bool>false</bool>
46 </property>
47 <property name="toolTip">
48 <string>Remove this filter.</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="StockIconToolButton" name="copyToolButton">
54 <property name="enabled">
55 <bool>false</bool>
56 </property>
57 <property name="toolTip">
58 <string>Copy this filter.</string>
59 </property>
60 <property name="text">
61 <string/>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <spacer name="horizontalSpacer">
67 <property name="orientation">
68 <enum>Qt::Horizontal</enum>
69 </property>
70 <property name="sizeHint" stdset="0">
71 <size>
72 <width>40</width>
73 <height>20</height>
74 </size>
75 </property>
76 </spacer>
77 </item>
78 <item>
79 <widget class="ElidedLabel" name="pathLabel">
80 <property name="sizePolicy">
81 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
82 <horstretch>1</horstretch>
83 <verstretch>0</verstretch>
84 </sizepolicy>
85 </property>
86 <property name="text">
87 <string/>
88 </property>
89 <property name="alignment">
90 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
91 </property>
92 <property name="openExternalLinks">
93 <bool>true</bool>
94 </property>
95 </widget>
96 </item>
97 </layout>
98 </item>
99 <item>
100 <widget class="QDialogButtonBox" name="buttonBox">
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="standardButtons">
105 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
106 </property>
107 </widget>
108 </item>
109 </layout>
110 </widget>
111 <customwidgets>
112 <customwidget>
113 <class>ElidedLabel</class>
114 <extends>QLabel</extends>
115 <header>widgets/elided_label.h</header>
116 </customwidget>
117 <customwidget>
118 <class>StockIconToolButton</class>
119 <extends>QToolButton</extends>
120 <header>widgets/stock_icon_tool_button.h</header>
121 </customwidget>
122 </customwidgets>
123 <resources/>
124 <connections>
125 <connection>
126 <sender>buttonBox</sender>
127 <signal>accepted()</signal>
128 <receiver>FilterDialog</receiver>
129 <slot>accept()</slot>
130 <hints>
131 <hint type="sourcelabel">
132 <x>248</x>
133 <y>254</y>
134 </hint>
135 <hint type="destinationlabel">
136 <x>157</x>
137 <y>274</y>
138 </hint>
139 </hints>
140 </connection>
141 <connection>
142 <sender>buttonBox</sender>
143 <signal>rejected()</signal>
144 <receiver>FilterDialog</receiver>
145 <slot>reject()</slot>
146 <hints>
147 <hint type="sourcelabel">
148 <x>316</x>
149 <y>260</y>
150 </hint>
151 <hint type="destinationlabel">
152 <x>286</x>
153 <y>274</y>
154 </hint>
155 </hints>
156 </connection>
157 </connections>
158 </ui>