Skip to content

pyside2 "designer" support #624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stonebig opened this issue Apr 28, 2018 · 1 comment
Closed

pyside2 "designer" support #624

stonebig opened this issue Apr 28, 2018 · 1 comment

Comments

@stonebig
Copy link
Contributor

stonebig commented Apr 28, 2018

qtdesigner/bat:

@echo off
call "%~dp0env_for_icons.bat"
cd/D "%WINPYWORKDIR%"
if "%QT_API%"=="pyqt5" (
    if exist "%WINPYDIR%\Lib\site-packages\pyqt5-tools\designer.exe" (
        "%WINPYDIR%\Lib\site-packages\pyqt5-tools\designer.exe" %*
    ) else (
        "%WINPYDIR%\Lib\site-packages\PyQt5\designer.exe" %*
    )
) else if exist "%WINPYDIR%\Lib\site-packages\pyqt4\designer.exe" (
    "%WINPYDIR%\Lib\site-packages\PyQt4\designer.exe" %*
) else (
    "%WINPYDIR%\Lib\site-packages\PySide2\designer.exe" %*
)

maybe env.bat:

if %ERRORLEVEL% NEQ 0 set PATH=%WINPYDIR%\Lib\site-packages\PyQt5;%WINPYDIR%\Lib\site-packages\PyQt4;%WINPYDIR%\Lib\site-packages\PySide2;%WINPYDIR%\;%WINPYDIR%\DLLs;%WINPYDIR%\Scripts;%WINPYDIR%\..\t;%WINPYDIR%\..\t\mingw32\bin;%WINPYDIR%\..\t\R\bin\x64;%WINPYDIR%\..\t\Julia\bin;%WINPYDIR%\..\t\n;%PATH%;

not sufficient yet:

pyside2_designer

@stonebig
Copy link
Contributor Author

should now be ok with #627

@stonebig stonebig added this to the 2018-02 WinPython-3.7/ Pandas-0.23 / Jupyterlab-beta2 milestone Apr 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant