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

Difference between revisions of "CDT/Archive/cdt-qt"

< CDT‎ | Archive
Line 1: Line 1:
This page documents the major architectural pieces to feed into our Qt support in 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.
 
+
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.
 
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.

Revision as of 11:24, 1 May 2014

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