Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • v1.1.0
  • 1.1.2
  • v1.2.0
  • 1.0.2
  • v1.0.1-a
  • v1.0.1
  • v1.0
  • v0.3
  • v0.2
  • v0.1.1
  • v0.1
12 results

MainForm.ui.qml

Blame
  • user avatar
    Issue #15: Revamp the UI
    Severine Duvaud authored
    8665b645
    History
    MainForm.ui.qml 106 B
    import QtQuick 2.3
    
    Rectangle {
        property alias mouseArea: mouseArea
    
        width: 360
        height: 360
    }