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
(Created page with "*Supporting Qt Developers **Qt project support with templates and build **C++ support in editor and index **QML editor and index **QML debug **QML profiler")
 
Line 1: Line 1:
*Supporting Qt Developers
+
This page documents the major architectural pieces to feed into our Qt support in CDT.
**Qt project support with templates and build
+
 
**C++ support in editor and index
+
The objective is to provide full support for Qt5 developers including both C++ and QML.
**QML editor and index
+
 
**QML debug
+
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.
**QML profiler
+
 
 +
====Qt project support with templates and build====
 +
====C++ support in editor and index====
 +
====QML editor and index====
 +
====QML debug====
 +
====QML profiler====

Revision as of 11:23, 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