mirror of
https://github.com/brmlab/brmbar.git
synced 2025-08-03 07:53:40 +02:00
UI cleanup
This commit is contained in:
parent
1ba8099e8e
commit
3e8f44e5e0
18 changed files with 79 additions and 90 deletions
|
@ -1,14 +1,12 @@
|
|||
// import QtQuick 1.0 // to target S60 5th Edition or Maemo 5
|
||||
import QtQuick 1.1
|
||||
import QtQuick 1.0
|
||||
|
||||
Item {
|
||||
id: page
|
||||
anchors.fill: parent
|
||||
|
||||
property variant user
|
||||
property variant description: item_name_pad.enteredText
|
||||
property variant amount: amount_pad.enteredText
|
||||
property string description: item_name_pad.enteredText
|
||||
property string amount: amount_pad.enteredText
|
||||
|
||||
state: "normal"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue