Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/ui/drivers/qt/
H A Dsettingswidgets.h480 QRegularExpression m_decimalsRegEx; variable
H A Dqt_widgets.cpp963 ,m_decimalsRegEx("%.(\\d)f") in FloatSlider()
965 QRegularExpressionMatch match = m_decimalsRegEx.match(setting->rounding_fraction); in FloatSlider()