View Single Post
Old 07-02-2019, 07:05 AM   #33
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 876
Karma: 3501146
Join Date: Jan 2017
Location: Poland
Device: Various
Thank you for this improvement.

One note:
The red color is probably not visible with the dark theme, because you can not add style only for current semantic element. It would be worth building a version and checking on a dark theme in Mojave.
Using the QSS style – the red color disappears.
The solution would be simply to add a checkmark suggested by BetterRed here.

Code:
QString added_checkmark = name + " ✓";
item->setText(added_checkmark);
Attached Thumbnails
Click image for larger version

Name:	add-semantic-checkmark.png
Views:	142
Size:	39.0 KB
ID:	172218  
BeckyEbook is online now   Reply With Quote