Jump to content

Qt Contributors Summit 2026 - Program: Difference between revisions

From Qt Wiki
No edit summary
mNo edit summary
 
Line 33: Line 33:
|Volker Hilsheimer
|Volker Hilsheimer
|Presentation + Discussion
|Presentation + Discussion
|After Reflections landed in gcc-trunk I followed up on my [https://www.qt.io/blog/c26-reflection-qrangemodel hackathon project] to see how much we can implement what moc does using Reflection. This was a [https://git.qt.io/vohilshe/cpp26metaobject promising exercise], even though a few things were not quite possible yet.
|After Reflections landed in gcc-trunk I followed up on my [https://www.qt.io/blog/c26-reflection-qrangemodel hackathon project] to see how much we can implement what moc does using Reflections. This was a [https://git.qt.io/vohilshe/cpp26metaobject promising exercise], even though a few things were not quite possible yet.
Let's have a look at what - based on that experiment - the code for a meta-object enabled type in Qt could look like.
Let's have a look at what - based on that experiment - the code for a meta-object enabled type in Qt could look like.
|-
|-

Latest revision as of 11:57, 11 May 2026

Event main page: Qt Contributors Summit 2026

→ If you have any issues editing this page, please send your proposal directly to volker.hilsheimer@qt.io

Session proposals:

Add topics you would like to talk about here. We will review the proposals closer to the event to create the schedule.

Topic Speaker Format Summary
Topic Title Add Your Name(s) Discussion/Presentation/Workshop/Lightning talk/... Add a short paragraph about the scope of the proposed talk.
Qt Bridge 4 Rust Matthias Rauter Presentation + Discussion A short presentation of what we have in the Rust Qt Bridge. An overview over the API and the use cases we cover.

Discussion about what to improve and how to contribute and collaborate.

Qt & CRA Alex Blasche Presentation + Discussion A presentation how CRA compliance impacts Qt development teams and contributors.
C++26 and moc Volker Hilsheimer Presentation + Discussion After Reflections landed in gcc-trunk I followed up on my hackathon project to see how much we can implement what moc does using Reflections. This was a promising exercise, even though a few things were not quite possible yet.

Let's have a look at what - based on that experiment - the code for a meta-object enabled type in Qt could look like.