Skip to content

wolfgangmauer/qt_mono-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qt_mono-sharp

Mono C# bindings for Qt

Like gtk-sharp, this project using a C-Bridge (glue) to wrap the Qt C++ functions using "mono embedded".

More Widgets/Functions can be implemented as needed.

Minimal working classes:

Namespace Qt

  • PushButton
  • CheckBox
  • ComboBox
  • ToolButton
  • CommandLinkButton
  • Rect
  • Size
  • SizePolicy
  • Style
  • Menu
  • Font
  • Action
  • Application
  • GuiApplication
  • CoreApplication
  • MainWindow
  • Dialog
  • Object
  • Widget
  • Line
  • Frame
  • Label
  • ProgressBar
  • Layout
  • BoxLayout
  • GridLayout
  • HBoxLayout
  • VBoxLayout
  • UiLoader
  • UiLoaderAttribute
  • TableView
  • TableWidget
  • ListView
  • ListWidget

....

Just take a look at the example.

About

Mono C# bindings for Qt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published