|
1 <ui version="4.0" > |
|
2 <class>QtGradientView</class> |
|
3 <widget class="QWidget" name="QtGradientView" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>484</width> |
|
9 <height>228</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Gradient View</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" > |
|
16 <property name="leftMargin" > |
|
17 <number>0</number> |
|
18 </property> |
|
19 <property name="topMargin" > |
|
20 <number>0</number> |
|
21 </property> |
|
22 <property name="rightMargin" > |
|
23 <number>0</number> |
|
24 </property> |
|
25 <property name="bottomMargin" > |
|
26 <number>0</number> |
|
27 </property> |
|
28 <item> |
|
29 <layout class="QHBoxLayout" > |
|
30 <item> |
|
31 <widget class="QToolButton" name="newButton" > |
|
32 <property name="sizePolicy" > |
|
33 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
|
34 <horstretch>0</horstretch> |
|
35 <verstretch>0</verstretch> |
|
36 </sizepolicy> |
|
37 </property> |
|
38 <property name="text" > |
|
39 <string>New...</string> |
|
40 </property> |
|
41 <property name="toolButtonStyle" > |
|
42 <enum>Qt::ToolButtonTextBesideIcon</enum> |
|
43 </property> |
|
44 <property name="autoRaise" > |
|
45 <bool>true</bool> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 <item> |
|
50 <widget class="QToolButton" name="editButton" > |
|
51 <property name="sizePolicy" > |
|
52 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
|
53 <horstretch>0</horstretch> |
|
54 <verstretch>0</verstretch> |
|
55 </sizepolicy> |
|
56 </property> |
|
57 <property name="text" > |
|
58 <string>Edit...</string> |
|
59 </property> |
|
60 <property name="toolButtonStyle" > |
|
61 <enum>Qt::ToolButtonTextBesideIcon</enum> |
|
62 </property> |
|
63 <property name="autoRaise" > |
|
64 <bool>true</bool> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 <item> |
|
69 <widget class="QToolButton" name="renameButton" > |
|
70 <property name="sizePolicy" > |
|
71 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
|
72 <horstretch>0</horstretch> |
|
73 <verstretch>0</verstretch> |
|
74 </sizepolicy> |
|
75 </property> |
|
76 <property name="text" > |
|
77 <string>Rename</string> |
|
78 </property> |
|
79 <property name="toolButtonStyle" > |
|
80 <enum>Qt::ToolButtonTextBesideIcon</enum> |
|
81 </property> |
|
82 <property name="autoRaise" > |
|
83 <bool>true</bool> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item> |
|
88 <widget class="QToolButton" name="removeButton" > |
|
89 <property name="sizePolicy" > |
|
90 <sizepolicy vsizetype="Minimum" hsizetype="Minimum" > |
|
91 <horstretch>0</horstretch> |
|
92 <verstretch>0</verstretch> |
|
93 </sizepolicy> |
|
94 </property> |
|
95 <property name="text" > |
|
96 <string>Remove</string> |
|
97 </property> |
|
98 <property name="toolButtonStyle" > |
|
99 <enum>Qt::ToolButtonTextBesideIcon</enum> |
|
100 </property> |
|
101 <property name="autoRaise" > |
|
102 <bool>true</bool> |
|
103 </property> |
|
104 </widget> |
|
105 </item> |
|
106 <item> |
|
107 <spacer> |
|
108 <property name="orientation" > |
|
109 <enum>Qt::Horizontal</enum> |
|
110 </property> |
|
111 <property name="sizeHint" stdset="0" > |
|
112 <size> |
|
113 <width>71</width> |
|
114 <height>26</height> |
|
115 </size> |
|
116 </property> |
|
117 </spacer> |
|
118 </item> |
|
119 </layout> |
|
120 </item> |
|
121 <item> |
|
122 <widget class="QListWidget" name="listWidget" /> |
|
123 </item> |
|
124 </layout> |
|
125 </widget> |
|
126 <tabstops> |
|
127 <tabstop>listWidget</tabstop> |
|
128 <tabstop>newButton</tabstop> |
|
129 <tabstop>editButton</tabstop> |
|
130 <tabstop>renameButton</tabstop> |
|
131 <tabstop>removeButton</tabstop> |
|
132 </tabstops> |
|
133 <resources/> |
|
134 <connections/> |
|
135 </ui> |