update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / qt / credentials_dialog.ui
blobfc41414b3017f9689797d358e446a20861207f5b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>CredentialsDialog</class>
4 <widget class="QDialog" name="CredentialsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>634</width>
10 <height>454</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Wireshark - Credentials</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTreeView" name="auths"/>
19 </item>
20 <item>
21 <widget class="QDialogButtonBox" name="buttonBox">
22 <property name="orientation">
23 <enum>Qt::Horizontal</enum>
24 </property>
25 <property name="standardButtons">
26 <set>QDialogButtonBox::Close</set>
27 </property>
28 </widget>
29 </item>
30 </layout>
31 </widget>
32 <resources/>
33 <connections>
34 <connection>
35 <sender>buttonBox</sender>
36 <signal>clicked(QAbstractButton*)</signal>
37 <receiver>CredentialsDialog</receiver>
38 <slot>close()</slot>
39 <hints>
40 <hint type="sourcelabel">
41 <x>248</x>
42 <y>254</y>
43 </hint>
44 <hint type="destinationlabel">
45 <x>157</x>
46 <y>274</y>
47 </hint>
48 </hints>
49 </connection>
50 </connections>
51 </ui>