mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-20 14:37:04 +01:00
more testing of pyside6
This commit is contained in:
@@ -9,12 +9,13 @@ from PySide6 import QtCore
|
||||
from PySide6.QtCore import (
|
||||
Qt,
|
||||
QObject,
|
||||
pyqtSlot,
|
||||
pyqtSignal,
|
||||
Slot as pyqtSlot,
|
||||
Signal as pyqtSignal,
|
||||
QEventLoop,
|
||||
QAbstractTableModel,
|
||||
)
|
||||
from PySide6.QtWidgets import QAction, QTableView
|
||||
from PySide6.QtWidgets import QTableView
|
||||
from PySide6.QtGui import QAction
|
||||
from logbook import info
|
||||
from path import Path
|
||||
from pyqtgraph.parametertree import Parameter
|
||||
|
||||
Reference in New Issue
Block a user