mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-15 14:51:14 -08:00
add simple example '.android-ssl-test'
This commit is contained in:
parent
c55b08ab6c
commit
c6cd718ef2
18 changed files with 470 additions and 0 deletions
15
examples/.android-ssl-test/qml/main.qml
Normal file
15
examples/.android-ssl-test/qml/main.qml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import QtQuick 2.15
|
||||
import QtQuick.Controls 2.15
|
||||
|
||||
Item {
|
||||
width: 300
|
||||
height: 500
|
||||
|
||||
Label {
|
||||
objectName: "label"
|
||||
text: "downloading..."
|
||||
anchors.centerIn: parent
|
||||
font.pixelSize: 24
|
||||
font.bold: true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue