Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-4517

Take file from current project into account

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • QDS 2.2 Beta1
    • None
    • All Other Issues
    • None
    • QDS 2D - 2021 Week 24/25

    Description

      When generating the .qrc files the files from the current project should be taken into account.

      Utils::FilePaths Project::files(const NodeMatcher &matcher) const;

      You can use Project::AllFiles

      auto currentProject = ProjectExplorer::SessionManager::startupProject();
      currentProject->files(Project::AllFiles);

      This should return all files from the project.

      By default, only files from the project should be checked.

      Certain files can be always hidden in the table and can be always ignored:
      *.qmlproject, .pro, .pri, .qtds. user *

      So instead of checking all files by default, only 'project files' should be checked in the table.

      Attachments

        Issue Links

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

          Activity

            People

              pekaikko Pekka Kaikkonen
              thohartm Thomas Hartmann
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes