GSoC/2020/StatusReports/AgisilaosKounelis

From KDE Community Wiki
< GSoC‎ | 2020‎ | StatusReports
Revision as of 22:22, 2 June 2020 by Kounelisagis (talk | contribs) (Created page with "<big>'''<big>Port Calendar to QtQuickControls2</big>'''</big> '''<big>Project Overview</big>''' The aim of this project is to update, modify and port the Qt Calendar widget...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Port Calendar to QtQuickControls2

Project Overview

The aim of this project is to update, modify and port the Qt Calendar widget into QtQuickControls2, following the QtQC2 module standards and supporting all features like styling. QtQC2 have a very broad scope, in that they provide a styling system flexible enough to allow the development of applications that have either a platform-dependent or platform-independent style. Modularity and Simplicity is the main target of the Qt Quick Controls 2. That’s the reason that C++ is responsible for handling events and logic, and thus the performance is increased, allowing the visual QML layer to be a simple, declarative layer on top. This is of course reflected in the structure of the controls project: all visual implementations sit in the imports folder, so that developers who want to create their own complete style can do it easily. Because of the above, porting the Calendar widget from Qt Quick Controls v1 to Qt Quick Controls v2 is something essential and will have a significant impact for the Qt users.


Contact

Name: Agisilaos Kounelis
Email: [email protected]
GitHub: https://github.com/kounelisagis