5#include <QtCore/qlist.h>
10#include <QtCore/qalgorithms.h>
11#include <QtCore/qcontainertools_impl.h>
12#include <QtCore/qstring.h>
13#include <QtCore/qstringmatcher.h>
19#if !defined(QT_NO_JAVA_STYLE_ITERATORS)
38#if QT_CONFIG(regularexpression)
124#if QT_CONFIG(regularexpression)
133 {
return QtPrivate::QStringList_indexOf(
self(), re, from); }
135 {
return QtPrivate::QStringList_lastIndexOf(
self(), re, from); }
\inmodule QtCore \reentrant
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.
void Q_CORE_EXPORT QStringList_replaceInStrings(QStringList *that, QStringView before, QStringView after, Qt::CaseSensitivity cs)
bool Q_CORE_EXPORT QStringList_contains(const QStringList *that, QStringView str, Qt::CaseSensitivity cs)
QString Q_CORE_EXPORT QStringList_join(const QStringList *that, QStringView sep)
qsizetype Q_CORE_EXPORT QStringList_removeDuplicates(QStringList *that)
QStringList Q_CORE_EXPORT QStringList_filter(const QStringList *that, QStringView str, Qt::CaseSensitivity cs)
void Q_CORE_EXPORT QStringList_sort(QStringList *that, Qt::CaseSensitivity cs)
constexpr timespec operator+(const timespec &t1, const timespec &t2)
static bool contains(const QJsonArray &haystack, unsigned needle)
GLint GLint GLint GLint GLint GLint GLint GLbitfield GLenum filter
static constexpr QChar sep
QListIterator< QString > QStringListIterator
QMutableListIterator< QString > QMutableStringListIterator