mirror of
https://github.com/UN-GCPDS/qt-material.git
synced 2025-01-13 16:42:56 +08:00
Added roboto font
This commit is contained in:
parent
8e50745870
commit
fb1e1ff9f3
@ -82,6 +82,8 @@ def export_theme(theme='', qss=None, rcc=None, invert_secondary=False, extra={},
|
||||
# ----------------------------------------------------------------------
|
||||
def build_stylesheet(theme='', invert_secondary=False, extra={}, parent='theme'):
|
||||
""""""
|
||||
add_fonts()
|
||||
|
||||
theme = get_theme(theme, invert_secondary)
|
||||
if theme is None:
|
||||
return None
|
||||
@ -382,4 +384,4 @@ class QtStyleTools:
|
||||
# ----------------------------------------------------------------------
|
||||
def get_hook_dirs():
|
||||
package_folder = Path(__file__).parent
|
||||
return [str(package_folder.absolute())]
|
||||
return [str(package_folder.absolute())]
|
||||
|
Loading…
x
Reference in New Issue
Block a user