Fix about page image loading.

This commit is contained in:
2026-02-01 13:44:43 -05:00
parent 048d40eb83
commit db2f878018
6 changed files with 8 additions and 4 deletions

View File

@@ -19,8 +19,6 @@ And of course, [Rust](https://www.rust-lang.org/tools/install).
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
## Dependencies
This project requires at least Qt 6.7. To check your Qt version
```bash
@@ -144,6 +142,7 @@ Some helpful links for reading up on QML if you're just getting started.
* [All QML Controls Types](https://doc.qt.io/qt-6/qtquick-controls-qmlmodule.html)
* [KDAB CXX-Qt Book](https://kdab.github.io/cxx-qt/book/)
* [github.com/KDAB/cxx-qt](https://github.com/KDAB/cxx-qt)
* [QML and C++ Intergration](https://doc.qt.io/qt-6/qtqml-cppintegration-overview.html)
### Plugins