PyQt/partner_625781186/5.hoverMenu/CommonHelper.py

15 lines
238 B
Python
Raw Normal View History

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