Go to the documentation of this file.
   27 #ifndef QTXWEBBROWSER_H 
   28 #define QTXWEBBROWSER_H 
   34 #include <QMainWindow> 
   37 #if QT_VERSION < QT_VERSION_CHECK(5, 6, 0) 
   39 #define WebView QWebView 
   40 #define WebPage QWebPage 
   43 #define WebView QWebEngineView 
   44 #define WebPage QWebEnginePage 
   66   static void                     loadUrl( 
const QString&, 
const QString& = QString() );
 
   68   static void                     shutdown();
 
   75   void                            saveLink( 
const QString& );
 
   76   void                            openLink( 
const QString&, 
bool = 
false );
 
   79   virtual void                    load( 
const QString& );
 
   83   virtual void                    linkClicked( 
const QUrl& );
 
   84   virtual void                    linkHovered( 
const QString&, 
const QString&, 
const QString& );
 
   85   virtual void                    linkHovered( 
const QString&) ;
 
   90   void                            finished( 
bool );
 
  129 #endif // QTXWEBBROWSER_H