Tagged Questions
The qtreewidget tag has no wiki summary.
6
votes
1answer
2k views
Slow selection in QTreeView, why?
I've recently hit a wall in a project I'm working on which uses PyQt. I have a QTreeView hooked up to a QAbstractItemModel which typically has thousands of nodes in it. So far, it works alright, but I ...
3
votes
2answers
912 views
Invoking context menu in QTreeWidget
I would like to popup a menu, when user clicks on an object in QTreeWidgetItem. I though about catching signal contextMenuRequested from QWidget and then retrieving index from the view using itemAt. ...
2
votes
2answers
84 views
Qt widget resizes to width=256, while it shouldn't
Form setup:
QSplitter (highlighted on the image) that contains QTreeWidget (left) and QTableWidget (right):
Non-default properties of these two widgets within QSplitter:
QTreeWidget
minimumSize ...
2
votes
2answers
68 views
Synchronized Qt TreeWidgets
I'm new to Python and PyQt. What is the best way to keep 4 QtTreeWidgets synchronized so that the items are the same as well as all the attributes of all the items? These widgets appear in different ...
2
votes
3answers
113 views
How do I know if my Widget is obscured by another application or visible to the user?
Create a new widget, show it, and hide it behind another application.
Is there a way to find out if the widget is visible to the user?
For example, if you have two applications running and ...
2
votes
1answer
362 views
Multiple Selection QTreeWidget
Does anyone know if its possible to select multiple items on a QTreeWidget and how to go about enabling the multiple selection?
All the items I want to be selectable are top level QTreeWidgetItems ...
2
votes
1answer
515 views
stable sorting QTreeWidgetItems in QTreeWidget?
I have a list of QTreeWidgetItems (with children) in a QTreeWidget. I do not use a model for my data.
From another window in my application the user can navigate thru the same set of data (viewed ...
2
votes
1answer
586 views
Raise and lower QTreeWidgetItem in a QTreeWidget?
Question says it all how do you raise and lower [change the positions of ] QTreeWidgetItems in a QtreeWidget ,
2
votes
2answers
1k views
Automatically sorting on insert in QTreeWidget
I have a QTreeWidget that I insert items in, and the user can select a column to sort it. As the items are being inserted, they just get appended to the end instead of having the sort being done ...
2
votes
3answers
1k views
Is it possible to sort numbers in a QTreeWidget column?
I have a QTreeWidget with a column filled with some numbers, how can I sort them?
If I use setSortingEnabled(true); I can sort correctly only strings, so my column is sorted:
1
10
100
2
...
1
vote
1answer
81 views
PyQt QTreeWidget.clear() causes crash
I've got python 2.5 and PyQt 4.8.6 installed. Os - Windows Xp Sp2. I use the following code to fill TreeWidget:
def updateTreeWidget(self, widget, results):
""" Updates the widget with given ...
1
vote
1answer
46 views
PyQt4 : Determine click on blank area of QTreeWidget
I made a tree structure with QTreeWidget, and it works well.
But, I have a problem with that.
Commonly, with tree structure if I want to deselect all, I click on blank area of tree area.
QTreeWidget ...
1
vote
0answers
92 views
Painting a QTreeView - but with headers
I'm writing a QAbstractItemDelegate that renders arbitrary QWidgets (using Jambi, not that this matters). When my delegate tries to render a QTreeView (by calling paint) the data of the treeview is ...
1
vote
1answer
85 views
QTreeWidget and PyQt: Methods to save and read data back in from file
I'm working on a project that contains a QTreeWidget. This widget will have Parent nodes with childs nodes and or other siblings nodes. Attached to each node will be a unique ID in the form of an ...
1
vote
1answer
83 views
QTreeWidget selected click edition and double click
I have a QTreeWidget for which I want double click to open a specific thing and single click to start renaming of the item, but I don’t want both actions to happen when I double click. Right now when ...
1
vote
1answer
107 views
Disabled checkbox for QTreeWidget
Does anyone know how to make an uneditable checkbox ina QTreeWidgetItem but keep the QTreeWidgetItem selectable?
1
vote
3answers
696 views
HowTo create delegate for QTreeWidget?
Here is what i'm trying to do (all parents and childs must have CLOSE button from the right, in future just hovered item will be able to show CLOSE button):
My delegate code:
class CloseButton : ...
1
vote
0answers
218 views
pyqt linux QListWidget with drag and drop of custom widget disappears
I am trying to implement a custom QListWidget to handle with custom data. I already found out how to display custom widgets in a QListWidget.
But when you drag and drop an item, the item disappears. ...
1
vote
0answers
283 views
QTreeWidget with multiple columns limits number of child items
Could anyone help me understand the following behaviour? If I run this PyQt script I can generate a simple window with a QTreeView with multiple child items:
import sys
from PyQt4.QtGui import ...
1
vote
1answer
670 views
Python PYQT QTreeWidgetItem selected cell
I have QTreeWidget like this : http://img689.imageshack.us/img689/5207/pythoni.jpg
What should i do to get value from selected row and filename column ?
I have current selected item
item = ...
1
vote
1answer
302 views
Directory tree in a QTreeWidget
I'm using zipfile and tarfile Python modules to open, extract and compress archives.
I need to display the archive structure in a QTreeWidget, and I don't know how to go on. To get the infos I use the ...
1
vote
1answer
594 views
QTreeWidget activate item signals
I need to do some actions when item in QTreeWidget activates, but following code doestn't gives me expected result:
class MyWidget(QTreeWidget):
def __init__(self, parent=None):
...
1
vote
2answers
967 views
pyqt QTreeWidget setItemWidget dissapears after drag/drop
I'm trying to keep a widget put into a QTreeWidgetItem after a reparent (drag and drop) using QTreeWidget.setItemWidget()
But the result, if you compile the following code - is that the widget inside ...
1
vote
2answers
684 views
Individual QTreeWidgetItem indentation
Is it possible to have individual indentation of items in a QTreeWidget?
In specific, I have have a column containing both text, icon and for some of them a CheckBox. The items without a CheckBox ...
1
vote
1answer
323 views
Qt QTreeWidget preserve sort
How do you implement a preserve sort in a Qt QTreeWidget? I.e. I would like the previous order of the tree preserved as much as possible. This allows the user to do something like click the "Name" ...
1
vote
2answers
3k views
Removing rows from QTreeWidget (qt programming)
what's the best way to remove a row (QTreeWidgetItem) from a QTreeWidget?
The QTreeWidget content has been set by:
myQTreeWidget->insertTopLevelItems(0, items); // items = ...
1
vote
1answer
869 views
Problem with QVariant/QTreeWidgetItem/iterator on qt4.4.3
In my qt app I have this object, filled before setting up my QTreeWidget's content:
QList<QTreeWidgetItem*> items;
I fill the QList by this way:
QVariant qv; // I need this for ...
1
vote
1answer
1k views
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 way, the list is sorted only when the user press the title column, and not ...
0
votes
1answer
20 views
Why is there a 1 at the top of a QTreeWidget?
There is a 1 at the top of a QtreeWidget. How do i fix it?
0
votes
1answer
14 views
QTreeWidget Passing multiple Items (more then one selection) through a function
I am a student programmer using Qt to build a GUI for work. I have ran into an issue; more or less and inconvience of sorts wiith multiple selections in the QTreeWidget. My GUI has a main interface ...
0
votes
1answer
28 views
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 QTreeWidget that has a total of 8 Columns. The input that needs to be entered into each one of these columns is ...
0
votes
1answer
23 views
QTreeWidget::currentItem What returns when there is nothing selected?
I am a student programmer using Qt to develop a GUI application. I am using a QTreeWidget to display some properties stored in a vector. In the same window I have the buttons edit, copy, and delete. ...
0
votes
1answer
43 views
QTreeWidgetItem: How can I get the selected item?
I am currently a student programmer using Qt to build a GUI inteface at work and I am currently running into a problem finding a solution in the Qt Documentation On the QTreeWidgetItem. I currently ...
0
votes
1answer
30 views
PyQT QTreeWidget iterating
i have two columns in QTreeWidget, one column represents 'list of urls' and the second represents 'results'. I have loaded list of urls in first column now i want iterate this list and during the ...
0
votes
1answer
64 views
Iterating through QTreeWidget Nodes
As I posted several times over the past few months, I'm writing a journal/diary application in Qt. Entries are sorted in a QTreeWidget by year, month, day, and entry (default config that sorts entries ...
0
votes
2answers
54 views
Create Custom Qt Widget or Implement an existing widget?
So I'm trying to work out how to design my wire-frame. It is essentially just two QScrollAreas, one above another, with a header (and button inside the header) for each.
Inside one design of the ...
0
votes
1answer
51 views
How to simulate a QTreeWidget itemClicked signal without making a derived class?
I am unable to find a proper simulation for ItemClicked() SIGNAL for QTreeWidget.
Is there a way to simulate it so that ItemClicked Signal is generated ?
e.g: we can emit ItemClicked in a derived ...
0
votes
1answer
73 views
QTreeWidget changes row height automatically
after loading a file into my QTreeWidget, the rows are growing higher than bevor.
How can I avoid this behavior?
Here is my application:
The bottom QTreeWidget has the same settings as the one ...
0
votes
1answer
126 views
HowTo draw QTreeWidgetItem with different style?
Here is the main problem: I'm using QTreeWidget class as a main tree, which must show me this tree structure:
[Today]
[Row1]
[Row2]
[SubRow21]
[SubRow22]
[Row3]
[Yesterday]
...
0
votes
3answers
129 views
How to repace an element in a Qt tree widget?
I have a Qt application that contains a QTreeWidget.
I want to replace one of the items.
I have a pointer:
QTreeWidgetItem *elementToSubstitute;
and a function that returns a QTreeWidgetItem*.
I ...
0
votes
1answer
52 views
Suppress PyQt event temporarily?
I'm populating a branch of a QTreeWidget and then setting the expanded attribute on the parent of the branch to true. The itemExpanded signal fires in response, which is not what I want. Is there a ...
0
votes
0answers
311 views
Intermixed parent and child nodes using QTreeWidget (Qt4) and drag'n'drop
I am using a QTreeWidget to display a tree of parent nodes with their leave
nodes. Each parent can have various leaf nodes but leaf nodes should have no
childs. The user should be able to move leaves ...
0
votes
0answers
79 views
QTreeWidget.setColumnCount( 0 ) makes my program crash
I have an application with a QTreeWidget in which I'm presenting several columns. I have different modes and everytime I change the mode I need to change the columns displayed. To change the columns ...
0
votes
1answer
134 views
Application crashes when clearing the QTreeWidget
My application is crashing with a BAD_ACCESS when quitting and when clearing the QTreeWidget.
This is how I'm populating the first level of the tree:
std::set<UrlItem>::iterator i;
for(i = ...
0
votes
0answers
267 views
QTreeWidget removeItemWidget() removes a row! (maybe a bug)
I have a QTreeWidget with some "cells" populated with a widget via setItemWidget(item, col, myWidget)
I want to "update" the row by first removing the itemWidgets and then repopulating. However the ...
0
votes
0answers
238 views
How-to add QTreeWidgetItem to column xy
to the problem. I need for example 4 TopLevelItems with 8 columns. In every column of the TopLevelItem is a QTreeWidgetItem. If you now expand one of the TopLevelItems, then the children of the ...
0
votes
1answer
456 views
QTreeWidget for Projects
Well. I'm working on an IDE. Some of you maybe saw a post about it.
Well, i have no clue of how QTreeWidget & QtreeWidgetItem works since can't find a demo and the documentation doesn't help.
...
0
votes
1answer
199 views
one type of file format in QTreeView
Is it possible to set only one file format visible to the user?
I'm searching it in documentation, but I can't find it...
If not, which other widget you are suggesting to use?
0
votes
1answer
310 views
QTreeWidget expanded columns
If I double-click between two headers the tree expands (or fits I don't know) columns.
How can I do that programmatically? I searched PyQt docs but I didn't find a method or a slot that can do that.
...
0
votes
2answers
430 views
QTreeWidget : disable a line but not the subtree
I use a QTreeWidget that shows a file listing so that a user can copy files to a directory.
I want to disallow the user to copy the files to the same directory.
Thus, I want to disable just one line ...