You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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:
The text was updated successfully, but these errors were encountered:
qtdesigner/bat:
maybe env.bat:
not sufficient yet:
The text was updated successfully, but these errors were encountered: