commit
6861f24bce
|
@ -37,6 +37,7 @@ option(FRAMELESSHELPER_BUILD_STATIC "Build FramelessHelper as a static library."
|
||||||
option(FRAMELESSHELPER_BUILD_WIDGETS "Build FramelessHelper's Widgets module." ON)
|
option(FRAMELESSHELPER_BUILD_WIDGETS "Build FramelessHelper's Widgets module." ON)
|
||||||
option(FRAMELESSHELPER_BUILD_QUICK "Build FramelessHelper's Quick module." ON)
|
option(FRAMELESSHELPER_BUILD_QUICK "Build FramelessHelper's Quick module." ON)
|
||||||
option(FRAMELESSHELPER_BUILD_EXAMPLES "Build FramelessHelper demo applications." OFF)
|
option(FRAMELESSHELPER_BUILD_EXAMPLES "Build FramelessHelper demo applications." OFF)
|
||||||
|
option(FRAMELESSHELPER_BUILD_DOCUMENTATIONS "Build FramelessHelper documentations." OFF)
|
||||||
option(FRAMELESSHELPER_EXAMPLES_DEPLOYQT "Deploy the Qt framework after building the demo projects." OFF)
|
option(FRAMELESSHELPER_EXAMPLES_DEPLOYQT "Deploy the Qt framework after building the demo projects." OFF)
|
||||||
option(FRAMELESSHELPER_NO_DEBUG_OUTPUT "Suppress the debug messages from FramelessHelper." ON)
|
option(FRAMELESSHELPER_NO_DEBUG_OUTPUT "Suppress the debug messages from FramelessHelper." ON)
|
||||||
option(FRAMELESSHELPER_NO_BUNDLE_RESOURCE "Do not bundle any resources within FramelessHelper." OFF)
|
option(FRAMELESSHELPER_NO_BUNDLE_RESOURCE "Do not bundle any resources within FramelessHelper." OFF)
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
# Frameless Helper
|
||||||
|
|
||||||
|
Cross-platform window customization framework for Qt Widgets and Qt Quick. Supports Windows, Linux and macOS.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
```text
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (C) 2021-2023 by wangwenx190 (Yuhang Zhao)
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
```
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,157 @@
|
||||||
|
/**
|
||||||
|
|
||||||
|
Doxygen Awesome
|
||||||
|
https://github.com/jothepro/doxygen-awesome-css
|
||||||
|
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2021 - 2023 jothepro
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
class DoxygenAwesomeDarkModeToggle extends HTMLElement {
|
||||||
|
// SVG icons from https://fonts.google.com/icons
|
||||||
|
// Licensed under the Apache 2.0 license:
|
||||||
|
// https://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
static lightModeIcon = `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#FCBF00"><rect fill="none" height="24" width="24"/><circle cx="12" cy="12" opacity=".3" r="3"/><path d="M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"/></svg>`
|
||||||
|
static darkModeIcon = `<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="#FE9700"><rect fill="none" height="24" width="24"/><path d="M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27 C17.45,17.19,14.93,19,12,19c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z" opacity=".3"/><path d="M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"/></svg>`
|
||||||
|
static title = "Toggle Light/Dark Mode"
|
||||||
|
|
||||||
|
static prefersLightModeInDarkModeKey = "prefers-light-mode-in-dark-mode"
|
||||||
|
static prefersDarkModeInLightModeKey = "prefers-dark-mode-in-light-mode"
|
||||||
|
|
||||||
|
static _staticConstructor = function() {
|
||||||
|
DoxygenAwesomeDarkModeToggle.enableDarkMode(DoxygenAwesomeDarkModeToggle.userPreference)
|
||||||
|
// Update the color scheme when the browsers preference changes
|
||||||
|
// without user interaction on the website.
|
||||||
|
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {
|
||||||
|
DoxygenAwesomeDarkModeToggle.onSystemPreferenceChanged()
|
||||||
|
})
|
||||||
|
// Update the color scheme when the tab is made visible again.
|
||||||
|
// It is possible that the appearance was changed in another tab
|
||||||
|
// while this tab was in the background.
|
||||||
|
document.addEventListener("visibilitychange", visibilityState => {
|
||||||
|
if (document.visibilityState === 'visible') {
|
||||||
|
DoxygenAwesomeDarkModeToggle.onSystemPreferenceChanged()
|
||||||
|
}
|
||||||
|
});
|
||||||
|
}()
|
||||||
|
|
||||||
|
static init() {
|
||||||
|
$(function() {
|
||||||
|
$(document).ready(function() {
|
||||||
|
const toggleButton = document.createElement('doxygen-awesome-dark-mode-toggle')
|
||||||
|
toggleButton.title = DoxygenAwesomeDarkModeToggle.title
|
||||||
|
toggleButton.updateIcon()
|
||||||
|
|
||||||
|
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => {
|
||||||
|
toggleButton.updateIcon()
|
||||||
|
})
|
||||||
|
document.addEventListener("visibilitychange", visibilityState => {
|
||||||
|
if (document.visibilityState === 'visible') {
|
||||||
|
toggleButton.updateIcon()
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
$(document).ready(function(){
|
||||||
|
document.getElementById("MSearchBox").parentNode.appendChild(toggleButton)
|
||||||
|
})
|
||||||
|
$(window).resize(function(){
|
||||||
|
document.getElementById("MSearchBox").parentNode.appendChild(toggleButton)
|
||||||
|
})
|
||||||
|
})
|
||||||
|
})
|
||||||
|
}
|
||||||
|
|
||||||
|
constructor() {
|
||||||
|
super();
|
||||||
|
this.onclick=this.toggleDarkMode
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @returns `true` for dark-mode, `false` for light-mode system preference
|
||||||
|
*/
|
||||||
|
static get systemPreference() {
|
||||||
|
return window.matchMedia('(prefers-color-scheme: dark)').matches
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @returns `true` for dark-mode, `false` for light-mode user preference
|
||||||
|
*/
|
||||||
|
static get userPreference() {
|
||||||
|
return (!DoxygenAwesomeDarkModeToggle.systemPreference && localStorage.getItem(DoxygenAwesomeDarkModeToggle.prefersDarkModeInLightModeKey)) ||
|
||||||
|
(DoxygenAwesomeDarkModeToggle.systemPreference && !localStorage.getItem(DoxygenAwesomeDarkModeToggle.prefersLightModeInDarkModeKey))
|
||||||
|
}
|
||||||
|
|
||||||
|
static set userPreference(userPreference) {
|
||||||
|
DoxygenAwesomeDarkModeToggle.darkModeEnabled = userPreference
|
||||||
|
if(!userPreference) {
|
||||||
|
if(DoxygenAwesomeDarkModeToggle.systemPreference) {
|
||||||
|
localStorage.setItem(DoxygenAwesomeDarkModeToggle.prefersLightModeInDarkModeKey, true)
|
||||||
|
} else {
|
||||||
|
localStorage.removeItem(DoxygenAwesomeDarkModeToggle.prefersDarkModeInLightModeKey)
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
if(!DoxygenAwesomeDarkModeToggle.systemPreference) {
|
||||||
|
localStorage.setItem(DoxygenAwesomeDarkModeToggle.prefersDarkModeInLightModeKey, true)
|
||||||
|
} else {
|
||||||
|
localStorage.removeItem(DoxygenAwesomeDarkModeToggle.prefersLightModeInDarkModeKey)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
DoxygenAwesomeDarkModeToggle.onUserPreferenceChanged()
|
||||||
|
}
|
||||||
|
|
||||||
|
static enableDarkMode(enable) {
|
||||||
|
if(enable) {
|
||||||
|
DoxygenAwesomeDarkModeToggle.darkModeEnabled = true
|
||||||
|
document.documentElement.classList.add("dark-mode")
|
||||||
|
document.documentElement.classList.remove("light-mode")
|
||||||
|
} else {
|
||||||
|
DoxygenAwesomeDarkModeToggle.darkModeEnabled = false
|
||||||
|
document.documentElement.classList.remove("dark-mode")
|
||||||
|
document.documentElement.classList.add("light-mode")
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
static onSystemPreferenceChanged() {
|
||||||
|
DoxygenAwesomeDarkModeToggle.darkModeEnabled = DoxygenAwesomeDarkModeToggle.userPreference
|
||||||
|
DoxygenAwesomeDarkModeToggle.enableDarkMode(DoxygenAwesomeDarkModeToggle.darkModeEnabled)
|
||||||
|
}
|
||||||
|
|
||||||
|
static onUserPreferenceChanged() {
|
||||||
|
DoxygenAwesomeDarkModeToggle.enableDarkMode(DoxygenAwesomeDarkModeToggle.darkModeEnabled)
|
||||||
|
}
|
||||||
|
|
||||||
|
toggleDarkMode() {
|
||||||
|
DoxygenAwesomeDarkModeToggle.userPreference = !DoxygenAwesomeDarkModeToggle.userPreference
|
||||||
|
this.updateIcon()
|
||||||
|
}
|
||||||
|
|
||||||
|
updateIcon() {
|
||||||
|
if(DoxygenAwesomeDarkModeToggle.darkModeEnabled) {
|
||||||
|
this.innerHTML = DoxygenAwesomeDarkModeToggle.darkModeIcon
|
||||||
|
} else {
|
||||||
|
this.innerHTML = DoxygenAwesomeDarkModeToggle.lightModeIcon
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
customElements.define("doxygen-awesome-dark-mode-toggle", DoxygenAwesomeDarkModeToggle);
|
|
@ -0,0 +1,40 @@
|
||||||
|
|
||||||
|
/**
|
||||||
|
|
||||||
|
Doxygen Awesome
|
||||||
|
https://github.com/jothepro/doxygen-awesome-css
|
||||||
|
|
||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2021 - 2023 jothepro
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
|
*/
|
||||||
|
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
|
||||||
|
#MSearchBox {
|
||||||
|
width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - var(--searchbar-height) - 1px);
|
||||||
|
}
|
||||||
|
|
||||||
|
#MSearchField {
|
||||||
|
width: calc(var(--side-nav-fixed-width) - calc(2 * var(--spacing-medium)) - 66px - var(--searchbar-height));
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,184 @@
|
||||||
|
set(DOXYGEN_FILE_DIR ${CMAKE_CURRENT_LIST_DIR})
|
||||||
|
|
||||||
|
#[[
|
||||||
|
Add Doxygen target.
|
||||||
|
|
||||||
|
ck_init_buildsystem(<target>
|
||||||
|
[NAME <name>]
|
||||||
|
[VERSION <version>]
|
||||||
|
[DESCRIPTION <desc>]
|
||||||
|
[LOGO <file>]
|
||||||
|
[MDFILE <file>]
|
||||||
|
[OUTPUT_DIR <dir>]
|
||||||
|
|
||||||
|
[INPUT <file> ...]
|
||||||
|
[INCLUDE_DIRECTORIES <dir> ...]
|
||||||
|
[COMPILE_DEFINITIONS <NAME=VALUE> ...]
|
||||||
|
[TARGETS <target> ...]
|
||||||
|
[ENVIRONMENT_EXPORTS <key> ...]
|
||||||
|
[NO_EXPAND_MACROS <macro> ...]
|
||||||
|
[DEPENDS <dependency> ...]
|
||||||
|
)
|
||||||
|
]] #
|
||||||
|
function(setup_doxygen_command _target)
|
||||||
|
set(options)
|
||||||
|
set(oneValueArgs NAME VERSION DESCRIPTION LOGO MDFILE OUTPUT_DIR INSTALL_DIR GENERATE_TAGFILE)
|
||||||
|
set(multiValueArgs INPUT TAGFILES INCLUDE_DIRECTORIES COMPILE_DEFINITIONS TARGETS ENVIRONMENT_EXPORTS
|
||||||
|
NO_EXPAND_MACROS DEPENDS
|
||||||
|
)
|
||||||
|
cmake_parse_arguments(FUNC "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN})
|
||||||
|
|
||||||
|
if(NOT DOXYGEN_EXECUTABLE)
|
||||||
|
message(FATAL_ERROR "setup_doxygen_command: doxygen executable not defined!")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
macro(_set_value _key _maybe_value _default)
|
||||||
|
if(${_maybe_value})
|
||||||
|
set(${_key} ${${_maybe_value}})
|
||||||
|
else()
|
||||||
|
set(${_key} ${_default})
|
||||||
|
endif()
|
||||||
|
endmacro()
|
||||||
|
|
||||||
|
_set_value(_name FUNC_NAME "${PROJECT_NAME}")
|
||||||
|
_set_value(_version FUNC_VERSION "${PROJECT_VERSION}")
|
||||||
|
_set_value(_desc FUNC_DESCRIPTION "${PROJECT_DESCRIPTION}")
|
||||||
|
_set_value(_logo FUNC_LOGO "")
|
||||||
|
_set_value(_mdfile FUNC_MDFILE "")
|
||||||
|
_set_value(_tagfile FUNC_GENERATE_TAGFILE "")
|
||||||
|
|
||||||
|
if(_desc STREQUAL "")
|
||||||
|
set(${_desc} "${_name}")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
set(_sep " \\\n ")
|
||||||
|
|
||||||
|
# Generate include file
|
||||||
|
set(_doxy_includes "${CMAKE_CURRENT_BINARY_DIR}/cmake/doxygen_${_target}.inc")
|
||||||
|
set(_doxy_output_dir "${CMAKE_CURRENT_BINARY_DIR}/doxygen_${_target}")
|
||||||
|
|
||||||
|
set(_input "")
|
||||||
|
set(_tagfiles "")
|
||||||
|
set(_includes "")
|
||||||
|
set(_defines "")
|
||||||
|
set(_no_expand "")
|
||||||
|
|
||||||
|
if(FUNC_INPUT)
|
||||||
|
set(_input "INPUT = $<JOIN:${FUNC_INPUT},${_sep}>\n\n")
|
||||||
|
else()
|
||||||
|
set(_input "INPUT = \n\n")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(FUNC_TAGFILES)
|
||||||
|
set(_tagfiles "TAGFILES = $<JOIN:${FUNC_TAGFILES},${_sep}>\n\n")
|
||||||
|
else()
|
||||||
|
set(_tagfiles "TAGFILES = \n\n")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(FUNC_INCLUDE_DIRECTORIES)
|
||||||
|
set(_includes "INCLUDE_PATH = $<JOIN:${FUNC_INCLUDE_DIRECTORIES},${_sep}>\n\n")
|
||||||
|
else()
|
||||||
|
set(_includes "INCLUDE_PATH = \n\n")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(FUNC_COMPILE_DEFINITIONS)
|
||||||
|
set(_defines "PREDEFINED = $<JOIN:${FUNC_COMPILE_DEFINITIONS},${_sep}>\n\n")
|
||||||
|
else()
|
||||||
|
set(_defines "PREDEFINED = \n\n")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(FUNC_NO_EXPAND_MACROS)
|
||||||
|
set(_temp_list)
|
||||||
|
|
||||||
|
foreach(_item ${FUNC_NO_EXPAND_MACROS})
|
||||||
|
list(APPEND _temp_list "${_item}=")
|
||||||
|
endforeach()
|
||||||
|
|
||||||
|
set(_no_expand "PREDEFINED += $<JOIN:${_temp_list},${_sep}>\n\n")
|
||||||
|
unset(_temp_list)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
# Extra
|
||||||
|
set(_extra_arguments)
|
||||||
|
|
||||||
|
if(FUNC_TARGETS)
|
||||||
|
foreach(item ${FUNC_TARGETS})
|
||||||
|
set(_extra_arguments "${_extra_arguments}INCLUDE_PATH += $<JOIN:$<TARGET_PROPERTY:${item},INCLUDE_DIRECTORIES>,${_sep}>\n\n")
|
||||||
|
set(_extra_arguments "${_extra_arguments}PREDEFINED += $<JOIN:$<TARGET_PROPERTY:${item},COMPILE_DEFINITIONS>,${_sep}>\n\n")
|
||||||
|
endforeach()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(FUNC_OUTPUT_DIR)
|
||||||
|
set(_doxy_output_dir ${FUNC_OUTPUT_DIR})
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(_mdfile)
|
||||||
|
set(_extra_arguments "${_extra_arguments}INPUT += ${_mdfile}\n\n")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
file(GENERATE
|
||||||
|
OUTPUT "${_doxy_includes}"
|
||||||
|
CONTENT "${_input}${_tagfiles}${_includes}${_defines}${_extra_arguments}${_no_expand}"
|
||||||
|
)
|
||||||
|
|
||||||
|
set(_env)
|
||||||
|
|
||||||
|
foreach(_export ${FUNC_ENVIRONMENT_EXPORTS})
|
||||||
|
if(NOT DEFINED "${_export}")
|
||||||
|
message(FATAL_ERROR "setup_doxygen_command: ${_export} is not known when trying to export it.")
|
||||||
|
endif()
|
||||||
|
|
||||||
|
list(APPEND _env "${_export}=${${_export}}")
|
||||||
|
endforeach()
|
||||||
|
|
||||||
|
list(APPEND _env "DOXY_FILE_DIR=${DOXYGEN_FILE_DIR}")
|
||||||
|
list(APPEND _env "DOXY_INCLUDE_FILE=${_doxy_includes}")
|
||||||
|
|
||||||
|
list(APPEND _env "DOXY_PROJECT_NAME=${_name}")
|
||||||
|
list(APPEND _env "DOXY_PROJECT_VERSION=${_version}")
|
||||||
|
list(APPEND _env "DOXY_PROJECT_BRIEF=${_desc}")
|
||||||
|
list(APPEND _env "DOXY_PROJECT_LOGO=${_logo}")
|
||||||
|
list(APPEND _env "DOXY_MAINPAGE_MD_FILE=${_mdfile}")
|
||||||
|
list(APPEND _env "DOXY_GENERATE_TAGFILE=${_tagfile}")
|
||||||
|
|
||||||
|
set(_build_command "${CMAKE_COMMAND}" "-E" "env"
|
||||||
|
${_env} "DOXY_OUTPUT_DIR=${_doxy_output_dir}"
|
||||||
|
"${DOXYGEN_EXECUTABLE}" "${DOXYGEN_FILE_DIR}/Doxyfile"
|
||||||
|
)
|
||||||
|
|
||||||
|
if(FUNC_DEPENDS)
|
||||||
|
set(_dependencies DEPENDS ${FUNC_DEPENDS})
|
||||||
|
endif()
|
||||||
|
|
||||||
|
add_custom_target(${_target}
|
||||||
|
COMMAND ${CMAKE_COMMAND} -E make_directory ${_doxy_output_dir}
|
||||||
|
COMMAND ${_build_command}
|
||||||
|
COMMENT "Build HTML documentation"
|
||||||
|
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
|
VERBATIM
|
||||||
|
${_dependencies}
|
||||||
|
)
|
||||||
|
|
||||||
|
if(FUNC_INSTALL_DIR AND CMAKE_INSTALL_PREFIX)
|
||||||
|
get_filename_component(_install_dir ${FUNC_INSTALL_DIR} ABSOLUTE BASE_DIR ${CMAKE_INSTALL_PREFIX})
|
||||||
|
set(_install_command "${CMAKE_COMMAND}" "-E" "env"
|
||||||
|
${_env} "DOXY_OUTPUT_DIR=${_install_dir}"
|
||||||
|
"${DOXYGEN_EXECUTABLE}" "${DOXYGEN_FILE_DIR}/Doxyfile"
|
||||||
|
)
|
||||||
|
|
||||||
|
set(_install_command_quoted)
|
||||||
|
|
||||||
|
foreach(_item ${_install_command})
|
||||||
|
set(_install_command_quoted "${_install_command_quoted}\"${_item}\" ")
|
||||||
|
endforeach()
|
||||||
|
|
||||||
|
install(CODE "
|
||||||
|
message(STATUS \"Install HTML documentation\")
|
||||||
|
file(MAKE_DIRECTORY \"${_install_dir}\")
|
||||||
|
execute_process(
|
||||||
|
COMMAND ${_install_command_quoted}
|
||||||
|
WORKING_DIRECTORY \"${CMAKE_CURRENT_SOURCE_DIR}\"
|
||||||
|
)
|
||||||
|
")
|
||||||
|
endif()
|
||||||
|
endfunction()
|
|
@ -0,0 +1,11 @@
|
||||||
|
table.memname tr {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.memname td {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.memname tr:last-child:not(:first-child) {
|
||||||
|
margin-left: -0.75em
|
||||||
|
}
|
|
@ -0,0 +1,90 @@
|
||||||
|
<!-- HTML header for doxygen 1.9.8-->
|
||||||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="$langISO">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=11" />
|
||||||
|
<meta name="generator" content="Doxygen $doxygenversion" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<!--BEGIN PROJECT_NAME-->
|
||||||
|
<title>$projectname: $title</title>
|
||||||
|
<!--END PROJECT_NAME-->
|
||||||
|
<!--BEGIN !PROJECT_NAME-->
|
||||||
|
<title>$title</title>
|
||||||
|
<!--END !PROJECT_NAME-->
|
||||||
|
<link href="$relpath^tabs.css" rel="stylesheet" type="text/css" />
|
||||||
|
<!--BEGIN DISABLE_INDEX-->
|
||||||
|
<!--BEGIN FULL_SIDEBAR-->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var page_layout = 1;
|
||||||
|
</script>
|
||||||
|
<!--END FULL_SIDEBAR-->
|
||||||
|
<!--END DISABLE_INDEX-->
|
||||||
|
<script type="text/javascript" src="$relpath^jquery.js"></script>
|
||||||
|
<script type="text/javascript" src="$relpath^dynsections.js"></script>
|
||||||
|
$treeview $search $mathjax $darkmode
|
||||||
|
<link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" /> $extrastylesheet
|
||||||
|
<script type="text/javascript" src="$relpath^doxygen-awesome-darkmode-toggle.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
DoxygenAwesomeDarkModeToggle.init()
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<!--BEGIN DISABLE_INDEX-->
|
||||||
|
<!--BEGIN FULL_SIDEBAR-->
|
||||||
|
<div id="side-nav" class="ui-resizable side-nav-resizable">
|
||||||
|
<!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
<!--END FULL_SIDEBAR-->
|
||||||
|
<!--END DISABLE_INDEX-->
|
||||||
|
|
||||||
|
<div id="top">
|
||||||
|
<!-- do not remove this div, it is closed by doxygen! -->
|
||||||
|
|
||||||
|
<!--BEGIN TITLEAREA-->
|
||||||
|
<div id="titlearea">
|
||||||
|
<table cellspacing="0" cellpadding="0">
|
||||||
|
<tbody>
|
||||||
|
<tr id="projectrow">
|
||||||
|
<!--BEGIN PROJECT_LOGO-->
|
||||||
|
<td id="projectlogo"><img alt="Logo" src="$relpath^$projectlogo" /></td>
|
||||||
|
<!--END PROJECT_LOGO-->
|
||||||
|
<!--BEGIN PROJECT_NAME-->
|
||||||
|
<td id="projectalign">
|
||||||
|
<div id="projectname">$projectname
|
||||||
|
<!--BEGIN PROJECT_NUMBER--><span id="projectnumber"> $projectnumber</span>
|
||||||
|
<!--END PROJECT_NUMBER-->
|
||||||
|
</div>
|
||||||
|
<!--BEGIN PROJECT_BRIEF-->
|
||||||
|
<div id="projectbrief">$projectbrief</div>
|
||||||
|
<!--END PROJECT_BRIEF-->
|
||||||
|
</td>
|
||||||
|
<!--END PROJECT_NAME-->
|
||||||
|
<!--BEGIN !PROJECT_NAME-->
|
||||||
|
<!--BEGIN PROJECT_BRIEF-->
|
||||||
|
<td>
|
||||||
|
<div id="projectbrief">$projectbrief</div>
|
||||||
|
</td>
|
||||||
|
<!--END PROJECT_BRIEF-->
|
||||||
|
<!--END !PROJECT_NAME-->
|
||||||
|
<!--BEGIN DISABLE_INDEX-->
|
||||||
|
<!--BEGIN SEARCHENGINE-->
|
||||||
|
<!--BEGIN !FULL_SIDEBAR-->
|
||||||
|
<td>$searchbox</td>
|
||||||
|
<!--END !FULL_SIDEBAR-->
|
||||||
|
<!--END SEARCHENGINE-->
|
||||||
|
<!--END DISABLE_INDEX-->
|
||||||
|
</tr>
|
||||||
|
<!--BEGIN SEARCHENGINE-->
|
||||||
|
<!--BEGIN FULL_SIDEBAR-->
|
||||||
|
<tr>
|
||||||
|
<td colspan="2">$searchbox</td>
|
||||||
|
</tr>
|
||||||
|
<!--END FULL_SIDEBAR-->
|
||||||
|
<!--END SEARCHENGINE-->
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
<!--END TITLEAREA-->
|
||||||
|
<!-- end header part -->
|
|
@ -22,14 +22,54 @@
|
||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
]]
|
]]
|
||||||
|
|
||||||
|
set(_targets)
|
||||||
|
set(_doc_input_dirs)
|
||||||
|
|
||||||
if(TARGET Qt${QT_VERSION_MAJOR}::Core AND TARGET Qt${QT_VERSION_MAJOR}::Gui)
|
if(TARGET Qt${QT_VERSION_MAJOR}::Core AND TARGET Qt${QT_VERSION_MAJOR}::Gui)
|
||||||
add_subdirectory(core)
|
add_subdirectory(core)
|
||||||
|
list(APPEND _targets ${PROJECT_NAME}::Core)
|
||||||
|
list(APPEND _doc_input_dirs core ../include/FramelessHelper/Core)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(FRAMELESSHELPER_BUILD_WIDGETS AND TARGET Qt${QT_VERSION_MAJOR}::Widgets)
|
if(FRAMELESSHELPER_BUILD_WIDGETS AND TARGET Qt${QT_VERSION_MAJOR}::Widgets)
|
||||||
add_subdirectory(widgets)
|
add_subdirectory(widgets)
|
||||||
|
list(APPEND _targets ${PROJECT_NAME}::Widgets)
|
||||||
|
list(APPEND _doc_input_dirs widgets ../include/FramelessHelper/Widgets)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(FRAMELESSHELPER_BUILD_QUICK AND TARGET Qt${QT_VERSION_MAJOR}::Quick)
|
if(FRAMELESSHELPER_BUILD_QUICK AND TARGET Qt${QT_VERSION_MAJOR}::Quick)
|
||||||
add_subdirectory(quick)
|
add_subdirectory(quick)
|
||||||
|
list(APPEND _targets ${PROJECT_NAME}::Quick)
|
||||||
|
list(APPEND _doc_input_dirs quick ../include/FramelessHelper/Quick)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(FRAMELESSHELPER_BUILD_DOCUMENTATIONS)
|
||||||
|
if(NOT DOXYGEN_EXECUTABLE)
|
||||||
|
find_package(Doxygen QUIET)
|
||||||
|
|
||||||
|
if(NOT DOXYGEN_FOUND)
|
||||||
|
message(WARNING "Doxygen executable not found, skip building documentations.")
|
||||||
|
return()
|
||||||
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
include(../doxygen/doxygen.cmake)
|
||||||
|
|
||||||
|
set(_install_options)
|
||||||
|
|
||||||
|
if(NOT FRAMELESSHELPER_NO_INSTALL)
|
||||||
|
set(_install_options INSTALL_DIR share/doc/FramelessHelper)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
setup_doxygen_command(FramelessHelper_RunDoxygen
|
||||||
|
DESCRIPTION "Qt Window Customization Framework"
|
||||||
|
MDFILE ../doc/doxygen_mainpage.md
|
||||||
|
OUTPUT_DIR ${CMAKE_BINARY_DIR}
|
||||||
|
INPUT ${_doc_input_dirs}
|
||||||
|
TARGETS ${_targets}
|
||||||
|
DEPENDS ${_targets}
|
||||||
|
NO_EXPAND_MACROS Q_OBJECT Q_GADGET Q_DECLARE_TR_FUNCTIONS
|
||||||
|
COMPILE_DEFINITIONS Q_SIGNALS=Q_SIGNALS Q_SLOTS=Q_SLOTS
|
||||||
|
${_install_options}
|
||||||
|
)
|
||||||
endif()
|
endif()
|
|
@ -107,6 +107,16 @@ void FramelessHelperCoreInitResource()
|
||||||
}
|
}
|
||||||
#endif // FRAMELESSHELPER_CONFIG(bundle_resource)
|
#endif // FRAMELESSHELPER_CONFIG(bundle_resource)
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\namespace wangwenx190
|
||||||
|
\brief The author's root namespace.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\namespace wangwenx190::FramelessHelper
|
||||||
|
\brief FramelessHelper namespace.
|
||||||
|
*/
|
||||||
|
|
||||||
FRAMELESSHELPER_BEGIN_NAMESPACE
|
FRAMELESSHELPER_BEGIN_NAMESPACE
|
||||||
|
|
||||||
#if FRAMELESSHELPER_CONFIG(debug_output)
|
#if FRAMELESSHELPER_CONFIG(debug_output)
|
||||||
|
@ -122,8 +132,51 @@ FRAMELESSHELPER_BEGIN_NAMESPACE
|
||||||
# define CRITICAL QT_NO_QDEBUG_MACRO()
|
# define CRITICAL QT_NO_QDEBUG_MACRO()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\namespace wangwenx190::FramelessHelper::Global
|
||||||
|
\brief FramelessHelper global namespace.
|
||||||
|
*/
|
||||||
|
|
||||||
using namespace Global;
|
using namespace Global;
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\enum Global::Option
|
||||||
|
\brief FramelessHelper decoration options.
|
||||||
|
|
||||||
|
\var Global::Option::UseCrossPlatformQtImplementation
|
||||||
|
\brief Use pure Qt event system to emulate a frameless window.
|
||||||
|
|
||||||
|
\var Global::Option::ForceHideWindowFrameBorder
|
||||||
|
\brief Hide window frame border anyway.
|
||||||
|
|
||||||
|
\var Global::Option::ForceShowWindowFrameBorder
|
||||||
|
\brief Show window frame border anyway.
|
||||||
|
|
||||||
|
\var Global::Option::DisableWindowsSnapLayout
|
||||||
|
\brief Don't show snap layout, this option only works on Windows 11.
|
||||||
|
|
||||||
|
\var Global::Option::WindowUseRoundCorners
|
||||||
|
\brief Use round corners for windows anyway, this option only works on Windows 11.
|
||||||
|
|
||||||
|
\var Global::Option::CenterWindowBeforeShow
|
||||||
|
\brief Centralize the window before showing.
|
||||||
|
|
||||||
|
\var Global::Option::EnableBlurBehindWindow
|
||||||
|
\brief Show blur background.
|
||||||
|
|
||||||
|
\var Global::Option::ForceNonNativeBackgroundBlur
|
||||||
|
\brief Use non-native blur background anyway.
|
||||||
|
|
||||||
|
\var Global::Option::DisableLazyInitializationForMicaMaterial
|
||||||
|
\brief Disable lazy initialization for Mica Material.
|
||||||
|
|
||||||
|
\var Global::Option::ForceNativeBackgroundBlur
|
||||||
|
\brief Use native blur background anyway.
|
||||||
|
|
||||||
|
\var Global::Option::WindowUseSquareCorners
|
||||||
|
\brief Use square corners for windows anyway, this option only works on Windows 11.
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef Q_OS_WINDOWS
|
#ifdef Q_OS_WINDOWS
|
||||||
static_assert(std::size(WindowsVersions) == (static_cast<int>(WindowsVersion::Latest) + 1));
|
static_assert(std::size(WindowsVersions) == (static_cast<int>(WindowsVersion::Latest) + 1));
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -286,6 +286,11 @@ void FramelessManagerPrivate::initialize()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\class FramelessManager
|
||||||
|
\brief FramelessHelper global manager, managing all frameless related resources.
|
||||||
|
*/
|
||||||
|
|
||||||
FramelessManager::FramelessManager(QObject *parent) :
|
FramelessManager::FramelessManager(QObject *parent) :
|
||||||
QObject(parent), d_ptr(new FramelessManagerPrivate(this))
|
QObject(parent), d_ptr(new FramelessManagerPrivate(this))
|
||||||
{
|
{
|
||||||
|
@ -293,12 +298,18 @@ FramelessManager::FramelessManager(QObject *parent) :
|
||||||
|
|
||||||
FramelessManager::~FramelessManager() = default;
|
FramelessManager::~FramelessManager() = default;
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Returns a pointer to the application's FramelessManager instance.
|
||||||
|
*/
|
||||||
FramelessManager *FramelessManager::instance()
|
FramelessManager *FramelessManager::instance()
|
||||||
{
|
{
|
||||||
static FramelessManager manager;
|
static FramelessManager manager;
|
||||||
return &manager;
|
return &manager;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Returns the system theme style.
|
||||||
|
*/
|
||||||
SystemTheme FramelessManager::systemTheme() const
|
SystemTheme FramelessManager::systemTheme() const
|
||||||
{
|
{
|
||||||
Q_D(const FramelessManager);
|
Q_D(const FramelessManager);
|
||||||
|
@ -309,24 +320,36 @@ SystemTheme FramelessManager::systemTheme() const
|
||||||
return d->systemTheme;
|
return d->systemTheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Returns a pointer to the system accent color.
|
||||||
|
*/
|
||||||
QColor FramelessManager::systemAccentColor() const
|
QColor FramelessManager::systemAccentColor() const
|
||||||
{
|
{
|
||||||
Q_D(const FramelessManager);
|
Q_D(const FramelessManager);
|
||||||
return d->accentColor;
|
return d->accentColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Returns the system wallpaper string.
|
||||||
|
*/
|
||||||
QString FramelessManager::wallpaper() const
|
QString FramelessManager::wallpaper() const
|
||||||
{
|
{
|
||||||
Q_D(const FramelessManager);
|
Q_D(const FramelessManager);
|
||||||
return d->wallpaper;
|
return d->wallpaper;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Returns the system wallpper aspect style.
|
||||||
|
*/
|
||||||
WallpaperAspectStyle FramelessManager::wallpaperAspectStyle() const
|
WallpaperAspectStyle FramelessManager::wallpaperAspectStyle() const
|
||||||
{
|
{
|
||||||
Q_D(const FramelessManager);
|
Q_D(const FramelessManager);
|
||||||
return d->wallpaperAspectStyle;
|
return d->wallpaperAspectStyle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Sets the theme which overrides the system default theme.
|
||||||
|
*/
|
||||||
void FramelessManager::setOverrideTheme(const SystemTheme theme)
|
void FramelessManager::setOverrideTheme(const SystemTheme theme)
|
||||||
{
|
{
|
||||||
Q_D(FramelessManager);
|
Q_D(FramelessManager);
|
||||||
|
@ -342,6 +365,9 @@ void FramelessManager::setOverrideTheme(const SystemTheme theme)
|
||||||
Q_EMIT systemThemeChanged();
|
Q_EMIT systemThemeChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Add a window to be under management of FramelessHelper.
|
||||||
|
*/
|
||||||
void FramelessManager::addWindow(FramelessParamsConst params)
|
void FramelessManager::addWindow(FramelessParamsConst params)
|
||||||
{
|
{
|
||||||
Q_ASSERT(params);
|
Q_ASSERT(params);
|
||||||
|
@ -366,6 +392,9 @@ void FramelessManager::addWindow(FramelessParamsConst params)
|
||||||
connect(params->getWindowHandle(), &QWindow::destroyed, FramelessManager::instance(), [this, windowId](){ removeWindow(windowId); });
|
connect(params->getWindowHandle(), &QWindow::destroyed, FramelessManager::instance(), [this, windowId](){ removeWindow(windowId); });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
Remove a FramelessHelper managed window, this function will be called automatically when the window destroys.
|
||||||
|
*/
|
||||||
void FramelessManager::removeWindow(const WId windowId)
|
void FramelessManager::removeWindow(const WId windowId)
|
||||||
{
|
{
|
||||||
Q_ASSERT(windowId);
|
Q_ASSERT(windowId);
|
||||||
|
@ -389,4 +418,14 @@ void FramelessManager::removeWindow(const WId windowId)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\fn void FramelessManager::systemThemeChanged()
|
||||||
|
\brief This signal is emitted when the system theme changes externally.
|
||||||
|
*/
|
||||||
|
|
||||||
|
/*!
|
||||||
|
\fn void FramelessManager::wallpaperChanged()
|
||||||
|
\brief This signal is emitted when the system wallpaper changes externally.
|
||||||
|
*/
|
||||||
|
|
||||||
FRAMELESSHELPER_END_NAMESPACE
|
FRAMELESSHELPER_END_NAMESPACE
|
||||||
|
|
Loading…
Reference in New Issue