comp
•
gb.qt4
•
application
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Application (gb.qt4)
This static class gives global information about the application.
This class reimplements
Application
in
gb
.
This class is static.
Static properties
Returns the control having the focus.
ActiveControl
Returns the current active window, i.e. the window that owns the control having the focus.
ActiveWindow
Return or set if controls can be animated.
Animations
Returns an array containing the arguments passed to the program by the shell.
Args
Modifies the busy state of the application.
Busy
Set this property to
TRUE
to make the current application a
daemon
.
Daemon
Return if dark theme support is enabled.
DarkTheme
Return or set the double-click interval, i.e. the maximum time between two clicks to make them become a double-click.
DblClickTime
Returns the application directory.
Dir
Defines the X11 window identifier where the next opened window will be embedded into.
Embedder
Returns a virtual collection of strings containing the process environment variables.
Env
Returns or modifies the application global default font.
Font
Returns the system pid (process identifier) of your program. This returns the same value as the property named
Id
.
Handle
Returns the system pid (process identifier) of your program. This returns the same value as the property named
Handle
.
Id
Returns or sets the main window of the application.
MainWindow
Return or set if the mouse middle click pastes the secondary desktop selection.
MiddleClickPaste
Return the application name.
Name
Return the identifier of the parent of the current process.
ParentHandle
Returns the application path, i.e. the directory where it resides.
Path
Return the previous control that had the focus after a focus change.
PreviousControl
Return or set the current process priority.
Priority
Return or set the restart command that will be sent to the session manager.
Restart
Return or set if controls can display shadows.
Shadows
Return or set if tooltips are visible or not.
ShowTooltips
Return the startup class object.
Startup
Return if we are executing a background task.
Task
Returns or sets the global application theme.
Theme
Returns the title of the application being executed.
Title
Returns the program version, as defined in the IDE project properties dialog.
Version