# pyqt5重定义边框 **Repository Path**: ctosoft/pyqt5zhongdingyibiankuang ## Basic Information - **Project Name**: pyqt5重定义边框 - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2019-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 在用qt designer的基础上重定义边框 # 描述 大概就是下图这种效果: ![](./doc/1.png) ![](./doc/2.png) ![](./doc/3.png) ## 修改方法 1. 打开ui.ui文件编辑(注意不要修改作为边框的widget和widget_3的高度,调整宽度时也要将widget里的控件布局); 2. demain.py中修改选定qss样式的文件; 3. 使用颜色提取工具,修改背景和标题的颜色;