Hi
I'm novice in Qt and I have some questions :
how can i use QTreeWidget on "file browser" ?
is there a right click signal on QTreeWidget ? >> i want use a contextual menu
thank you :)
Printable View
Hi
I'm novice in Qt and I have some questions :
how can i use QTreeWidget on "file browser" ?
is there a right click signal on QTreeWidget ? >> i want use a contextual menu
thank you :)
If u want to browse files, you can use QFileDialog class.
And every widget has QWidget::contextMenuEvent function which you can override to provide a context menu. You can do the same with QTreeWidget.
Hope this helps :)
Click on the link in the post.