Releases: ddobrev/QtSharp
QtSharp-0.0.5-Qt-5.5.1-MinGW
Added a library wrapping QtQml, to the set of bindings.
Important: this is just a wrapper for the QtQml library, QML integration with C# has not been added yet.
QtSharp-0.0.4-Qt-5.5.1-MinGW
Added a library wrapping QtNetwork, to the set of bindings.
QtSharp-0.0.3-Qt-5.5.1-MinGW
Fixed various crashes when attempting to load GUI from a *.ui file using QFormBuilder.
QtSharp-0.0.2-Qt-5.5.1-MinGW
Fixed a crash when using QFormLayout.
QtSharp-0.0.1-Qt-5.5.0-MinGW
The first binary release of Qt#. It can be used for GUI applications and should be relatively stable for demonstrations but must not be used in production yet. It works only on Windows with Qt 5.5.0 MinGW. The latter must be obtained separately, either by downloading at http://download.qt.io/official_releases/qt/5.5/5.5.0/qt-opensource-windows-x86-mingw492-5.5.0.exe or compiling from source. Qt versions no later than 5.0 should work too. The used Qt components must be deployed according to http://doc.qt.io/qt-5/windows-deployment.html .