pyuic generating file with C++ operator ::
I am using a make file to call pyuic module to convert QT’s .ui file to .py in a virtual env. The generated file is having C++ operator :: in it.
The make file looks like this
I am using a make file to call pyuic module to convert QT’s .ui file to .py in a virtual env. The generated file is having C++ operator :: in it.
The make file looks like this