Home
last modified time | relevance | path

Searched refs:customSubElement (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkstyleextensions.h62 KWIDGETSADDONS_EXPORT QStyle::SubElement customSubElement(const QString &element, const QWidget *wi…
H A Dkstyleextensions.cpp82 QStyle::SubElement customSubElement(const QString &element, const QWidget *widget) in customSubElement() function
/dports/x11/kf5-frameworkintegration/frameworkintegration-5.89.0/src/kstyle/
H A Dkstyle.h89 static SubElement customSubElement(const QString &element, const QWidget *widget);
H A Dkstyle.cpp94 QStyle::SubElement KStyle::customSubElement(const QString &element, const QWidget *widget) in customSubElement() function in KStyle
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdeui/
H A Dk4style.h125 static SubElement customSubElement(const QString &element, const QWidget *widget);
H A Dk4style.cpp368 QStyle::SubElement K4Style::customSubElement(const QString &element, const QWidget *widget) in customSubElement() function in K4Style
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py10807 def customSubElement(self, element, widget): member in KStyle