28 May 2020
29 May 2020
YOUNGI was thinking of a new logic also, how about if the whole LineEdit user data is not inputted the PushButton should be disabled. I need your guidance
sorry, but I don't understand the question. Maybe you can share a screenshot of your app, so we understand what you want to change.
id 1053363850how build pysideqwt by mingw32-make
what didn't work from the standard way of building pyside?
cmake -H.. -B. -DQt5_DIR=C:\Qt\Qt5.14.0\5.14.0\mingw73_64\lib\cmake\Qt5 -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU 4.9.2
-- The CXX compiler identification is GNU 4.9.2
-- Check for working C compiler: C:/Strawberry/c/bin/gcc.exe
-- Check for working C compiler: C:/Strawberry/c/bin/gcc.exe - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: C:/Strawberry/c/bin/g++.exe
-- Check for working CXX compiler: C:/Strawberry/c/bin/g++.exe - works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
Release Mode
QWT_LIBRARY C:/Qwt-6.2.0-svn/lib/libqwt.a
QWTMATHML_LIBRARY C:/Qwt-6.2.0-svn/lib/libqwtmathml.a
QWT_INCLUDE_DIR: C:/Qwt-6.2.0-svn/include
-- Found Qwt: C:/Qwt-6.2.0-svn/lib/libqwt.a (6.2.0)
-- Found Qwt mathml: C:/Qwt-6.2.0-svn/lib/libqwtmathml.a
CMAKE_INSTALL_RPATH @loader_path;E:/test/pysideqwt/venv/lib/site-packages/PySide2;E:/test/pysideqwt;@loader_path/libqwt.a;E:/test/pysideqwt/venv/lib/site-packages/shiboken2
-- Configuring done
-- Generating done
-- Build files have been written to: E:/test/pysideqwt/build
(bindings) [2616ms] Running Header generator... [OK]
Done, (bindings) 2891ms, 18 warnings (475 known issues)
[ 2%] Automatic MOC for target pysideqwt
[ 2%] Built target pysideqwt_autogen
CMakeFiles\pysideqwt.dir\build.make:218: warning: overriding recipe for target 'pysideqwt/qwtplotcanvas_wrapper.cpp'
CMakeFiles\pysideqwt.dir\build.make:119: warning: ignoring old recipe for target 'pysideqwt/qwtplotcanvas_wrapper.cpp'
Scanning dependencies of target pysideqwt
CMakeFiles\pysideqwt.dir\build.make:218: warning: overriding recipe for target 'pysideqwt/qwtplotcanvas_wrapper.cpp'
CMakeFiles\pysideqwt.dir\build.make:119: warning: ignoring old recipe for target 'pysideqwt/qwtplotcanvas_wrapper.cpp'
[ 4%] Building CXX object CMakeFiles/pysideqwt.dir/pysideqwt_autogen/mocs_compilation.cpp.obj
[ 5%] Building CXX object CMakeFiles/pysideqwt.dir/pysideqwt/pysideqwt_module_wrapper.cpp.obj
In file included from E:/test/pysideqwt/venv/lib/site-packages/shiboken2_generator/include/sbkpython.h:100:0,
from E:\test\pysideqwt\build\pysideqwt\pysideqwt_module_wrapper.cpp:2:
E:/test/pysideqwt/venv/lib/site-packages/shiboken2_generator/include/shibokenmacros.h:60:0: warning: "SBK_DEPRECATED" redefined
#define SBK_DEPRECATED(func) func
^
E:/test/pysideqwt/venv/lib/site-packages/shiboken2_generator/include/shibokenmacros.h:52:0: note: this is the location of the previous definition
#define SBK_DEPRECATED(func) __declspec(deprecated) func
^
In file included from C:/Qt/Qt5.14.0/5.14.0/mingw73_64/include/QtGui/qpixmap.h:45:0,
from C:/Qt/Qt5.14.0/5.14.0/mingw73_64/include/QtGui/qicon.h:46,
from C:/Qt/Qt5.14.0/5.14.0/mingw73_64/include/QtGui/qwindow.h:55,
from C:/Qt/Qt5.14.0/5.14.0/mingw73_64/include/QtGui/QWindow:1,
from C:/Qt/Qt5.14.0/5.14.0/mingw73_64/include/QtGui/qpaintdevicewindow.h:44,
from C:/Qt/Qt5.14.0/5.14.0/mingw73_64/include/QtGui/QPai
30 May 2020