We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Environment
To Reproduce
Code
# Minimum code to reproduce the error from PySide6.QtWidgets import QApplication from qfluentwidgets.components.widgets.frameless_window import FramelessWindow class MainWindow(FramelessWindow): def __init__(self, parent=None): super().__init__(parent) self.setMinimumSize(800, 600) if __name__ == "__main__": import sys app = QApplication(sys.argv) w = MainWindow() w.show() sys.exit(app.exec())
Expected behavior 窗口应该被正常地调整大小
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Environment
To Reproduce
Code
Expected behavior
窗口应该被正常地调整大小
The text was updated successfully, but these errors were encountered: