Commit Graph

6 Commits

Author SHA1 Message Date
Martchus eed9d596ba Simplify code for about dialog of Qt Quick GUI 2024-03-25 18:34:22 +01:00
Martchus 6972256727 Improve Qt Quick GUI after porting to Qt 6
* Avoid use of deprecated QML features
* Fix problems when moving items by making the delegates own items
* Improve code in models, especially functions for moving rows
* Fix sizing of dialogs
* Replace code relying on `bannerClicked` event which has been removed in
  KF6
* Use the native file dialog if supported (and otherwise not); this should
  give the desired behavior under each platform out of the box
* Update versioning requirements in README
2024-03-24 22:26:44 +01:00
Martchus e1f753cd89 Remove unused QML import 2023-01-31 16:07:56 +01:00
Martchus e5da308218 Increase spacing of about dialog in Quick GUI 2018-12-15 23:44:04 +01:00
Martchus 7662c30069 Polish Qt Quick GUI
* Fix some warnings
* Remove debugging leftovers
2018-12-15 22:55:11 +01:00
Martchus 08bb7954a6 Move about dialog for Quick GUI to its own file 2018-12-08 19:34:32 +01:00