BaseWindow QML Type

Base for all toplevel windows. More...

Import Statement: import CSDataQuick.Components 1.0
Inherits:

Rectangle

Properties

Detailed Description

In addition to Window, it records the file path this window represents and the macro expansion. Also it implements a context menu,

  • Print - capture a screenshot of the current window and send it to printer
  • Close - close the current window
  • Main Window - popup the main window if any registered
  • Display List - popup the window to display windows opened
  • Data Engines - popup the window to display data engine information

Note: This is actually a Rectangle type, because Window derived types cannot be used in Qt Quick Designer.

Property Documentation

title : string

This property holds the window title