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 332 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.
  • A Offline
    A Offline
    Anonymous_Banned275
    wrote on 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...

    Axel SpoerlA 1 Reply Last reply
    0
    • Christian EhrlicherC Christian Ehrlicher moved this topic from General and Desktop on
    • A Anonymous_Banned275

      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...

      Axel SpoerlA Offline
      Axel SpoerlA Offline
      Axel Spoerl
      Moderators
      wrote on 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

      • Login

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