# treewidget-demo **Repository Path**: RreaRem/treewidget-demo ## Basic Information - **Project Name**: treewidget-demo - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-22 - **Last Updated**: 2025-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # treewidget-demo #### 博客原文 https://www.cnblogs.com/Rrea/p/19158668 #### 安装教程 因需要支持Windows7系统下的运行,建议python版本<=3.8 pyside6==6.1.3 ``` pip install pyside6==6.1.3 -i https://pypi.doubanio.com/simple ``` ui与prc编译命令 ``` pyside6-uic untitled2.ui -o untitled2.py ```