Fix import order by moving QTabWidget to the correct position in settings_dialog.py
Some checks are pending
Tests & Quality Checks / Test on Python 3.11 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-1 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.10 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.11-2 (push) Waiting to run
Tests & Quality Checks / Test on Python 3.12-2 (push) Waiting to run
Tests & Quality Checks / Build Artifacts (push) Blocked by required conditions
Tests & Quality Checks / Build Artifacts-1 (push) Blocked by required conditions

This commit is contained in:
claudi 2026-02-20 08:45:54 +01:00
parent 6ba40ce25d
commit 7873d0a060

View file

@ -16,9 +16,9 @@ from PySide6.QtWidgets import (
QListWidgetItem, QListWidgetItem,
QPushButton, QPushButton,
QSpinBox, QSpinBox,
QTabWidget,
QTableWidget, QTableWidget,
QTableWidgetItem, QTableWidgetItem,
QTabWidget,
QVBoxLayout, QVBoxLayout,
QWidget, QWidget,
) )