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")
 
m (Jonah.kichwacoders.com moved page CDT/cdt-qt to CDT/Archive/cdt-qt)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
*Supporting Qt Developers
+
 
**Qt project support with templates and build
+
{{warning|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. }}
**C++ support in editor and index
+
 
**QML editor and index
+
[[Category:CDT:Archive]]
**QML debug
+
 
**QML profiler
+
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====

Latest revision as of 15:01, 22 January 2020

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