diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ee38b33..69a5a93 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -6,8 +6,7 @@
-
-
+
@@ -344,7 +343,23 @@
1783282570014
-
+
+
+ 1783453889199
+
+
+
+ 1783453889199
+
+
+
+ 1783456842297
+
+
+
+ 1783456842297
+
+
diff --git a/src/fluency/ui/dialogs.py b/src/fluency/ui/dialogs.py
index d2fd2ce..e76f4b9 100644
--- a/src/fluency/ui/dialogs.py
+++ b/src/fluency/ui/dialogs.py
@@ -9,6 +9,7 @@ from typing import Any, Dict, List, Optional, Tuple
from PySide6.QtCore import Qt, QPoint, QPointF
from PySide6.QtGui import QColor, QFont, QKeySequence
from PySide6.QtWidgets import (
+ QButtonGroup,
QCheckBox,
QComboBox,
QDialog,
@@ -16,8 +17,10 @@ from PySide6.QtWidgets import (
QDoubleSpinBox,
QFormLayout,
QFrame,
+ QGridLayout,
QHBoxLayout,
QLabel,
+ QLineEdit,
QPushButton,
QRadioButton,
QVBoxLayout,