GitList
Repositories
Help
Report an Issue
boggleQt
Code
Commits
Branches
Tags
Search
Tree:
bfb7340
Branches
Tags
master
boggleQt
ui
forms
Boggle.qml
pushing work done till now
Dev Ghai
commited
bfb7340
at 2013-09-23 08:22:07
Boggle.qml
Blame
History
Raw
import QtQuick 2.0 Rectangle { id: mainContainer TextInput { id: txtBoardString height: 80 width: 200 } }