PyQt/partner_625781186/5.hoverMenu/CommonHelper.py
2018-07-07 15:15:12 +08:00

14 lines
238 B
Python

# -*- coding: utf-8 -*-
'''
读取CSS用模块。
'''
class CommonHelper :
def __init__(self ) :
pass
@staticmethod
def readQss( style):
with open( style , 'r') as f:
return f.read()