Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-28033

incorrectly attaches generated qrc files, that is, adds a suffix, not a prefix

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • Qt Creator 8.0.0
    • Python Support
    • None
    • windows 11
    • Windows

    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)

      Attachments

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

        Activity

          People

            davschul David Schulz
            blackmoon Marcin Chuć
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes