drsuapi_SupportedExtensionsExt wild guess to match 0x80a and DsGetNCChangesReq11...
[wireshark-sm.git] / ui / qt / file_set_dialog.ui
blob3c61433227fdf32efd24a2c2955f5b723f03d582
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FileSetDialog</class>
4 <widget class="QDialog" name="FileSetDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>750</width>
10 <height>450</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="QGridLayout" name="gridLayout">
20 <item row="0" column="0">
21 <layout class="QFormLayout" name="formLayout">
22 <property name="fieldGrowthPolicy">
23 <enum>QFormLayout::FieldsStayAtSizeHint</enum>
24 </property>
25 <item row="1" column="0" colspan="2">
26 <layout class="QHBoxLayout" name="horizontalLayout">
27 <item>
28 <widget class="QLabel" name="label">
29 <property name="text">
30 <string>Directory:</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="ElidedLabel" name="directoryLabel">
36 <property name="sizePolicy">
37 <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
38 <horstretch>1</horstretch>
39 <verstretch>0</verstretch>
40 </sizepolicy>
41 </property>
42 <property name="text">
43 <string/>
44 </property>
45 <property name="openExternalLinks">
46 <bool>true</bool>
47 </property>
48 <property name="textInteractionFlags">
49 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
50 </property>
51 </widget>
52 </item>
53 </layout>
54 </item>
55 <item row="2" column="0" colspan="2">
56 <widget class="QDialogButtonBox" name="buttonBox">
57 <property name="orientation">
58 <enum>Qt::Horizontal</enum>
59 </property>
60 <property name="standardButtons">
61 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
62 </property>
63 </widget>
64 </item>
65 <item row="0" column="0" colspan="2">
66 <widget class="QTreeView" name="fileSetTree">
67 <property name="sizePolicy">
68 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
69 <horstretch>0</horstretch>
70 <verstretch>1</verstretch>
71 </sizepolicy>
72 </property>
73 <property name="textElideMode">
74 <enum>Qt::ElideLeft</enum>
75 </property>
76 <property name="rootIsDecorated">
77 <bool>false</bool>
78 </property>
79 <property name="uniformRowHeights">
80 <bool>true</bool>
81 </property>
82 <property name="itemsExpandable">
83 <bool>false</bool>
84 </property>
85 <property name="expandsOnDoubleClick">
86 <bool>false</bool>
87 </property>
88 </widget>
89 </item>
90 </layout>
91 </item>
92 </layout>
93 </widget>
94 <customwidgets>
95 <customwidget>
96 <class>ElidedLabel</class>
97 <extends>QLabel</extends>
98 <header>widgets/elided_label.h</header>
99 </customwidget>
100 </customwidgets>
101 <resources/>
102 <connections>
103 <connection>
104 <sender>buttonBox</sender>
105 <signal>accepted()</signal>
106 <receiver>FileSetDialog</receiver>
107 <slot>accept()</slot>
108 <hints>
109 <hint type="sourcelabel">
110 <x>248</x>
111 <y>254</y>
112 </hint>
113 <hint type="destinationlabel">
114 <x>157</x>
115 <y>274</y>
116 </hint>
117 </hints>
118 </connection>
119 <connection>
120 <sender>buttonBox</sender>
121 <signal>rejected()</signal>
122 <receiver>FileSetDialog</receiver>
123 <slot>reject()</slot>
124 <hints>
125 <hint type="sourcelabel">
126 <x>316</x>
127 <y>260</y>
128 </hint>
129 <hint type="destinationlabel">
130 <x>286</x>
131 <y>274</y>
132 </hint>
133 </hints>
134 </connection>
135 </connections>
136 </ui>