dqt
dqt copied to clipboard
D bindings for the Qt Toolkit
 First it complained of no Qt5Widgets.lib so went ahead and installed 5.12.2 or something like that, pointed L at /lib in the 5.12.2 directory under VS > Project >...
``` "__declspec(dllimport) public: static struct QMetaObject const QEventLoop::staticMetaObject" (__imp_?staticMetaObject@QEventLoop@@2UQMetaObject@@B) "__declspec(dllimport) public: static struct QMetaObject const QFile::staticMetaObject" (__imp_?staticMetaObject@QFile@@2UQMetaObject@@B) "__declspec(dllimport) public: static struct QMetaObject const QFileDevice::staticMetaObject" (__imp_?staticMetaObject@QFileDevice@@2UQMetaObject@@B) "__declspec(dllimport) public: static struct QMetaObject...
[On the announce thread on the D forums](https://forum.dlang.org/post/[email protected]), you (@tim-dlang) mentioned that you are using a binding generator that you are [keeping closed-source/private](https://forum.dlang.org/post/[email protected]). Would it be possible to make this...
**Note:** This could not be considered a problem, but a discussion about. When it describes supporting the entire toolkit, it means that it has (almost or) full support for Qt....
stdc++ has been removed from macOS since a few years now and that prevents the project from compiling under macOS.
I want to understand the workings of your library in detail. I have been using Qt for a long time, but I use it on a superficial level. The same...