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