Search code examples
qtautocompleteqt-creatorqt6

Qt Creator not sugggesting ui objects while typing


Qt Creator is not suggesting code for ui items.

For example:

  • ui->lineEdit
  • ui->pushButton

I reinstalled Qt several times and it didn't help.

I'm using Linux Ubuntu 22, Qt Creator 10, Qt 6.4.2.

Below is an example, when typing ui-> , there are no suggestions (drown down menu that suggests objects and methods).

enter image description here


Solution

  • Problem has been solved. Missing ui was due to a wrongly set project path. Pay attention to it. enter image description here