Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitallium/16c92e3c3faa567cbc6780f6cb546810 to your computer and use it in GitHub Desktop.
Save vitallium/16c92e3c3faa567cbc6780f6cb546810 to your computer and use it in GitHub Desktop.
├───include
│ ├───QtWebKit
│ │ │ QtWebKit
│ │ │ QWebDatabase
│ │ │ qwebdatabase.h
│ │ │ QWebElement
│ │ │ qwebelement.h
│ │ │ QWebElementCollection
│ │ │ QWebFullScreenVideoHandler
│ │ │ QWebHapticFeedbackPlayer
│ │ │ QWebHistory
│ │ │ qwebhistory.h
│ │ │ QWebHistoryInterface
│ │ │ qwebhistoryinterface.h
│ │ │ QWebHistoryItem
│ │ │ qwebkitglobal.h
│ │ │ QWebKitPlatformPlugin
│ │ │ qwebkitplatformplugin.h
│ │ │ QWebNotificationData
│ │ │ QWebNotificationPresenter
│ │ │ QWebPluginFactory
│ │ │ qwebpluginfactory.h
│ │ │ QWebSecurityOrigin
│ │ │ qwebsecurityorigin.h
│ │ │ QWebSelectData
│ │ │ QWebSelectMethod
│ │ │ QWebSettings
│ │ │ qwebsettings.h
│ │ │ QWebSpellChecker
│ │ │ QWebTouchModifier
│ │ │
│ │ └───1.0.0
│ │ └───QtWebKit
│ │ └───private
│ │ qhttpheader_p.h
│ │ qwebdatabase_p.h
│ │ qwebelement_p.h
│ │ qwebhistory_p.h
│ │ qwebplugindatabase_p.h
│ │ qwebscriptworld_p.h
│ │ qwebsecurityorigin_p.h
│ │
│ └───QtWebKitWidgets
│ │ QGraphicsWebView
│ │ qgraphicswebview.h
│ │ QtWebKitWidgets
│ │ QWebFrame
│ │ qwebframe.h
│ │ QWebHitTestResult
│ │ QWebInspector
│ │ qwebinspector.h
│ │ QWebPage
│ │ qwebpage.h
│ │ QWebView
│ │ qwebview.h
│ │
│ └───1.0.0
│ └───QtWebKitWidgets
│ └───private
│ qwebframe_p.h
│ qwebinspector_p.h
│ qwebpage_p.h
│ qwebviewaccessible_p.h
└───lib
JavaScriptCore.dll
JavaScriptCore.lib
Qt5WebKit.dll
Qt5WebKit.lib
Qt5WebKitWidgets.dll
Qt5WebKitWidgets.lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment