QStyleFactory露
The
QStyleFactoryclass createsQStyleobjects. More鈥

Synopsis露
Static functions露
Detailed Description露
The
QStyleclass is an abstract base class that encapsulates the look and feel of a GUI.QStyleFactorycreates aQStyleobject using thecreate()function and a key identifying the style. The styles are either built-in or dynamically loaded from a style plugin (seeQStylePlugin).The valid keys can be retrieved using the
keys()function. Typically they include 鈥渨indows鈥 and 鈥渇usion鈥. Depending on the platform, 鈥渨indowsvista鈥 and 鈥渕acintosh鈥 may be available. Note that keys are case insensitive.See also
- class PySide2.QtWidgets.QStyleFactory露
- static PySide2.QtWidgets.QStyleFactory.create(arg__1)露
- Parameters:
arg__1 鈥 str
- Return type:
Creates and returns a
QStyleobject that matches the givenkey, or returnsNoneif no matching style is found.Both built-in styles and styles from style plugins are queried for a matching style.
Note
The keys used are case insensitive.
See also
漏 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.