Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/Archive/cdt-qt

< CDT‎ | Archive
Warning2.png
Note: The contents of this page refer to design documents reflecting work in progress of Eclipse CDT features and for some features that have never been implemented. Therefore they may not refer to the current state of CDT.

This page documents the major architectural pieces to feed into our Qt support in CDT. The objective is to provide full support for Qt5 developers including both C++ and QML.

This includes a new project template, build support with qmake, C++ editor enhancements for Qt classes, slots and signals, QML editor, QML debugging based on JSDT, and a QML profiler.

Qt project support with templates and build

C++ support in editor and index

QML editor and index

QML debug

QML profiler

Back to the top