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