The Following User Says Thank You to Markkyboy For This Useful Post: | ||
![]() |
2017-08-20
, 13:04
|
|
Posts: 6,436 |
Thanked: 12,701 times |
Joined on Nov 2011
@ Ängelholm, Sweden
|
#2
|
text: 'Platform <b>%1</b>'.arg(model.platform || '-')
The Following User Says Thank You to coderus For This Useful Post: | ||
![]() |
2017-08-20
, 14:07
|
|
Posts: 433 |
Thanked: 727 times |
Joined on Oct 2012
@ Costa Blanca, Espaņa
|
#3
|
wtf is this ...
Code:text: 'Platform <b>%1</b>'.arg(model.platform || '-')
I would like the output of 'model.platform' to be displayed in bold font for easier viewing at a glance.
The code snippet as it stands;
I found it easy enough to make the label 'Platform' show in bold by simply adding "<b>Platform</b>", but this doesn't apply with 'model.platform', how to proceed?
Thanks,
..oO(Don't just sit there standing around, pick up a shovel and sweep up!)Oo..