Friday, July 4th 2008, 11:28pm UTC+1

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

ajonesfl

Beginner

Posts: 7

Location: Florida

Occupation: developer

1

Monday, April 14th 2008, 11:17pm

QTreeWidget DoubleClick

I am trying to get the itemDoubleClick on the QTreeWidget to open a custom Dialog box. Does anyone know how to do that. Any advise would be appreciated. Thanks in Advance. I have had no success.
Adam Jones
  • Go to the top of the page

seguprasad

Trainee

Posts: 103

Location: INDIA

Occupation: Developer

2

Thursday, April 17th 2008, 12:14pm

You need to implement itemDoubleClicked() of QTreeWidget in your application.
-Segu,
  • Go to the top of the page

3

Thursday, April 17th 2008, 11:53pm

He rather needs to catch itemDoubleClicked ( QTreeWidgetItem*, int) signal.
  • Go to the top of the page

alokraj

Beginner

Posts: 12

Location: Bangalore

4

Wednesday, May 14th 2008, 2:37pm

RE: QTreeWidget DoubleClick

Correct catch the signal, and in slot call a "show" for the dialog to be shown.
definitely, before showing you have to fill in that dialogue class
Thanks!
Alok
  • Go to the top of the page

Rate this thread