feat: extend ProgressWidget to allow for translation

This commit is contained in:
Jann Stute
2024-12-23 01:32:34 +01:00
parent de57225c5e
commit 9ab681febb

View File

@@ -15,8 +15,9 @@ class ProgressWidget(QWidget):
def __init__(
self,
window_title: str,
label_text: str,
*,
window_title: str = "",
label_text: str = "",
cancel_button_text: Optional[str],
minimum: int,
maximum: int,