Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqgtkstyle.cpp1386 QRect arrowButtonRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
1415 frameRect.setLeft(arrowButtonRect.right()); in drawComplexControl()
1417 frameRect.setRight(arrowButtonRect.left()); in drawComplexControl()
1456 gtkCachedPainter.paintBox( gtkToggleButton, "button", arrowButtonRect, buttonState, in drawComplexControl()
3345 … QRect arrowButtonRect = proxy()->subControlRect(CC_ComboBox, combo, SC_ComboBoxArrow, widget); in sizeFromContents() local
3346 …newSize = size + QSize(12 + arrowButtonRect.width() + 2*gtkCombo->style->xthickness, 4 + 2*gtkComb… in sizeFromContents()
/dports/x11-themes/qt5-style-plugins/qtstyleplugins-5.0.0-23-g335dbe/src/plugins/styles/gtk2/
H A Dqgtkstyle.cpp1837 QRect arrowButtonRect = proxy()->subControlRect(CC_ComboBox, &comboBoxCopy, in drawComplexControl() local
1866 frameRect.setLeft(arrowButtonRect.right()); in drawComplexControl()
1868 frameRect.setRight(arrowButtonRect.left()); in drawComplexControl()
1907 gtkPainter->paintBox(gtkToggleButton, "button", arrowButtonRect, buttonState, in drawComplexControl()
3921 … QRect arrowButtonRect = proxy()->subControlRect(CC_ComboBox, combo, SC_ComboBoxArrow, widget); in sizeFromContents() local
3923 …newSize = size + QSize(12 + arrowButtonRect.width() + 2*gtkComboStyle->xthickness, 4 + 2*gtkComboS… in sizeFromContents()