PDA

View Full Version : How to add pull down list inside a button



lamarts
16th August 2017, 00:42
How can I create a button with pull down list inside of button

Examples:

12555

12556

clicking on the arrow -> accesses the pull down list

Thanks,

Lamar

high_flyer
16th August 2017, 11:13
Its not a button with a pull down list its a pull down list which is styled.
You can either implement a style on a regular QComboBox or subclass it and override its paintEvent().