Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Problems in Qt Installer Framework
Forum Updated to NodeBB v4.3 + New Features

Problems in Qt Installer Framework

Scheduled Pinned Locked Moved Solved Installation and Deployment
qt installer frconfig.xmllogo
5 Posts 2 Posters 1.5k Views 1 Watching
  • 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.
  • O Offline
    O Offline
    oxchen
    wrote on last edited by
    #1

    In this frame made out of the interface, I think in the upper left corner to add program icons. How to configure config.xml or what other way?

    L 1 Reply Last reply
    0
    • O oxchen

      In this frame made out of the interface, I think in the upper left corner to add program icons. How to configure config.xml or what other way?

      L Offline
      L Offline
      luca
      wrote on last edited by
      #2

      @oxchen Hi, if I understand your question, that's the solution:

      <InstallerWindowIcon>yourimage</InstallerWindowIcon>
          <InstallerApplicationIcon>yourimage</InstallerApplicationIcon>
      

      put that in you config.xml .
      "yourimage" is the image filename without extension.

      You can find more info on:
      http://doc.qt.io/qtinstallerframework/ifw-globalconfig.html

      1 Reply Last reply
      0
      • O Offline
        O Offline
        oxchen
        wrote on last edited by oxchen
        #3

        @luca
        s----------------------------------------------------------------------------------------------------------------
        s|--- 1 ---------------------------------------------------------------------------------------------------- X |
        s|--------------------------------------------------------------------------------------------------------------|
        s| 2image png --(program name)------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|-------------------------------------------content--------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------------------------------------|
        s|--------------------------------------------------------------------------------- pre next----------------|
        s--------------------------------------------------------------------------------------------------------------------

        Thank you for your answer, but according to your solution, now image is in 2 place, but I need to put the image in 1 place

        1 Reply Last reply
        0
        • L Offline
          L Offline
          luca
          wrote on last edited by
          #4

          In my installer I also use:

          <WizardStyle>Modern</WizardStyle>
          <Logo>../../logo.png</Logo> 
          

          that way I have logo where you have image 2.

          O 1 Reply Last reply
          0
          • L luca

            In my installer I also use:

            <WizardStyle>Modern</WizardStyle>
            <Logo>../../logo.png</Logo> 
            

            that way I have logo where you have image 2.

            O Offline
            O Offline
            oxchen
            wrote on last edited by
            #5

            @luca Thank you for your answer, the problem has been solved

            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