Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickcolorinputs.cpp File Reference

(67b3dc89013b6d3d0a190410004d1c4f9bd7fcf0)

#include "qquickcolorinputs_p.h"
#include <QtCore/QRegularExpression>
+ Include dependency graph for qquickcolorinputs.cpp:

Go to the source code of this file.

Variables

static QString s_percentage_pattern = QString::fromUtf8("^(\\d+)%?$")
 
static QString s_degree_pattern = QString::fromUtf8("(\\d+)°?$")
 

Variable Documentation

◆ s_degree_pattern

QString s_degree_pattern = QString::fromUtf8("(\\d+)°?$")
static

Definition at line 415 of file qquickcolorinputs.cpp.

◆ s_percentage_pattern

QString s_percentage_pattern = QString::fromUtf8("^(\\d+)%?$")
static

Definition at line 414 of file qquickcolorinputs.cpp.