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
helpbrowsersupport.cpp File Reference

(c338447261878111df7198fbd96051926464e865)

#include "helpbrowsersupport.h"
#include "helpenginewrapper.h"
#include "helpviewer.h"
#include "tracer.h"
#include <QtHelp/QHelpEngineCore>
#include <QtNetwork/QNetworkAccessManager>
#include <QtNetwork/QNetworkReply>
#include <QtNetwork/QNetworkRequest>
#include <QtCore/QTimer>
#include <QtCore/QCoreApplication>
#include <QtCore/QUrl>
#include <QtCore/QDebug>
+ Include dependency graph for helpbrowsersupport.cpp:

Go to the source code of this file.

Classes

class  HelpNetworkReply
 
class  HelpRedirectNetworkReply
 
class  HelpNetworkAccessManager
 

Variables

static QT_BEGIN_NAMESPACE const char g_htmlPage []
 

Variable Documentation

◆ g_htmlPage

static QT_BEGIN_NAMESPACE const char g_htmlPage
static
Initial value:
= "<html><head><meta http-equiv=\"content-type\" content=\"text/html; "
"charset=UTF-8\"><title>%1</title><style>body{padding: 3em 0em;background: #eeeeee;}"
"hr{color: lightgray;width: 100%;}img{float: left;opacity: .8;}#box{background: white;border: 1px solid "
"lightgray;width: 600px;padding: 60px;margin: auto;}h1{font-size: 130%;font-weight: bold;border-bottom: "
"1px solid lightgray;margin-left: 48px;}h2{font-size: 100%;font-weight: normal;border-bottom: 1px solid "
"lightgray;margin-left: 48px;}ul{font-size: 80%;padding-left: 48px;margin: 0;}#reloadButton{padding-left:"
"48px;}</style></head><body><div id=\"box\"><h1>%2</h1><h2>%3</h2><h2><b>%4</b></h2></div></body></html>"

Definition at line 24 of file helpbrowsersupport.cpp.