I have a small QT project (QML) that I will be deploying to the app stores. I want the app to "timeout" either on a certain date, or after X days. My thought is to force a page or modal to open that the user cannot close. I'm new to QT and wondering if anyone has suggestions. Thanks.