Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
Qt Creator 8.0.0
-
None
-
windows 11
Description
I have created a pythonqt application project
I added a resource file
test.qrc
and the application window
mainwindow.ui
after building the application, I received the files:
rc_test.py
and
ui_mainwindow.py
the following file is imported in the ui_mainwindow.py file:
rest_rc.py
instead
rc_rest.py
manual replacement fixes the error, but reappears after the next UI compilation (build)