mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-01 07:35:17 +00:00
9 lines
108 B
QML
9 lines
108 B
QML
|
import QtQuick 2.0
|
||
|
import Sailfish.Silica 1.0
|
||
|
|
||
|
Page {
|
||
|
PageBusyIndicator {
|
||
|
running: true
|
||
|
}
|
||
|
}
|