Måndag 10 Mars | 18:05:24 Europe / Stockholm

Kalender

Est. tid*
2025-10-30 07:00 Kvartalsrapport 2025-Q3
2025-08-06 07:00 Kvartalsrapport 2025-Q2
2025-04-24 07:00 Kvartalsrapport 2025-Q1
2025-04-10 N/A X-dag ordinarie utdelning QTCOM 0.00 EUR
2025-04-09 N/A Årsstämma
2025-02-13 - Bokslutskommuniké 2024
2024-10-31 - Kvartalsrapport 2024-Q3
2024-08-08 - Kvartalsrapport 2024-Q2
2024-04-25 - Kvartalsrapport 2024-Q1
2024-03-13 - X-dag ordinarie utdelning QTCOM 0.00 EUR
2024-03-12 - Årsstämma
2024-02-16 - Bokslutskommuniké 2023
2023-10-26 - Kvartalsrapport 2023-Q3
2023-08-03 - Kvartalsrapport 2023-Q2
2023-04-28 - Kvartalsrapport 2023-Q1
2023-03-15 - X-dag ordinarie utdelning QTCOM 0.00 EUR
2023-03-14 - Årsstämma
2023-02-16 - Bokslutskommuniké 2022
2022-10-27 - Kvartalsrapport 2022-Q3
2022-08-04 - Kvartalsrapport 2022-Q2
2022-04-28 - Kvartalsrapport 2022-Q1
2022-03-16 - X-dag ordinarie utdelning QTCOM 0.00 EUR
2022-03-15 - Årsstämma
2022-02-17 - Bokslutskommuniké 2021
2021-10-28 - Kvartalsrapport 2021-Q3
2021-08-06 - Kvartalsrapport 2021-Q2
2021-04-22 - Kvartalsrapport 2021-Q1
2021-03-17 - X-dag ordinarie utdelning QTCOM 0.00 EUR
2021-03-16 - Årsstämma
2021-02-18 - Bokslutskommuniké 2020
2020-10-29 - Kvartalsrapport 2020-Q3
2020-08-07 - Kvartalsrapport 2020-Q2
2020-04-23 - Kvartalsrapport 2020-Q1
2020-03-11 - X-dag ordinarie utdelning QTCOM 0.00 EUR
2020-03-10 - Årsstämma
2020-02-14 - Bokslutskommuniké 2019
2019-11-01 - Kvartalsrapport 2019-Q3
2019-08-09 - Kvartalsrapport 2019-Q2
2019-04-25 - Kvartalsrapport 2019-Q1
2019-03-15 - X-dag ordinarie utdelning QTCOM 0.00 EUR
2019-03-14 - Årsstämma
2019-02-15 - Bokslutskommuniké 2018
2018-11-01 - Kvartalsrapport 2018-Q3
2018-08-09 - Kvartalsrapport 2018-Q2
2018-04-27 - Kvartalsrapport 2018-Q1
2018-03-14 - X-dag ordinarie utdelning QTCOM 0.00 EUR
2018-03-13 - Årsstämma
2018-02-16 - Bokslutskommuniké 2017
2017-10-23 - Kvartalsrapport 2017-Q3
2017-08-10 - Kvartalsrapport 2017-Q2
2017-04-27 - Kvartalsrapport 2017-Q1
2017-03-15 - X-dag ordinarie utdelning QTCOM 0.00 EUR
2017-03-14 - Årsstämma

Beskrivning

LandFinland
ListaLarge Cap Helsinki
SektorInformationsteknik
IndustriProgramvara
QT Group är verksamt inom IT-sektorn. Koncernen utvecklar diverse utvecklingsverktyg för den globala marknaden. Tekniken baseras på QT-teknologi och används för att utveckla multiplattformsgränssnitt och tillhörande applikationer. Tjänsterna används i bland annat industrirobotar, underhållningssystem, samt fordonssystem. Verksamhet innehas på global nivå och kunderna återfinns inom fordons- och flygindustrin.
2025-01-23 09:00:00

Qt users can now integrate the LLM of their choice, including self-hosted models, into their workflow to reduce time spent on mundane tasks in cross-platform development

Espoo, Finland - January 23, 2025 - Qt Group (Nasdaq Helsinki: QTCOM) is launching Qt AI Assistant, an experimental tool for streamlining cross-platform user interface (UI) development. Its goal is to reduce repetitive UI development tasks that often do not involve coding. This allows developers to spend more time on productive and creative aspects of writing innovative code. The tool supports self-hosted language models (via cloud or locally) without the need for a third-party AI assistance provider.

 

Qt AI Assistant will offer advice on building application UIs with Qt Framework and automates manual tasks like writing unit test cases, code documentation, and repetitive code. Users request this advice with a prompt window and quick-access commands inside the code editor of Qt Creator (used for creating and modifying cross-platform apps).

 

The tool is compatible with various coding languages like C++ and Python, but specifically trained on thousands of real-world use cases of QML and Qt Quick - the Qt Framework's language and toolkit for designing how apps look and behave. This means developers can, for example, generate the needed repetitive QML code while building user interfaces, freeing up time for more complex coding tasks.

 

Qt AI Assistant will accommodate whichever language model developers prefer to deploy with. The initial release is pre-configured to support the following models out of the box:

 

  • Claude 3.5 Sonnet (chat + completions)
  • OpenAI GPT-4o (chat + completions)
  • Llama 3.3 70B QML (chat)
  • Code Llama 13B QML (code completions)
  • Code Llama 7B (code completions)

 

"We've been hearing from developers that they're increasingly spending time on tedious tasks that don't involve coding. Qt AI Assistant is part of our efforts to correct that. We want to eliminate the chores in developers' day-to-day, because software development should be about writing great code," says Peter Schneider, Senior Product Lead at Qt Group. "The industry has been buzzing with AI announcements - everyone's got their favourite language model, and we don't want to take that away from anyone. It was important that we support an open approach and allow enterprises to freely choose their preferred LLM deployment method."

 

The flexibility of Qt AI Assistant will allow for different content generation requests to be routed separately to different models. For example, a developer can route QML code to one specialised LLM, while routing other code to another LLM. This lets developers always obtain code suggestions from the best-performing models for their programming language, instead of whichever LLM is available through a third-party AI assistant provider.

 

Qt AI Assistant will also address security concerns for embedded devices and high-end desktop applications built with Qt Framework. By supporting self-hosted models, companies can perform private cloud deployments of LLMs, which avoids code leaks and safeguards intellectual property. Developers can even choose to only trigger Qt AI Assistant manually, to avoid unwanted disruptions while coding.

 

"Our mission is to help customers increase productivity throughout the product development lifecycle," says Juhapekka Niemi, Senior Vice President, Product Management, at Qt Group. "Qt AI Assistant is an important step towards our vision of enabling rapid UI development and reducing project timelines from months to weeks, and eventually days."

 

Later this year, Qt Group will release fine-tuned versions of LLMs - starting with Llama 3.3 70B and Code Llama 13B - trained on 4,000+ human-created and validated QML code snippets. These will be free to download on the Hugging Face portal, including for open-source Qt developers to connect with third-party assistants. 

 

About Qt Group

Qt Group (Nasdaq Helsinki: QTCOM) is a global software company, trusted by industry leaders and over 1.5 million developers worldwide to create applications and smart devices that users love. We help our customers to increase productivity through the entire product development lifecycle: from UI design and software development to quality management and deployment. Our customers are in more than 70 different industries in over 180 countries. Qt Group employs some 800 people, and its net sales in 2023 were 180.7 MEUR. To learn more, visit www.qt.io.

 

Media contact:

qt@babelpr.com