1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>UatFrame
</class>
4 <widget class=
"QFrame" name=
"UatFrame">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Frame
</string>
16 <property name=
"lineWidth">
19 <layout class=
"QVBoxLayout" name=
"verticalLayout">
21 <widget class=
"RowMoveTreeView" name=
"uatTreeView"/>
24 <widget class=
"QLabel" name=
"hintLabel">
25 <property name=
"styleSheet">
26 <string notr=
"true">QLabel { color: red; }
</string>
28 <property name=
"text">
31 <property name=
"textFormat">
32 <enum>Qt::RichText
</enum>
34 <property name=
"wordWrap">
40 <layout class=
"QHBoxLayout" name=
"horizontalLayout" stretch=
"0,0,0,0,0,0,0,1">
42 <widget class=
"StockIconToolButton" name=
"newToolButton">
43 <property name=
"toolTip">
44 <string>Create a new entry.
</string>
46 <property name=
"text">
52 <widget class=
"StockIconToolButton" name=
"deleteToolButton">
53 <property name=
"enabled">
56 <property name=
"toolTip">
57 <string>Remove the selected entry(ies).
</string>
62 <widget class=
"StockIconToolButton" name=
"copyToolButton">
63 <property name=
"enabled">
66 <property name=
"toolTip">
67 <string>Copy the selected entry(ies).
</string>
69 <property name=
"text">
75 <widget class=
"StockIconToolButton" name=
"moveUpToolButton">
76 <property name=
"toolTip">
77 <string>Move the selected entry(ies) up.
</string>
79 <property name=
"text">
85 <widget class=
"StockIconToolButton" name=
"moveDownToolButton">
86 <property name=
"toolTip">
87 <string>Move the selected entry(ies) down.
</string>
89 <property name=
"text">
95 <widget class=
"StockIconToolButton" name=
"clearToolButton">
96 <property name=
"toolTip">
97 <string>Clear all entries.
</string>
99 <property name=
"text">
105 <widget class=
"CopyFromProfileButton" name=
"copyFromProfileButton">
106 <property name=
"toolTip">
107 <string>Copy entries from another profile.
</string>
109 <property name=
"text">
110 <string>Copy from
</string>
115 <widget class=
"ElidedLabel" name=
"pathLabel">
116 <property name=
"sizePolicy">
117 <sizepolicy hsizetype=
"Expanding" vsizetype=
"Preferred">
118 <horstretch>1</horstretch>
119 <verstretch>0</verstretch>
122 <property name=
"text">
125 <property name=
"alignment">
126 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
128 <property name=
"openExternalLinks">
139 <class>ElidedLabel
</class>
140 <extends>QLabel
</extends>
141 <header>widgets/elided_label.h
</header>
144 <class>RowMoveTreeView
</class>
145 <extends>QTreeView
</extends>
146 <header>widgets/rowmove_tree_view.h
</header>
149 <class>StockIconToolButton
</class>
150 <extends>QToolButton
</extends>
151 <header>widgets/stock_icon_tool_button.h
</header>
154 <class>CopyFromProfileButton
</class>
155 <extends>QPushButton
</extends>
156 <header>widgets/copy_from_profile_button.h
</header>