分类: Pycharm

4 篇文章

thumbnail
pycharm:PySide6的Live Templates
Settings-Editor-Live Templates-Python import sys from PySide6.QtWidgets import QApplication, QWidget, QLabel class MainWindow(QWidget): def __init__(self): super().__init__() …
pycharm的File And Code Template设置
设置 代码 #!/usr/bin/env python # -*- coding: utf-8 -*- """-------------------------------------------------------------------------- @FileName: ${FILE_NAME} @Author: Chen GangQia…