You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the topic said, I was messing around the code to customize my progress bar. But when I try to change the X mark symbol or true mark symbol or super script symbol, it was never change. I even tried delete the whole line of getattr(self, '_'+str(x)).setText(u"<p align="center"><span style=" font-weight:600;"> ✘ <span style=" font-weight:600; vertical-align:super;"> "+str(x)+"
")
and run the program but still it function normally nothing has changed. So I would like to ask you if I can customize that part (warning, success, error) text. Thank you!!
ps. I'm newbie to this sorry for a lot of question lately :)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As the topic said, I was messing around the code to customize my progress bar. But when I try to change the X mark symbol or true mark symbol or super script symbol, it was never change. I even tried delete the whole line of getattr(self, '_'+str(x)).setText(u"<p align="center"><span style=" font-weight:600;"> ✘ <span style=" font-weight:600; vertical-align:super;"> "+str(x)+"
")and run the program but still it function normally nothing has changed. So I would like to ask you if I can customize that part (warning, success, error) text. Thank you!!
ps. I'm newbie to this sorry for a lot of question lately :)
Beta Was this translation helpful? Give feedback.
All reactions