"Update components" with multiple repositories
-
I am new to QT. I got a requirement where, When user select multiple repositories, User cannot see which artifact belongs to which repository when he/she downloads the artifacts with the "Update components" option. User must be able to see which artifacts in the list belongs to which repository. The artifacts from different repositories can have the same file name. Will it cause a problem when downloading ? I want to display the repository name in a column next to component name for each artifact. How can I achieve it?
-
I am new to QT. I got a requirement where, When user select multiple repositories, User cannot see which artifact belongs to which repository when he/she downloads the artifacts with the "Update components" option. User must be able to see which artifacts in the list belongs to which repository. The artifacts from different repositories can have the same file name. Will it cause a problem when downloading ? I want to display the repository name in a column next to component name for each artifact. How can I achieve it?
@user2301
repositories? artifact? of what? -
@user2301
repositories? artifact? of what?@raven-worx When I click on settings button in installer, I can navigate to Repositories tab. A list of repostories is enabled in the checkbox. Each repositories contains a list of zip files. When I click on Update Components in the Introduction/Main page, the list of zip files are displayed. I want to add one more column where it shows the repository name belonging to that particular zip file.
-
@user2301
repositories? artifact? of what?@raven-worx I want to add a new column next to component name, called "Repository Name". This column would show from which repository these components are from.
-
Hi
So its about Qt Installer Framework ? -
@mrjj Yes. How can I add an entry to display remote repositories name while updaing components?
-
@mrjj Yes. How can I add an entry to display remote repositories name while updaing components?
@user2301 have you checked the documentation about Qt IFW Online Installers?
-
@user2301 have you checked the documentation about Qt IFW Online Installers?
@Pablo-J.-Rogina Yeah, I have checked. But, I could'nt find how to display the root/parent repository name while Updating the components. When I enable two remote repositories and select update components in main page, each of the repositories contain a list of several repositories. I want to dislpay for each child repository the parent repository name next to it. Now it displays only installed version and New version . This is the use case I am trying to achieve. https://doc-snapshots.qt.io/qtifw-2.0/ifw-use-cases-update.html How can I edit the component selection page?