Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Game Development
  4. Save some events when closing app

Save some events when closing app

Scheduled Pinned Locked Moved Game Development
2 Posts 2 Posters 1.0k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    armas2
    wrote on last edited by
    #1

    Hello;

    I decided to make a simple game as the startup application.My app content a qml file and main.cpp that include these code;

    @#include <QtGui/QGuiApplication>
    #include "qtquick2applicationviewer.h"
    #include<QtGui>

    int main(int argc, char *argv[])
    {
    QGuiApplication app(argc, argv);

     QtQuick2ApplicationViewer viewer;
     viewer.setMainQmlFile&#40;QStringLiteral("qml/zekaOyunu/main.qml"&#41;&#41;;
     viewer.showExpanded();
    
    return app.exec&#40;&#41;;
    

    }
    @
    I think it is codes in the file to show the QML file making by wizard. So I can not use QtQuick.Window for catching closing app. I want to save score and show a dialog when user want to quit app.How do I these events.
    Thanks for answers.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      koahnig
      wrote on last edited by
      #2

      Another "duplicate":http://qt-project.org/forums/viewthread/38747/
      Closing this one.

      Vote the answer(s) that helped you to solve your issue(s)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved