This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
semlanik
/
qtprotobuf
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
Pull Requests
0
Wiki
Árbol:
76717aa25d
Ramas
Etiquetas
0.1.0
0.2
0.3
0.4
0.5
0.6
ci_check
fix_94
json
master
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.1
v0.2.1
v0.3.0
v0.2.0
v0.1.1
v0.1.0
qtprotobuf
/
examples
/
addressbook
/
qml
/
PrimaryText.qml
PrimaryText.qml
100 B
Histórico
Raw
1
2
3
4
5
6
7
import QtQuick 2.0
Text {
color: "#FFFFFF"
font.pointSize: 12
font.weight: Font.Bold
}