0

I'm unable to find the type of menu behaving like the one you can see on image below :

enter image description here

Thank you for your help

zeplaro
  • 25
  • 7
  • 3
    This widget does not exist by default, but could create it, are you using pyside? – eyllanesc Jul 23 '17 at 02:14
  • Ok. Yes I am using PySide – zeplaro Jul 23 '17 at 02:17
  • 1
    There is a similar question in [SO: How to make an expandable/collapsable section widget in QT](https://stackoverflow.com/q/32476006/7478597) though it is asked and answered in C++. The general concept is to have QCheckbox which shows/hide another widget (e.g. a QFrame). The rest is (hopefully) done by the Qt layout manager. To make it more stylish, you may change the look of the QCheckBox. – Scheff's Cat Jul 23 '17 at 08:35
  • Ok, thank you, I'll look into that :) – zeplaro Jul 23 '17 at 12:20

0 Answers0