Skip to main content

Notice: This Wiki is now read only and edits are no longer 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
Revision as of 11:24, 1 May 2014 by Unnamed Poltroon (Talk)

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