A fluent design widgets library based on C++ Qt/PyQt/PySide. Make Qt Great Again.
GNU General Public License v3.0
5.65k
stars
544
forks
source link
[Bug]: (FramelessWebEngineView) and (QWebEngineView) are messing up the (FluentWindow) theme #673
Closed
AliMostafaRadwan closed 10 months ago
What happened?
if i added a
QWebEngineView
or even after usingFramelessWebEngineView
inFluentWindow
class, the whole theme get brokenwithout the QWebEngineView or FramelessWebEngineView (expected) :
Operation System
Windows 11 Pro, 22H2
Python Version
3.10
PyQt/PySide Version
PyQt5==5.15.9 PyQt5-Qt5==5.15.2
PyQt/PySide-Fluent-Widgets Version
PyQt-Fluent-Widgets==1.4.1 PyQt5-Frameless-Window==0.3.7
How to Reproduce?
As long as you add
QWebEngineView
to any subpage and display it in variousFluentWindow
, it will appear. It is normal to display the subpage alone.Minimum code