Window¶
Applications
Typically used to set the initial user interface of a Q Application inside a Presentation engine. For this it can be useful, if the project contains several Presentation engines, to create more Window objects to associate with them.
Properties¶
Name |
BrowseName |
DataType |
Description |
---|---|---|---|
X | X |
X coordinate variable |
|
Y | Y |
Y coordinate variable |
|
Width | Width |
Width of the window. It can assume values greater than or equal to zero. The Auto value sets the width equal to the width of the content (in this case, in the absence of content the object collapses). |
|
Height | Height |
Height of the window. It can assume values greater than or equal to zero. The Auto value sets the height equal to the height of the content (in this case, in the absence of content the object collapses). |
|
Full screen | FullScreen |
The window is displayed in full screen and therefore the X, Y, Width, and Height properties are ignored. On ASEM Linux systems, the interface is always displayed in full screen even if this property is disabled. |
|
Always on Top | AlwaysOnTop |
At runtime startup, the window is positioned on top of the other windows displayed on the same screen. |
|
Caption |
Title of the window at runtime |
||
Visible | Visible |
Show/hide the window. |