Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to change title in installation?
Qt 6.11 is out! See what's new in the release blog

How to change title in installation?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 446 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Y Offline
    Y Offline
    yygk
    wrote on last edited by
    #1

    I want to change title in installation.
    at config. xml,
    <Title>Your application Installer</Title>

    but added the word 'Setup'
    51329a85-3f75-4929-9e90-fc5ccf8c60a9-image.png

    I want to delete the 'Setup' word. How to do?

    JonBJ 1 Reply Last reply
    0
    • Y yygk

      I want to change title in installation.
      at config. xml,
      <Title>Your application Installer</Title>

      but added the word 'Setup'
      51329a85-3f75-4929-9e90-fc5ccf8c60a9-image.png

      I want to delete the 'Setup' word. How to do?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by JonB
      #2

      @yygk
      Qt Installer window title claims appended Setup is hard-coded in src\libs\installer\packagemanagergui.cpp, and you have to alter that and recompile installer to change.

      Y 1 Reply Last reply
      0
      • JonBJ JonB

        @yygk
        Qt Installer window title claims appended Setup is hard-coded in src\libs\installer\packagemanagergui.cpp, and you have to alter that and recompile installer to change.

        Y Offline
        Y Offline
        yygk
        wrote on last edited by
        #3

        @JonB thanks.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved