File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 77
77
<layout class =" QHBoxLayout" name =" horizontalLayout_2" >
78
78
<item >
79
79
<widget class =" QToolButton" name =" btnAddClass" >
80
+ <property name =" toolTip" >
81
+ <string >Add a class</string >
82
+ </property >
80
83
<property name =" text" >
81
- <string >Add</string >
84
+ <string >...</string >
85
+ </property >
86
+ <property name =" icon" >
87
+ <iconset resource =" ../../images/images.qrc" >
88
+ <normaloff >:/images/themes/default/symbologyAdd.svg</normaloff >:/images/themes/default/symbologyAdd.svg</iconset >
82
89
</property >
83
90
</widget >
84
91
</item >
85
92
<item >
86
93
<widget class =" QToolButton" name =" btnRemoveClass" >
94
+ <property name =" toolTip" >
95
+ <string >Remove selected class</string >
96
+ </property >
87
97
<property name =" text" >
88
- <string >Remove</string >
98
+ <string >...</string >
99
+ </property >
100
+ <property name =" icon" >
101
+ <iconset resource =" ../../images/images.qrc" >
102
+ <normaloff >:/images/themes/default/symbologyRemove.svg</normaloff >:/images/themes/default/symbologyRemove.svg</iconset >
89
103
</property >
90
104
</widget >
91
105
</item >
174
188
<tabstop >cboAlignSymbols</tabstop >
175
189
<tabstop >viewLayerTree</tabstop >
176
190
</tabstops >
177
- <resources />
191
+ <resources >
192
+ <include location =" ../../images/images.qrc" />
193
+ </resources >
178
194
<connections />
179
195
</ui >
You can’t perform that action at this time.
0 commit comments