add parameter dcerpc_info to PIDL_dissect_ipv?address()
[wireshark-wip.git] / ui / qt / export_object_dialog.ui
blob5cd532a39399cbd99c001346e09055ed5ac27857
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ExportObjectDialog</class>
4 <widget class="QDialog" name="ExportObjectDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>750</width>
10 <height>520</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QTreeWidget" name="objectTree">
22 <property name="rootIsDecorated">
23 <bool>false</bool>
24 </property>
25 <property name="uniformRowHeights">
26 <bool>true</bool>
27 </property>
28 <property name="itemsExpandable">
29 <bool>false</bool>
30 </property>
31 <property name="expandsOnDoubleClick">
32 <bool>false</bool>
33 </property>
34 <column>
35 <property name="text">
36 <string>Packet</string>
37 </property>
38 </column>
39 <column>
40 <property name="text">
41 <string>Hostname</string>
42 </property>
43 </column>
44 <column>
45 <property name="text">
46 <string>Content Type</string>
47 </property>
48 </column>
49 <column>
50 <property name="text">
51 <string>Size</string>
52 </property>
53 </column>
54 <column>
55 <property name="text">
56 <string>Filename</string>
57 </property>
58 </column>
59 </widget>
60 </item>
61 <item>
62 <widget class="QFrame" name="progressFrame">
63 <property name="enabled">
64 <bool>true</bool>
65 </property>
66 <property name="frameShape">
67 <enum>QFrame::NoFrame</enum>
68 </property>
69 <property name="frameShadow">
70 <enum>QFrame::Plain</enum>
71 </property>
72 <property name="lineWidth">
73 <number>0</number>
74 </property>
75 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
76 <property name="topMargin">
77 <number>0</number>
78 </property>
79 <property name="bottomMargin">
80 <number>0</number>
81 </property>
82 <item>
83 <widget class="QLabel" name="progressLabel">
84 <property name="text">
85 <string>Searching for objects</string>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QProgressBar" name="progressBar">
91 <property name="styleSheet">
92 <string notr="true">QProgressBar { width: 10em; }</string>
93 </property>
94 <property name="maximum">
95 <number>0</number>
96 </property>
97 <property name="value">
98 <number>-1</number>
99 </property>
100 <property name="textVisible">
101 <bool>false</bool>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <spacer name="horizontalSpacer">
107 <property name="orientation">
108 <enum>Qt::Horizontal</enum>
109 </property>
110 <property name="sizeHint" stdset="0">
111 <size>
112 <width>387</width>
113 <height>20</height>
114 </size>
115 </property>
116 </spacer>
117 </item>
118 </layout>
119 </widget>
120 </item>
121 <item>
122 <widget class="QDialogButtonBox" name="buttonBox">
123 <property name="orientation">
124 <enum>Qt::Horizontal</enum>
125 </property>
126 <property name="standardButtons">
127 <set>QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Save|QDialogButtonBox::SaveAll</set>
128 </property>
129 </widget>
130 </item>
131 </layout>
132 </widget>
133 <resources/>
134 <connections>
135 <connection>
136 <sender>buttonBox</sender>
137 <signal>accepted()</signal>
138 <receiver>ExportObjectDialog</receiver>
139 <slot>accept()</slot>
140 <hints>
141 <hint type="sourcelabel">
142 <x>248</x>
143 <y>254</y>
144 </hint>
145 <hint type="destinationlabel">
146 <x>157</x>
147 <y>274</y>
148 </hint>
149 </hints>
150 </connection>
151 <connection>
152 <sender>buttonBox</sender>
153 <signal>rejected()</signal>
154 <receiver>ExportObjectDialog</receiver>
155 <slot>reject()</slot>
156 <hints>
157 <hint type="sourcelabel">
158 <x>316</x>
159 <y>260</y>
160 </hint>
161 <hint type="destinationlabel">
162 <x>286</x>
163 <y>274</y>
164 </hint>
165 </hints>
166 </connection>
167 </connections>
168 </ui>