You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference/QCefConfig.md
+18
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ Represents the CEF setting. For more details please refer to: [https://bitbucket
16
16
`public `[`~QCefConfig`](#class_q_cef_config_1a67d06ef56affa82e943c7a5c73afee9a)`()` | Destructs the config
17
17
`public void `[`addCommandLineSwitch`](#class_q_cef_config_1a2873f9e8e8997db4060348418df16632)`(const QString & smitch)` | Adds a switch to the commandline args used to initialize the CEF
18
18
`public void `[`addCommandLineSwitchWithValue`](#class_q_cef_config_1a141daa8b02526d190e462cbcb38dbab5)`(const QString & smitch, const QString & v)` | Adds a switch with value to the commandline args used to initialize the CEF
19
+
`public void `[`setWindowlessRenderingEnabled`](#class_q_cef_config_1af6041bcae9fcf72ea47ffc47d62e5a96)`(const bool enabled)` | Sets the flag to enable/disable OSR mode
20
+
`public const QVariant `[`WindowlessRenderingEnabled`](#class_q_cef_config_1a1390692449458f6bd774d024e41ae945)`() const` | Gets the OSR mode flag
0 commit comments