Thursday, August 28th 2008, 5:12pm UTC+1

You are not logged in.

  • Login
  • Register

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