Skip to content

Releases: ddobrev/QtSharp

QtSharp-0.0.5-Qt-5.5.1-MinGW

19 Nov 17:45
Compare
Choose a tag to compare
Pre-release

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

18 Nov 21:02
Compare
Choose a tag to compare
Pre-release

Added a library wrapping QtNetwork, to the set of bindings.

QtSharp-0.0.3-Qt-5.5.1-MinGW

13 Nov 01:42
Compare
Choose a tag to compare
Pre-release

Fixed various crashes when attempting to load GUI from a *.ui file using QFormBuilder.

QtSharp-0.0.2-Qt-5.5.1-MinGW

05 Nov 03:49
Compare
Choose a tag to compare
Pre-release

Fixed a crash when using QFormLayout.

QtSharp-0.0.1-Qt-5.5.0-MinGW

04 Oct 06:49
Compare
Choose a tag to compare
Pre-release

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 .