简体   繁体   中英

PyQt Hide QDialogs Inside of QTreeWidget

I have a QTreeWidget with QComboBoxes inside of it. I would like to be able to hide the combo boxes.

I am getting the QComboBox out of the tree using the itemWidget function. I have tried using setVisible(False) and hide() but neither work. Can anyone explain why this is the case and possibly offer a soultion?

I suspect it has something to do with the QTreeWidget or the QTreeWidgetItems controlling the visibility of its widgets.

您是否尝试过将QComboBoxes放在QWidget的布局中,然后将QWidget放在QTreeWidget中?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM