Refactor Composer

- Have a simple HTextArea component instead of HScrollTextArea
- Split composer parts between multiple files
This commit is contained in:
miruka
2020-05-29 16:22:53 -04:00
parent a87cbd3bac
commit a91a0c18f7
8 changed files with 413 additions and 283 deletions

View File

@@ -7,12 +7,12 @@
- Use new default/reset controls system
- Display name field text should be colored
- Split `HScrollableTextArea` into `HTextArea` and `HScrollView` components
- Refactor `Composer`
- Drop the `HBox` `buttonModel`/`buttonCallbacks` `HBox` approach,
be more declarative
- Reorder QML object declarations,
conform to https://doc-snapshots.qt.io/qt5-dev/qml-codingconventions.html
## Issues
- SSL error on python 3.7