Class: RubyQt6::QtWebEngineCore::QWebEngineProfile
- Inherits:
-
RubyQt6::QtCore::QObject
- Object
- RubyQt6::QtCore::QObject
- RubyQt6::QtWebEngineCore::QWebEngineProfile
- Defined in:
- lib/qt6/qtwebenginecore/qwebengineprofile.rb
Overview
Defined Under Namespace
Classes: HttpCacheType, PersistentCookiesPolicy, PersistentPermissionsPolicy
Instance Method Summary collapse
Constructor Details
#initialize(name, parent = nil) ⇒ QWebEngineProfile
26 27 28 29 |
# File 'lib/qt6/qtwebenginecore/qwebengineprofile.rb', line 26 def initialize(name, parent = nil) _initialize(T.to_qstr(name), parent) _take_ownership_from_ruby(self) end |