PySimpleGUIDesigner icon indicating copy to clipboard operation
PySimpleGUIDesigner copied to clipboard

WISH: Make to work with PySide6

Open milen-prg opened this issue 3 years ago • 1 comments

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

milen-prg avatar Apr 20 '23 09:04 milen-prg

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.

pirik3 avatar Mar 17 '24 11:03 pirik3