May 27, 2020 by Tino Pyssysalo | Comments
We are happy to announce Qt Online Installer / Maintenance Tool 3.2.3 has been released.
We have fixed a few translation issues. Please read the details in ChangeLog.
The page, introducing Qt Open Source usage, has been slightly modified. The goal has been to clarify the Qt Open Source usage.
In the same page, we ask if Qt Open Source is used in any company or business.
In the headless installation, the company query may be passed with the following script.
Controller.prototype.ObligationsPageCallback = function()
{
var page = gui.pageWidgetByObjectName("ObligationsPage");
page.obligationsAgreement.setChecked(true);
var nameEdit = gui.findChild(page, "CompanyName")
if (nameEdit) {
nameEdit.text = "My Company"
}
//Or alternatively:
var individualCheckbox = gui.findChild(page, "IndividualPerson")
if (individualCheckbox) {
individualCheckbox.checked = true;
}
page.completeChanged();
gui.clickButton(buttons.NextButton);
}
Download the latest release here: www.qt.io/download.
Qt 6.5 is the latest Long-Term-Support release with all you need for C++ cross-platform app development.
Check out all our open positions here and follow us on Instagram to see what it's like to be #QtPeople.
Aug 30, 2023
We have fixed several bugs in the Qt Installer Framework 4.6.1 patch..
Jun 9, 2023
We are happy to announce the release of Qt Installer Framework and Qt..
Mar 13, 2023
We are happy to announce the release of Qt Installer Framework and Qt..
Qt Group includes The Qt Company Oy and its global subsidiaries and affiliates.