Adjusting only the PushButton font
- Posted by sergelli Oct 20, 2013
- 1261 views
I have a program with dozens of PushButton. To adjust the font of them, I have used the following line:
setFont ({BT01, BT02, BT03,... ...bt80}, "Courier New", 8, Bold)
I wonder if there is another way to adjust only all PushButtons font, while leaving unchanged the other controls.