- Added save file foramt

- Split main.py refactor
This commit is contained in:
bklronin
2026-07-11 09:34:38 +02:00
parent be22c44a3f
commit b0aebdc04f
2 changed files with 21 additions and 3 deletions
+3
View File
@@ -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,