Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What properties are available for use in XML layouts, and what format do I use for the value strings?

0
Posted

What properties are available for use in XML layouts, and what format do I use for the value strings?

0

If you start at the documentation for the base Property class (Property base), you will get an inheritance diagram showing all properties in the system. When you click one, you’ll get its page. Each page has a description of the format in which you should provide its value. Besides, as an overview, each widget has its properties placed within an appropriately named C++ namespace within the namespaces section of the API reference. Also, remember that properties are inherited. So for example, when looking up properties for a PushButton, also check the properties for ButtonBase and Window too – since these properties are also available to you. The PropertyFinder tool generates a list of the properties for every widget. Lists of properties for the Taharez and Windows schemes are available online.

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123