Uploaded image for project: 'Qt Visual Studio Tools'
  1. Qt Visual Studio Tools
  2. QTVSADDINBUG-1120

Missing code completion/code information after edit of .ui file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 3.0.1
    • General
    • None

    Description

      It looks like editing a .ui file in designer does not trigger and update of intellisense.

      Steps to reproduce:

      • Create new Qt widgets project
      • Open the .ui file and add a pushbutton named pushButton
      • in the project's cpp file (not main.cpp) try to use the newly added pushButton (ui.pushButton->)

      Expected result:

      • Code completion works and code using the new component is recognized by the editor. Compilation works

      Actual result:

      • No code completion. Wiggly red lines under parts that use the newly added component. Compilation works

      Attachments

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

        Activity

          People

            mecfc Miguel Costa
            owolff Oliver Wolff
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes