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

(a3f28bc9090095453f492e2b19cadae709e4314b)

#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 46 of file helpclient.cpp.

◆ propertySeparator

constexpr auto propertySeparator = "::"_L1
staticconstexpr

Definition at line 47 of file helpclient.cpp.

◆ pythonWebPrefix

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

Definition at line 45 of file helpclient.cpp.

◆ webPrefix

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

Definition at line 44 of file helpclient.cpp.