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

Implement slot from designer create function outside of the class namespace

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • Qt Creator 4.15.0-beta1
    • Qt Creator 2.5.0, Qt Creator 2.5.1, Qt Creator 2.5.2, Qt Creator 2.6.0, Qt Creator 2.7.0
    • C/C++/Obj-C++ Support
    • None
    • Debian 6.0 squeeze 32 bit big mem
    • 8dc4cb17c1708a39b4f513f0faa9f374ff9af067 (qt-creator/qt-creator/master)

      When you are in the designer and right click on a button and using "go to slot" function, if the target class is in namespace, the slot will be implement outside of it.

      sample of produce code:

      namespace Tata
      {
      Toto::Toto()
      {
      }
      }

      void Tata::Toto::on_buttontiti_clicked()
      {
      }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kandeler Christian Kandeler
            antares Hugo Lamarche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes