Skip to content

Commit

Permalink
correct pyside example
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten authored Oct 11, 2023
1 parent 2eb2f51 commit b2b9449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyside_kernel_widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- code to execute:
from kernel_widget import get_kernel_widget
from PyQt5.QtWidgets import QPushButton
from PySide2.QtWidgets import QPushButton
button = QPushButton()
button.setText("black magic")
Expand Down

0 comments on commit b2b9449

Please sign in to comment.