Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 4.7.0
-
None
-
QtCreator 4.7, Qt 5.11.1 msvc 2015 32 bits
on windows 7 professional (and with no license)
running on a toshiba tecra S11-114
build with an I7@620M, a NVS 2100M, 4G of ram and crucial SSD of 256 Go in
Description
The message in English :
So I've done a custom task menu extension for my custom widget plugin for QtDesigner.
Here is my code (it is the constructor) :
RollingButtonTaskMenuExt::RollingButtonTaskMenuExt(RollingButton *widget, QObject *) : myRollingButton(widget) { editRollingButtonsAct = new QAction("Edit Rolling Buttons...", this); QObject::connect(editRollingButtonsAct, SIGNAL(triggered()), this, SLOT(launchEditRollingButtonsDialog())); }
and here is what shows QtCreator when proposing a QAction signal :
As you can see, it doesn't propose me the triggered signal of QAction.
In fact, it propose me all the member functions, attributes and other stuff of my class
RollingButtonTaskMenuExt, see below.
I hope this will help you fix it !!
And thanks you still for this beautiful Application !!!
I'm sorry for the bad english, this is not my native language.
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-20737 Autocompletion does not work in SIGNAL() and SLOT()
- Closed