QToolButton Double click Implementation
-
wrote on 27 Feb 2020, 05:39 last edited by
Hi,
I would like to create doubleclick event for QToolbutton
I am completely new to QT
do you have any sample code IN the existing QToolbutton
single click is identified by QAction QToolbuttons are dynamic in my case -
Hi,
I would like to create doubleclick event for QToolbutton
I am completely new to QT
do you have any sample code IN the existing QToolbutton
single click is identified by QAction QToolbuttons are dynamic in my case -
wrote on 27 Feb 2020, 06:17 last edited by Anbarasan
Existing implementation is like QToolbuttons are dynamic and connected to QAction.
From QAction we are using sender() method to indentifying which Button was selected and used. so in that case will the above implementation works ? -
Existing implementation is like QToolbuttons are dynamic and connected to QAction.
From QAction we are using sender() method to indentifying which Button was selected and used. so in that case will the above implementation works ?@Anbarasan said in QToolButton Double click Implementation:
so in that case will the above implementation works ?
Why should it not work?
-
wrote on 27 Feb 2020, 06:38 last edited by
Is there a way to handle double click in QAction ?
QAction has triggered only... I want to use double click for that
-
@Anbarasan said in QToolButton Double click Implementation:
I want to use double click for that
You have to write it by your own.
6/6