Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
helpclient.cpp File Reference

(3f8313c98ce73ba00c70a7b0bb2d0fd9572be3bf)

#include "helpclient.h"
#include <QtGui/qdesktopservices.h>
#include <QtCore/qcoreapplication.h>
#include <QtCore/qstring.h>
#include <QtCore/qtextstream.h>
#include <QtCore/qurl.h>
Include dependency graph for helpclient.cpp:

Go to the source code of this file.

Variables

static constexpr auto webPrefix = "https://doc.qt.io/qt-6/"_L1
static constexpr auto pythonWebPrefix = "https://doc.qt.io/qtforpython-6/PySide6/"_L1
static constexpr auto htmlSuffix = ".html"_L1
static constexpr auto propertySeparator = "::"_L1

Variable Documentation

◆ htmlSuffix

constexpr auto htmlSuffix = ".html"_L1
staticconstexpr

Definition at line 45 of file helpclient.cpp.

◆ propertySeparator

constexpr auto propertySeparator = "::"_L1
staticconstexpr

Definition at line 46 of file helpclient.cpp.

◆ pythonWebPrefix

constexpr auto pythonWebPrefix = "https://doc.qt.io/qtforpython-6/PySide6/"_L1
staticconstexpr

Definition at line 44 of file helpclient.cpp.

◆ webPrefix

constexpr auto webPrefix = "https://doc.qt.io/qt-6/"_L1
staticconstexpr

Definition at line 43 of file helpclient.cpp.