Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-20835

bug lors de de l'affichage des suggestions des SIGNALS d'une QAction*

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 4.7.0
    • C/C++/Obj-C++ Support
    • None
    • Windows

      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.

        1. image-2018-07-21-13-05-18-294.png
          image-2018-07-21-13-05-18-294.png
          98 kB
        2. image-2018-07-21-13-07-06-075.png
          image-2018-07-21-13-07-06-075.png
          110 kB
        3. test1.png
          test1.png
          98 kB
        4. test2.png
          test2.png
          110 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            yvvan Ivan Donchevskii
            scotthdev Scott
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes