Complete the rewrite of the Preferences dialog

This commit is contained in:
Veronica Berglyd Olsen
2024-01-08 20:49:40 +01:00
parent 1ed3cea414
commit 1fbd50334d
3 changed files with 433 additions and 704 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class NScrollableForm(QScrollArea):
def addRow(self, label: str, widget: QWidget, helpText: str = "", unit: str | None = None,
button: QWidget | None = None, editable: str | None = None) -> None:
"""Add a label and a widget as a new row of the grid."""
"""Add a label and a widget as a new row of the form."""
row = QHBoxLayout()
wSp = CONFIG.pxInt(8)