mirror of
https://github.com/tuxdotrs/tpanel.git
synced 2026-09-20 02:19:03 +05:30
11 lines
152 B
QML
11 lines
152 B
QML
pragma ComponentBehavior: Bound
|
|
|
|
import qs.ui
|
|
import qs.services
|
|
|
|
BarButton {
|
|
hoverHighlight: false
|
|
pointerCursor: false
|
|
label: Time.time
|
|
}
|