diff --git a/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc b/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc index 0321c22e4f9c0c6c73142b8a2973a0b920c53c00..63a0af361ad777b6a061e21bf7c32f5dce2c5624 100644 --- a/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc +++ b/examples/webengine/recipebrowser/doc/src/recipebrowser.qdoc @@ -101,7 +101,7 @@ width. \skipto WebEngineView - \printuntil KeyNavigation.priority + \printuntil Layout.fillHeight We then disable the \l{WebEngineSettings::focusOnNavigationEnabled}{focusOnNavigationEnabled} setting to make sure that the \l{WebEngineView} does not steal focus from the \c RecipeList @@ -110,19 +110,25 @@ ContextMenuRequest. \skipto focusOnNavigationEnabled - \printto firstLoadComplete + \printuntil } When the application starts, instead of directly showing the \l{WebEngineView}, we show a placeholder \l{Rectangle} with a \l{BusyIndicator} to provide a nicer user experience while the - application is loading. Once the first page in the view is loaded, we start a \l{Timer} that + application is loading. + + \printuntil } + \dots 12 + \skipto Rectangle + \printuntil } + + Once the first page in the view is loaded, we start a \l{Timer} that will hide the placeholder and show the actual page. The delay provides more time for the recipe images to load, so that when the view is shown, the page is completely rendered. The timer also shows a help \l{ToolTip} that informs the user on how to navigate the recipes. - \printuntil busy.running = true - \printline } - \printline } - \printline } + \quotefromfile webengine/recipebrowser/resources/qml/main.qml + \skipto Timer { + \printuntil } Let's see what the \c RecipeList item looks like from the inside. The root item is a FocusScope to allow transferring focus to the child ListView whenever the root item receives diff --git a/src/core/api/qwebengineclientcertificatestore.cpp b/src/core/api/qwebengineclientcertificatestore.cpp index 854628b29a4504174812e0a513d6cfb13b52c916..0c059bccac16d2e5a9d6eae7f4e20c79c116e17f 100644 --- a/src/core/api/qwebengineclientcertificatestore.cpp +++ b/src/core/api/qwebengineclientcertificatestore.cpp @@ -48,13 +48,6 @@ QT_BEGIN_NAMESPACE #if QT_CONFIG(ssl) -/*! - \class QWebEngineClientCertificateStore::Entry - \inmodule QtWebEngineCore - \since 5.13 - \brief This structure holds the certificate and the private key. -*/ - /*! \class QWebEngineClientCertificateStore \inmodule QtWebEngineCore diff --git a/src/webenginewidgets/api/qwebengineprofile.cpp b/src/webenginewidgets/api/qwebengineprofile.cpp index 6b31b3217b13db947e493f2750506a134a8c856e..237d68473ff3e594d6fb199ae188bbbaf54d3035 100644 --- a/src/webenginewidgets/api/qwebengineprofile.cpp +++ b/src/webenginewidgets/api/qwebengineprofile.cpp @@ -834,8 +834,8 @@ void QWebEngineProfile::removeAllUrlSchemeHandlers() Currently only affects Linux/NSS installations where it enables OCSP. - As long as one profile has this option enabled, all other profiles will be - able to use it for their certificate verification. + As long as one profile has \a enabled set to \c true, all other profiles + will be able to use it for their certificate verification. \sa isUsedForGlobalCertificateVerification(), httpCacheType() */