Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Why the tip of content of SIGNAL is dispeared in Qt Creator 4.11 and 4.12.
QtWS25 Last Chance

Why the tip of content of SIGNAL is dispeared in Qt Creator 4.11 and 4.12.

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
5 Posts 2 Posters 338 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sonicss
    wrote on last edited by
    #1

    In Qt Creator 4.11 and 4.12, when type connect(timer, SIGNAL(timeout()), this, SLOT(onTimeOut()).

    the timeout() can't popup when SIGNAL is finished. But the version below 4.6 of Qt Creator, It 's ok.

    Is it a bug in new version of Qt Creator or somewhere I should to set?

    JonBJ 1 Reply Last reply
    0
    • S sonicss

      In Qt Creator 4.11 and 4.12, when type connect(timer, SIGNAL(timeout()), this, SLOT(onTimeOut()).

      the timeout() can't popup when SIGNAL is finished. But the version below 4.6 of Qt Creator, It 's ok.

      Is it a bug in new version of Qt Creator or somewhere I should to set?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @sonicss
      Maybe support for old-style has ceased, I don't know. But if you are still developing, why not do yourself a favor and change over to new-style signal/slot syntax?

      S 2 Replies Last reply
      1
      • JonBJ JonB

        @sonicss
        Maybe support for old-style has ceased, I don't know. But if you are still developing, why not do yourself a favor and change over to new-style signal/slot syntax?

        S Offline
        S Offline
        sonicss
        wrote on last edited by
        #3

        @JonB said in Why the tip of content of SIGNAL is dispeared in Qt Creator 4.11 and 4.12.:

        ceased

        Thank you very much, I don't know the change of SIGNAL/SLOT syntax.

        1 Reply Last reply
        0
        • JonBJ JonB

          @sonicss
          Maybe support for old-style has ceased, I don't know. But if you are still developing, why not do yourself a favor and change over to new-style signal/slot syntax?

          S Offline
          S Offline
          sonicss
          wrote on last edited by sonicss
          #4

          @JonB I got a way to solve this problem, I think maybe it's bug of Clang code model.

          But I will use the new signal/slot syntax in the feature.

          disable the ClangCodModel, the tip of old signal/slot syntas will popup.

          Help->About plugin, uncheck ClangCodModel

          clangcodemodel.png

          JonBJ 1 Reply Last reply
          0
          • S sonicss

            @JonB I got a way to solve this problem, I think maybe it's bug of Clang code model.

            But I will use the new signal/slot syntax in the feature.

            disable the ClangCodModel, the tip of old signal/slot syntas will popup.

            Help->About plugin, uncheck ClangCodModel

            clangcodemodel.png

            JonBJ Offline
            JonBJ Offline
            JonB
            wrote on last edited by
            #5

            @sonicss said in Why the tip of content of SIGNAL is dispeared in Qt Creator 4.11 and 4.12.:

            But I will use the new signal/slot syntax in the feature.

            Glad you solved. But have a read of:
            https://wiki.qt.io/New_Signal_Slot_Syntax
            https://doc.qt.io/qt-5/signalsandslots.html

            Use these from now on.

            1 Reply Last reply
            1

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved