Problems in Qt Installer Framework
-
wrote on 21 Apr 2016, 08:54 last edited by
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?
-
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?
wrote on 21 Apr 2016, 09:14 last edited by@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 -
wrote on 21 Apr 2016, 09:50 last edited by oxchen
@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
-
wrote on 21 Apr 2016, 10:08 last edited by
In my installer I also use:
<WizardStyle>Modern</WizardStyle> <Logo>../../logo.png</Logo>
that way I have logo where you have image 2.
-
In my installer I also use:
<WizardStyle>Modern</WizardStyle> <Logo>../../logo.png</Logo>
that way I have logo where you have image 2.
3/5