QTimeEdit C++ delete padding

266 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
On BEST ANSWER

You can do this using setStyleSheet function.

See Customizing Qt Widgets Using Style Sheets for reference.