软件包: verdigris (1.0-1)
verdigris 的相关链接
Trisquel 的资源:
下载源码包 verdigris:
维护者:
Original Maintainers:
- Debian Qt extras Maintainers (Mail Archive)
- Olzhas Rakhimov
外部的资源:
- 主页 [github.com]
相似软件包:
- libpythonqt-qtall-qt5-python2-3
- libpythonqt-qtall-qt5-python3-3
- libpythonqt-qt5-python2-3
- libpythonqt-qt5-python3-3
- qml-module-qt-websockets
- php-php-gettext
- libpythonqt-qt5-python2-dev
- libpythonqt-qt5-python3-dev
- libpythonqt-qt5-common-dev
- libpythonqt-qtall-qt5-python2-dev
- libpythonqt-qtall-qt5-python3-dev
Header-only Qt moc replacement
Verdigris is a header-only library that can be used with Qt. It uses macros to create a QMetaObject that is binary compatible with Qt's own QMetaObject without requiring moc. In other words, you can use Verdigris macros in your Qt or QML application instead of some of the Qt macros and then you do not need to run moc.
Moreover, Verdigris supports templated and nested QObject classes. It needs a modern C++ compiler with C++14 relaxed constexpr.