CJCombrink / hamster-qml

QML GUI frontend for the hamster-lib timetracking backend.
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Rework widgets using latest version of QML and QtQuick #12

Open CJCombrink opened 4 years ago

CJCombrink commented 4 years ago

Qt 5.12 introduced a TableView than should be used to replace the existing tables. Other controls should also be updated, for example the Calendar might be replaceable

CJCombrink commented 4 years ago

Perhaps investigate moving to PySide2 compared to PyQt5

CJCombrink commented 4 years ago

Perhaps investigate moving to PySide2 compared to PyQt5