Top "Qtreewidget" questions

QTreeWidget is a class in Qt that provides a tree-like view of data.

How to resize columns in QTreeWidget to the minimum space required

I am a student programmer and I am using Qt to build a GUI interface for work. I have a …

c++ qt header qtreewidget
QTreeWidget right click menu

I looked around and it seems that the problem is present not only for tree widget but also for other …

qt popupmenu qtreewidget
Getting a QTreeWidgetItem List again from QTreeWidget

How do i do that? Actually my main goal is to get which checkbox in the QTreeWidget is checked. But …

c++ qt checkbox qtreewidget
PyQT QTreeWidget iterating

I have two columns in a QTreeWidget, one column represents a list of urls and the second represents results. I …

python pyqt qtreewidget
Multiple Selection QTreeWidget

Does anyone know if its possible to select multiple items on a QTreeWidget and how to go about enabling the …

select pyqt qlistwidget qtreewidget
How to create delegate for QTreeWidget?

Here is what I'm trying to do (all parents and children must have a close button on the right, in …

c++ qt delegates qt4 qtreewidget
How to automatically sort a QTreeWidget column?

I'm using a QTreeWidget to display some simple items. I've set the list sortable by .setSortingEnabled(true) calling. In this …

c++ qt sorting qtreewidget
How do I delete a top level QTreeWidgetItem from a QTreeWidget?

I'm attempting to remove a top level tree widget item if there are no child nodes within the top level …

c++ qt qtreewidget qtreewidgetitem
What is the method to set the text for a QTreeWidget's header?

I've checked the documentation here and I can't seem to find a method for setting the text of a QTreeWidget's …

c++ qt qtreewidget
Python PyQt5 QTreeWidget sub item

How to create sub item in the QTreeWidget? I was able to create top level items (listing below), but still …

python pyqt pyqt5 qtreewidget qtreewidgetitem