Home
last modified time | relevance | path

Searched refs:fropt (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dkis_equalizer_slider.cpp214 QStyleOptionFocusRect fropt; in paintEvent() local
215 fropt.initFrom(this); in paintEvent()
216 fropt.backgroundColor = backgroundColor; in paintEvent()
218 int dfw1 = style()->pixelMetric(QStyle::PM_DefaultFrameWidth, &fropt, this) + 1, in paintEvent()
220 fropt.rect = kisGrowRect(bounds, -dfw1 - dfw2); in paintEvent()
222 style()->drawPrimitive(QStyle::PE_FrameFocusRect, &fropt, &p, this); in paintEvent()
/dports/multimedia/smplayer/smplayer-21.10.0/src/mpcgui/
H A Dmpcstyles.cpp151 QStyleOptionFocusRect fropt; in drawComplexControl() local
152 fropt.QStyleOption::operator=(*slider); in drawComplexControl()
153 fropt.rect = subElementRect(SE_SliderFocusRect, slider, widget); in drawComplexControl()
154 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget); in drawComplexControl()
222 QStyleOptionFocusRect fropt; in drawComplexControl() local
223 fropt.QStyleOption::operator=(*slider); in drawComplexControl()
224 fropt.rect = subElementRect(SE_SliderFocusRect, slider, widget); in drawComplexControl()
225 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget); in drawComplexControl()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/code/
H A Ddoc_src_styles.cpp111 QStyleOptionFocusRect fropt; variable
112 fropt.QStyleOption::operator=(*btn);
113 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
114 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/code/
H A Ddoc_src_styles.cpp106 QStyleOptionFocusRect fropt; variable
107 fropt.QStyleOption::operator=(*btn);
108 fropt.rect = subElementRect(SE_CheckBoxFocusRect, btn, widget);
109 drawPrimitive(PE_FrameFocusRect, &fropt, p, widget);
/dports/math/kcalc/kcalc-21.12.3/
H A Dkcalc_button.cpp166 QStyleOptionFocusRect fropt; in paintEvent() local
167 fropt.QStyleOption::operator=(option); in paintEvent()
168 fropt.rect = style()->subElementRect(QStyle::SE_PushButtonFocusRect, &option, this); in paintEvent()
169 style()->drawPrimitive(QStyle::PE_FrameFocusRect, &fropt, &p, this); in paintEvent()
/dports/x11-fm/krusader2/krusader-2.7.2/krusader/GUI/
H A Dkrstyleproxy.cpp37 …if (const QStyleOptionFocusRect *fropt = qstyleoption_cast<const QStyleOptionFocusRect *>(option))… in drawPrimitive() local
38 QColor bg = fropt->backgroundColor; in drawPrimitive()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/widgets/
H A Dq3groupbox.cpp570 QStyleOptionFocusRect fropt; in event() local
571 fropt.QStyleOption::operator=(opt); in event()
572 fropt.rect = textRect; in event()
573 style()->drawPrimitive(QStyle::PE_FrameFocusRect, &fropt, &p, this); in event()

12345678