mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2025-12-19 22:24:19 +01:00
Update console.py PySide6
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
from PyQt5.QtWidgets import QApplication
|
from PySide6.QtWidgets import QApplication
|
||||||
from PyQt5.QtCore import pyqtSlot
|
from PySide6.QtCore import pyqtSlot
|
||||||
|
|
||||||
from qtconsole.rich_jupyter_widget import RichJupyterWidget
|
from qtconsole.rich_jupyter_widget import RichJupyterWidget
|
||||||
from qtconsole.inprocess import QtInProcessKernelManager
|
from qtconsole.inprocess import QtInProcessKernelManager
|
||||||
|
|||||||
Reference in New Issue
Block a user