nngogol/PySimpleGUIDesigner

WISH: Make to work with PySide6

Opened this issue · 1 comments

Please, if it is not so difficult, make Designer to work also with PySide6 as with PySide2.

Please, if it is not so difficult, make Designer to work also with PySide6 as with PySide2.

1] open the direction for C:\Users\??\AppData\Local\Programs\Python\Python311\Lib\site-packages\PySimpleGUIDesigner
2] find the file named transpiler2.py
3] change with bottom given codes, PySide2 to PySide6.

from PySide6.QtCore import *
from PySide6.QtWidgets import *
from PySide6.QtGui import *
import re
import textwrap

4] save it than follow the normal procedure with install and run with PySimpleGUIDesigner through terminal.