This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
semlanik
/
CuteGit
Segui
1
Vota
0
Forka
0
File
Problemi
4
Pull Requests
0
Wiki
Albero (Tree):
26abe74cb8
Rami (Branch)
Tag
master
CuteGit
/
qml
/
Separator.qml
Separator.qml
96 B
Cronologia
Originale
1
2
3
4
5
6
7
import QtQuick 2.0
Rectangle {
width: 1
height: parent.height/2
color: "#dddddd"
}