Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 4.15.1, Qt Creator 5.0.0-rc1
-
Ubuntu 20.04 LTS, Windows 10
Qt 5.15.2, Qt 6.2.0 beta1
Description
- Create a new CMake-based Qt Widget Application project using Creator's wizard.
- Press Ctrl+R.
The project will be compiled and started. - Close the started Widget Application.
- Double-click the project's .ui file in Projects view.
The file will be opened in Creator's integrated Widget designer. - Drag a widget into the window preview.
I used a Check Box. - Press Ctrl+R.
Creator will ask whether changed files should be saved. - Click "Save All"
The project will be compiled and started. It does not contain the widget from step 5. - Close the started Widget Application.
- Press Ctrl+R.
The project will be compiled and started. Now it contains the widget from step 5.
The compilation after step 7 is insufficient. It should update the project to contain the added widget.