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
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
658
661
674
676
796/*
798the UTF-16 string viewed by \a str, the Latin-1 string viewed by \a l1,
799or the character \a ch
801*/
802
916#if QT_CONFIG(regularexpression)
1008#endif // QT_CONFIG(regularexpression)
1009
Combined button and popup list for selecting options.