Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dsettingswidgets.h406 static const QRegularExpression DECIMALS_REGEX; variable
H A Dqt_widgets.cpp821 const QRegularExpression FloatSpinBox::DECIMALS_REGEX = QRegularExpression("%.(\\d)f"); member in FloatSpinBox
828 QRegularExpressionMatch match = DECIMALS_REGEX.match(setting->rounding_fraction); in FloatSpinBox()