python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
QTreeWidget Item disable text underline when selection is cleared
I am trying to disable the remaining item text underline that shows up when deselecting an item from a QTreeWidget.
setFocusPolity(Qt::NoFocus);
does what I need but it disables keyboard arrow navig...

Ony10
Votes: 0
Answers: 0
Trying to get full file path from the currently selected file in QtreeView
I am trying to get the currently selected file in Qtreeview without utilizing an event/callback related to Qtreeview itself. So far I have only been able to get the filename but not the path.
self.tr...
ScottCov
Votes: 0
Answers: 1
Trying to pass the path of the clicked file to loadExcelData...Anyone have any ideas
Here is the issue. Disregarding my inital question for now regarding passing the path, I just filled in the path for function loadExcelData 'C:\Query1.xlsx' directly. The issue is I can only get Query...
ScottCov
Votes: 0
Answers: 2
Pass QTreeView to qml window
I would like to display a QTreeView object created in c++ in my qml window. What is the best way to archive it ?
I tried to register QTreeView as a custom qml type but it does an error at runtime.

Florian K
Votes: 0
Answers: 1