LiquidGUI [1.1.0.0] Dev

- Initial Linux support.
This commit is contained in:
2024-07-07 16:41:50 +01:00
parent 5fab490885
commit 495de03e39
6 changed files with 53 additions and 47 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
from PySide6.QtWidgets import QLabel
from PySide6.QtGui import QFont
from PyQt6.QtWidgets import QLabel
from PyQt6.QtGui import QFont
class SubLabel(QLabel):
""" Formatting for sub-labels. """
+3 -3
View File
@@ -1,6 +1,6 @@
from PySide6.QtWidgets import QLabel
from PySide6.QtGui import QFont
from PySide6.QtCore import Qt
from PyQt6.QtWidgets import QLabel
from PyQt6.QtGui import QFont
from PyQt6.QtCore import Qt
class SubLabelValue(QLabel):
""" Formatting for values. """