We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This might be best broken up as separate issues.
A number of our models have binding loops. The app will print warning on start up and when the window is resized.
qrc:/main.qml:53:5: QML ScheduleDeleteModal: Binding loop detected for property "implicitWidth" qrc:/main.qml:49:5: QML EventAlreadySavedModal: Binding loop detected for property "implicitWidth" qrc:/main.qml:45:5: QML ScheduleAddedModal: Binding loop detected for property "implicitWidth
The text was updated successfully, but these errors were encountered:
This is from a while ago, but with Qt 6.8 we can support system notifications if we want to. https://www.qt.io/blog/popups-and-menus-in-qt-quick-6.8
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This might be best broken up as separate issues.
A number of our models have binding loops. The app will print warning on start up and when the window is resized.
The text was updated successfully, but these errors were encountered: