##// END OF EJS Templates
Removes title and close button from graph widget...
Removes title and close button from graph widget Title and button will be added directly as items in plot overlay

File last commit:

r48:ca707a3f6457
r665:6a98c66c04c4
Show More
SciQlopEnv.bat
18 lines | 635 B | application/x-msdownload | BatchLexer
AJout de script helper pour démarrer les consoles (cmd, git-bash) avec le bon environnements dans windows
r13 @echo off
echo Setting up environment for Qt usage...
set QT_QMAKE_PATH=C:\Qt\5.8\mingw53_32\bin
set QT_MINGW_PATH=C:\Qt\Tools\mingw530_32\bin
Add NSIS to path using the ScilopEnv.bat
r48 set NSIS_PATH=C:\Appli\NSIS
AJout de script helper pour démarrer les consoles (cmd, git-bash) avec le bon environnements dans windows
r13 set LLVM_PATH=C:\Appli\LLVM\bin
set CMAKE_PATH=C:\Appli\CMake\bin
set NINJA_PATH=C:\Appli\Ninja
set PERL_SITE_PATH=C:\Perl64\site\bin
set PERL_PATH=C:\Perl64\bin
set PYTHON_PATH=C:\Appli\Python\Python36-32
set SCAN_BUILD_PATH=C:\Dev\CNRS-DEV\cfe\tools\scan-build\bin
Add NSIS to path using the ScilopEnv.bat
r48 set PATH=%QT_QMAKE_PATH%;%QT_MINGW_PATH%;%PERL_SITE_PATH%;%PERL_PATH%;%PYTHON_PATH%;%NSIS_PATH%;%SCAN_BUILD_PATH%;%LLVM_PATH%;%CMAKE_PATH%;%NINJA_PATH%;%PATH%
AJout de script helper pour démarrer les consoles (cmd, git-bash) avec le bon environnements dans windows
r13 cd /D C:\Dev\CNRS-DEV\SciQlopInit