Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.0.0-rc1
-
Ubuntu 12.04 32bit, Qt Creator 3.0 based on Qt 5.2
-
51d91a6075164f4168c06db3e53fc04e1dd3eb8e
Description
Steps to reproduce:
- create a Qt Widget Application from New Project wizard
- open the ui file (Designer)
- drag a QPushButton into the main window
- switch back to mainwindow.cpp
- go to constructor of MainWindow, eol of 'ui->setupUi(this);' and hit return
- type
ui.
Current behavior:
- no auto completion for added objects ('pushButton' is missing) - applies for all other objects dragged into mainwindow as well
Note: former version(s) of Creator supported the auto completion for objects that have been added to the ui file via the Designer, seems to be a regression from Creator 2.8