Notifications
Clear all
[Closed] PySide equivalent to dropdownlist and listbox
Mar 15, 2017 4:54 pm
Hi,
So like you see in the title. What are the equivalents to dropdownlist and listbox? I can’t find anything here https://srinikom.github.io/pyside-docs/search.html?q=QPushButton&check_keywords=yes&area=default
2 Replies
Mar 15, 2017 4:54 pm
Isn’t it the PySide.QtGui.QComboBox for the dropDown List?
[Edit]: for ListBox I think it’s PySide.QtGui.QListWidget
Mar 15, 2017 4:54 pm
Thank you. Yes it is! And I think QListWidget is good for listbox as well
Im new to PySide so Im not sure how to even look through the help