mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
UI cleanup
This commit is contained in:
parent
1ba8099e8e
commit
3e8f44e5e0
18 changed files with 79 additions and 90 deletions
|
@ -1,4 +1,3 @@
|
|||
// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
|
||||
import QtQuick 1.1
|
||||
|
||||
Rectangle {
|
||||
|
@ -6,8 +5,8 @@ Rectangle {
|
|||
width: 320
|
||||
height: 65
|
||||
property variant now: new Date()
|
||||
property variant textColor: "#000000"
|
||||
property variant textSize: 0.768 * 16
|
||||
property string textColor: "#000000"
|
||||
property real textSize: 0.768 * 16
|
||||
Timer {
|
||||
id: clockUpdater
|
||||
interval: 1000 // update clock every second
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue