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 @@ - - + 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,