Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickcolorinputs.cpp File Reference
#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.