Home
last modified time | relevance | path

Searched refs:buttonsHaveIcons (Results 1 – 2 of 2) sorted by relevance

/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp835 gboolean buttonsHaveIcons = true; in styleHint() local
837 g_object_get(settings, "gtk-button-images", &buttonsHaveIcons, NULL); in styleHint()
838 return buttonsHaveIcons; in styleHint()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp659 …static bool buttonsHaveIcons = d->getGConfBool(QLS("/desktop/gnome/interface/buttons_have_icons")); in styleHint() local
660 return buttonsHaveIcons; in styleHint()