QTimeEdit C++ delete padding

288 Views Asked by At

I want to delete an undesirable padding on a QTimeEdit widget. Here is an example of my problem.

enter image description here

1

There are 1 best solutions below

0
Super-intelligent Shade On BEST ANSWER

You can do this using setStyleSheet function.

See Customizing Qt Widgets Using Style Sheets for reference.