Hi everyone!
I use QDateEdit with CalendarPopup.
When I try to style it, I use this:
@QDateEdit::drop-down {subcontrol-origin: padding; subcontrol-position: top right; width: 300px; background: black;}@
Question: the background color is working perfectly... why "width" option doesn't do anything?