LE GARREC Vincent
LE GARREC Vincent
This PR is ready to merge. I don't see how I can lighten it port.
@JavierMatosD At first, I wanted to be able to make (almost) all dependencies optional. Unfortunately, it looks that it's not that easy and I don't master the compile build system...
I want to create two Python modules A and B. B depends on A. A and B are in C++ and uses external dependencies. These dependencies are managed by vcpkg....
Yes, pip invokes CMake via the extension `cmake-build-extension`.
It's more complicated than I thought. I want to use the system python. So I don't want to install in `${CURRENT_PACKAGES_DIR}/tools/python3/Lib/site-packages` but in the system python (which is a virtual...
OK. After few hours, I successfully isolated the qml part. I also added few example. It's difficult for me to split every topic because I made changes in one time...
I no longer work on improving nodeeditor. But I will do my best effort so that PR #449 will be merged. If you want to contribute to this PR, maybe...
I tried your code. It has a "big" side effect: But if you instantiate the widget only once, it works well. Thanks. ```cpp class NumberSourceDataModel : public NodeDelegateModel { .........
Another possibility is a bug in Qt 6.7. See https://forum.qt.io/topic/158614/qcombobox-fails-to-display-dropdown-when-placed-in-qgraphicsview-via-qgraphicsproxywidget/2 Setting `QApplication::setStyle(QStyleFactory::create("windowsvista"));` fixed it for me. But of course, it affects the style...
I have : ``` Options: ClangTidyCacheOpts(clang_tidy_args:['-p', '/home/...', '', '-list-checks', '-'],compiler_args:[],original_args:['-p=/home/...', '', '-list-checks', '-']) Traceback (most recent call last): File "/usr/local/bin/clang-tidy-cache", line 1163, in sys.exit(main()) File "/usr/local/bin/clang-tidy-cache", line 1151, in main...