Expression qt.qApp refers to the application object which orchestrates the operation of the qlua program. This object is the sole instance of class QLuaApplication. A few exposed slots and properties are relevant for Lua programs.

Subsections

  1. qt.qApp:quit()
  2. qt.qApp:restart(bool)
  3. qt.qApp:about()
  4. qt.qApp.aboutMessage
  5. qt.qApp:readSettings(key)
  6. qt.qApp:writeSettings(key,value)
  7. qt.qApp:runsWithoutGraphics()