Skip to content
Xiaoshu312's Home
Search
⌘
Ctrl
K
Main Navigation
Home
English
简体中文
English
简体中文
Appearance
Xiaoshu312's Home
A Normal Blog
A middle school student who loves programming and Minecraft.
GitHub (Projects)
GitHub (Other)
[Windows + PyQt5] Fix top clipping of windows with system buttons and add dark mode support
2026/7/5
This article is a supplement to the previous one, fixing the issue of the window being clipped at the top when maximized, and adding support for dark mode.
[Windows] Display System Buttons in a PyQt5 Frameless Window
2026/2/27
Learn about techniques for displaying system buttons on frameless window when combining Python and the Windows API.