Kerberos: add kerberos_inject_longterm_key() helper function
[wireshark-sm.git] / ui / qt / uat_frame.ui
bloba49fc29c05150820693412671e7c3f2e2eb85c3f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>UatFrame</class>
4 <widget class="QFrame" name="UatFrame">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>513</width>
10 <height>397</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Frame</string>
15 </property>
16 <property name="lineWidth">
17 <number>0</number>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="RowMoveTreeView" name="uatTreeView"/>
22 </item>
23 <item>
24 <widget class="QLabel" name="hintLabel">
25 <property name="styleSheet">
26 <string notr="true">QLabel { color: red; }</string>
27 </property>
28 <property name="text">
29 <string/>
30 </property>
31 <property name="textFormat">
32 <enum>Qt::RichText</enum>
33 </property>
34 <property name="wordWrap">
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0,0,0,1">
41 <item>
42 <widget class="StockIconToolButton" name="newToolButton">
43 <property name="toolTip">
44 <string>Create a new entry.</string>
45 </property>
46 <property name="text">
47 <string/>
48 </property>
49 </widget>
50 </item>
51 <item>
52 <widget class="StockIconToolButton" name="deleteToolButton">
53 <property name="enabled">
54 <bool>false</bool>
55 </property>
56 <property name="toolTip">
57 <string>Remove the selected entry(ies).</string>
58 </property>
59 </widget>
60 </item>
61 <item>
62 <widget class="StockIconToolButton" name="copyToolButton">
63 <property name="enabled">
64 <bool>false</bool>
65 </property>
66 <property name="toolTip">
67 <string>Copy the selected entry(ies).</string>
68 </property>
69 <property name="text">
70 <string/>
71 </property>
72 </widget>
73 </item>
74 <item>
75 <widget class="StockIconToolButton" name="moveUpToolButton">
76 <property name="toolTip">
77 <string>Move the selected entry(ies) up.</string>
78 </property>
79 <property name="text">
80 <string/>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <widget class="StockIconToolButton" name="moveDownToolButton">
86 <property name="toolTip">
87 <string>Move the selected entry(ies) down.</string>
88 </property>
89 <property name="text">
90 <string/>
91 </property>
92 </widget>
93 </item>
94 <item>
95 <widget class="StockIconToolButton" name="clearToolButton">
96 <property name="toolTip">
97 <string>Clear all entries.</string>
98 </property>
99 <property name="text">
100 <string/>
101 </property>
102 </widget>
103 </item>
104 <item>
105 <widget class="CopyFromProfileButton" name="copyFromProfileButton">
106 <property name="toolTip">
107 <string>Copy entries from another profile.</string>
108 </property>
109 <property name="text">
110 <string>Copy from</string>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <widget class="ElidedLabel" name="pathLabel">
116 <property name="sizePolicy">
117 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
118 <horstretch>1</horstretch>
119 <verstretch>0</verstretch>
120 </sizepolicy>
121 </property>
122 <property name="text">
123 <string/>
124 </property>
125 <property name="alignment">
126 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
127 </property>
128 <property name="openExternalLinks">
129 <bool>true</bool>
130 </property>
131 </widget>
132 </item>
133 </layout>
134 </item>
135 </layout>
136 </widget>
137 <customwidgets>
138 <customwidget>
139 <class>ElidedLabel</class>
140 <extends>QLabel</extends>
141 <header>widgets/elided_label.h</header>
142 </customwidget>
143 <customwidget>
144 <class>RowMoveTreeView</class>
145 <extends>QTreeView</extends>
146 <header>widgets/rowmove_tree_view.h</header>
147 </customwidget>
148 <customwidget>
149 <class>StockIconToolButton</class>
150 <extends>QToolButton</extends>
151 <header>widgets/stock_icon_tool_button.h</header>
152 </customwidget>
153 <customwidget>
154 <class>CopyFromProfileButton</class>
155 <extends>QPushButton</extends>
156 <header>widgets/copy_from_profile_button.h</header>
157 </customwidget>
158 </customwidgets>
159 <resources/>
160 <connections/>
161 </ui>