Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Event list of the selected widget in Qt Creator editor?
Forum Updated to NodeBB v4.3 + New Features

Event list of the selected widget in Qt Creator editor?

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 800 Views 2 Watching
  • 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.
  • MucipM Offline
    MucipM Offline
    Mucip
    wrote on last edited by
    #1

    Hi,
    There is event list table of the selected witget in Visual Studio?! But I can not see this in Qt Creator.
    For example if you select button then you can see all events like onPress, OnMove, onRelase. And ıf you write some code then you can see this in BOLD in this event list.

    I can see all events in Qt when I press right button of the mouse on witget "Go to slot". But I can not realize if I wrote some code in the stot?! I can not realize if I create slot?!...

    Regards,
    Mucip:)

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Nope as far as i know, the Goto Slot do not show already overwritten
      slots.

      But the auto connect features is not solid enough anyway to be used in production code.
      I can only suggest manually connecting the slots using the new Qt5 syntax as that give
      compile time error if connection do not work.

      The auto connect feature ( Goto slot ) is very easy to break as one rename of widget
      or function and it stops working.

      1 Reply Last reply
      0
      • MucipM Offline
        MucipM Offline
        Mucip
        wrote on last edited by
        #3

        Hi,
        This is really big leak unfortunatelly. :(
        I hope Qt can solve this in the near future.

        Regards,
        Mucip:)

        1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          By leak i assume you mean lack or missing feature.
          And yes, i also dream of it would generate the new syntax automatically :)

          MucipM 1 Reply Last reply
          1
          • mrjjM mrjj

            Hi
            By leak i assume you mean lack or missing feature.
            And yes, i also dream of it would generate the new syntax automatically :)

            MucipM Offline
            MucipM Offline
            Mucip
            wrote on last edited by
            #5

            Hi @mrjj,
            Yes... :) It would be lack... :))

            I hope Qt guys will solve this as soon as possible... :) Because this is very important feature.

            Regards,
            Mucip:)

            1 Reply Last reply
            0

            • Login

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