Skip to content

mcjt/QtSharpDemos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

QtSharpDemos

Code examples for QtSharp

Project setup

QtSharp currently only works on Windows.

  • Install Windows Qt Ming 32bit version. Add Qt installation path to user enviroment path : ie. 'd:\Qt\Qt5.7.0\5.7\mingw53_32\bin' This is required so that Visual studio can see Qt libraries on project run.
  • Install C# IDE (Visual studio, XamarinStudio/Monodevelop, SharpDevelop...).
  • Download QtSharp compiled libraries from QtSharp builds
  • Copy Dependencies and Indirect Dependencies into compiled 'QtSharpDemos/bin/{debug|release}' directory.
  • Run demo application.
  • fun :)

Dependencies

  • QtWidgetsSharp
  • QtGuiSharp
  • QtCoreSharp

Indirect Dependencies

  • QtWidgets-inlines.dll
  • QtCore-inlines.dll
  • Qt5Widgets

[More to come]

Media

QML

Used main.qml as example from this Git QtSharp.TestApps project.

Graphic

Note : Media files are my personal files under Attribution-ShareAlike 4.0 International

Icons

Demos uses Tango Icon set, check link for license info.

About

Demo examples for QtSharp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 95.8%
  • QML 4.2%