src/dialogs/colortoolbareditor.ui

changeset 1432
4cc687851fbb
equal deleted inserted replaced
1431:2e0e2c696605 1432:4cc687851fbb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ColorToolbarEditor</class>
4 <widget class="QWidget" name="ColorToolbarEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>713</width>
10 <height>478</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QGroupBox" name="groupBox_3">
19 <property name="whatsThis">
20 <string>Here you can alter the layout of the quick colors toolbar. Use the controls to add, remove or edit the colors used. You can also add separators in between colors.
21
22 Usually this contains MainColor, EdgeColor and some auxiliary colors used to group objects.</string>
23 </property>
24 <property name="title">
25 <string>Color Toolbar</string>
26 </property>
27 <layout class="QHBoxLayout" name="horizontalLayout_6">
28 <item>
29 <widget class="QListView" name="colorToolbarView">
30 <property name="verticalScrollBarPolicy">
31 <enum>Qt::ScrollBarAsNeeded</enum>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <layout class="QVBoxLayout" name="verticalLayout_5">
37 <item>
38 <widget class="QPushButton" name="quickColor_add">
39 <property name="text">
40 <string>Add Color</string>
41 </property>
42 <property name="icon">
43 <iconset resource="../../ldforge.qrc">
44 <normaloff>:/icons/palette.png</normaloff>:/icons/palette.png</iconset>
45 </property>
46 </widget>
47 </item>
48 <item>
49 <widget class="QPushButton" name="quickColor_addSep">
50 <property name="text">
51 <string>Add Separator</string>
52 </property>
53 </widget>
54 </item>
55 <item>
56 <widget class="QPushButton" name="quickColor_edit">
57 <property name="text">
58 <string>Edit</string>
59 </property>
60 <property name="icon">
61 <iconset resource="../../ldforge.qrc">
62 <normaloff>:/icons/mode-draw.png</normaloff>:/icons/mode-draw.png</iconset>
63 </property>
64 </widget>
65 </item>
66 <item>
67 <widget class="Line" name="line_2">
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
70 </property>
71 </widget>
72 </item>
73 <item>
74 <widget class="QPushButton" name="quickColor_moveUp">
75 <property name="text">
76 <string>Move Up</string>
77 </property>
78 <property name="icon">
79 <iconset resource="../../ldforge.qrc">
80 <normaloff>:/icons/arrow-up.png</normaloff>:/icons/arrow-up.png</iconset>
81 </property>
82 </widget>
83 </item>
84 <item>
85 <widget class="QPushButton" name="quickColor_moveDown">
86 <property name="text">
87 <string>Move Down</string>
88 </property>
89 <property name="icon">
90 <iconset resource="../../ldforge.qrc">
91 <normaloff>:/icons/arrow-down.png</normaloff>:/icons/arrow-down.png</iconset>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <widget class="Line" name="line">
97 <property name="orientation">
98 <enum>Qt::Horizontal</enum>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QPushButton" name="quickColor_remove">
104 <property name="text">
105 <string>Remove</string>
106 </property>
107 <property name="icon">
108 <iconset resource="../../ldforge.qrc">
109 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
110 </property>
111 </widget>
112 </item>
113 <item>
114 <widget class="QPushButton" name="quickColor_clear">
115 <property name="text">
116 <string>Clear List</string>
117 </property>
118 <property name="icon">
119 <iconset resource="../../ldforge.qrc">
120 <normaloff>:/icons/delete.png</normaloff>:/icons/delete.png</iconset>
121 </property>
122 </widget>
123 </item>
124 <item>
125 <spacer name="verticalSpacer_3">
126 <property name="orientation">
127 <enum>Qt::Vertical</enum>
128 </property>
129 <property name="sizeHint" stdset="0">
130 <size>
131 <width>20</width>
132 <height>40</height>
133 </size>
134 </property>
135 </spacer>
136 </item>
137 </layout>
138 </item>
139 </layout>
140 </widget>
141 </item>
142 </layout>
143 </widget>
144 <resources>
145 <include location="../../ldforge.qrc"/>
146 <include location="../../ldforge.qrc"/>
147 </resources>
148 <connections/>
149 </ui>

mercurial