Searched refs:qOldRect (Results 1 – 1 of 1) sorted by relevance
836 QRect qOldRect( qRect ); in radioButton() local843 qRect.moveBy( ( qOldRect.width() - qRect.width() ) / 2, in radioButton()844 ( qOldRect.height() - qRect.height() ) / 2 ); in radioButton()865 QRect qOldRect( qRect ); in checkBox() local872 qRect.moveBy( ( qOldRect.width() - qRect.width() ) / 2, in checkBox()873 ( qOldRect.height() - qRect.height() ) / 2 ); in checkBox()
Completed in 22 milliseconds