Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qstringview.cpp
Go to the documentation of this file.
1// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz <marc.mutz@kdab.com>
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include "qstringview.h"
5
7
314
318
538
541
789/*
791the UTF-16 string viewed by \a str, the Latin-1 string viewed by \a l1,
792or the character \a ch
794*/
795
909#if QT_CONFIG(regularexpression)
1001#endif // QT_CONFIG(regularexpression)
1002
Combined button and popup list for selecting options.