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. InteliSense ahead ??

InteliSense ahead ??

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
2 Posts 2 Posters 217 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on 26 Apr 2024, 15:04 last edited by Anonymous_Banned275
    #1

    I find InteliSense very helpful, BUT...
    I am trying to build connect and AFTER InteliSense l me add my sender - it intimately compllains.

    So
    is my entry wrong and if so why it is "suggested " ?

    4f529112-6eb8-4860-b8a0-cab7ec2a1906-image.png

    PLEASE
    no (stupid) replies such as "nobody is perfect " save your time...

    A 1 Reply Last reply 26 Apr 2024, 17:01
    0
    • C Christian Ehrlicher moved this topic from General and Desktop on 26 Apr 2024, 16:32
    • A Anonymous_Banned275
      26 Apr 2024, 15:04

      I find InteliSense very helpful, BUT...
      I am trying to build connect and AFTER InteliSense l me add my sender - it intimately compllains.

      So
      is my entry wrong and if so why it is "suggested " ?

      4f529112-6eb8-4860-b8a0-cab7ec2a1906-image.png

      PLEASE
      no (stupid) replies such as "nobody is perfect " save your time...

      A Offline
      A Offline
      Axel Spoerl
      Moderators
      wrote on 26 Apr 2024, 17:01 last edited by Axel Spoerl
      #2

      @AnneRanch
      Intellisense makes a suggestion, if the given argument matches one of the possible signatures of the method, in this case QObject::connect().
      If m_mdiareawas a pointer to a QMdiArea, intellisense would offer you to select from 3 possible signatures to follow.
      There are two possible causes to arrive at the error message shown to you.
      a) m_mdiareaisn't a pointer.
      b) You have hit the comma and the following space for too long.

      Why your entry is "suggested", is probably autocompletion of a variable. As usual, you hide the most important information: What is m_mdiarea. Usually your problems are at the spots that you refuse to show.

      Software Engineer
      The Qt Company, Oslo

      1 Reply Last reply
      0

      1/2

      26 Apr 2024, 15:04

      • Login

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