File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 728
728
<file>themes/default/mIconAllRings.svg</file>
729
729
<file>themes/default/mIconExteriorRing.svg</file>
730
730
<file>themes/default/mIconInteriorRings.svg</file>
731
+ <file>themes/default/mIconFieldBool.svg</file>
731
732
</qresource>
732
733
<qresource prefix="/images/tips">
733
734
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Original file line number Diff line number Diff line change @@ -258,6 +258,9 @@ QIcon QgsFields::iconForField( int fieldIdx ) const
258
258
{
259
259
switch ( d->fields .at ( fieldIdx ).field .type () )
260
260
{
261
+ case QVariant::Bool:
262
+ return QgsApplication::getThemeIcon ( " /mIconFieldBool.svg" );
263
+
261
264
case QVariant::Int:
262
265
case QVariant::UInt:
263
266
case QVariant::LongLong:
You can’t perform that action at this time.
0 commit comments