更改Qt维护工具窗口的宽度?

时间:2019-01-16 16:38:41

标签: qt frameworks window size installer

我想扩大维护工具的窗口范围。版本页面被截断,使用户感到困惑,因为他们看不到新版本。

Example:

我试图做一个很长的标题描述,但这没用。

我还没有找到脚本解决方案,但这是我的installscript.js

function Component()
{
}

Component.prototype.isDefault = function()
{
    // select the component by default
    return true;
}

Component.prototype.createOperations = function()
{
    try {
        component.createOperations();
        if (installer.value("os") === "win") {
            component.addOperation("CreateShortcut", "@TargetDir@/winnow.exe", "@StartMenuDir@/Winnow.lnk");
        }
    } catch (e) {
    console.log(e);
    }
}

1 个答案:

答案 0 :(得分:0)

在config.xml中使用WizardDefaultWidth WizardDefaultHeight 参见http://doc.qt.io/qtinstallerframework/ifw-globalconfig.html