Skip to content

Widget#

Description of a RC file widget. More...

import Script

Properties#

Name
array<Widget> children
string className
rect geometry
string id
object properties

Property Documentation#

array<Widget> children#

This property holds the list of children of the current widget.

string className#

This property holds the Qt class name equivalent of the widget.

rect geometry#

This property holds the geometry of the widget.

The geometry is in dialog system, different from pixel size. Usually, you need to apply a scale of 1.5 x 1.65 to get the pixel size, but it could change depending on the project.

string id#

This property holds the id of the widget.

object properties#

This property holds the list of Qt properties for the widget.