Re: [Ubuntu-phone] how can i create in QML a table textinutboxes with background

2014-07-06 Thread Roman Shchekin
Hello You should use such code: Rectanngle { color: "green" // width, height TextInput { anchors.centerIn: parent } } Parent can be image, rectangle, borderimage and so on (any background available, not only color). Next, if you want to create table, use Column { Title

[Ubuntu-phone] how can i create in QML a table textinutboxes with background

2014-07-06 Thread Diogo Figueira
hi my name is Diogo and wanted to know how i can make a table with 6 rows 5 tables and 25 textinputboxes, with background. I've tryed almost everything to put an background to the textinput boxes, but still i could not get it right. My code for the textinputbox is there TextInput {

[Ubuntu-phone] how can i create in QML a table textinutboxes with background

2014-07-06 Thread Diogo Figueira
hi my name is Diogo and wanted to know how i can make a table with 6 rows 5 tables and 25 textinputboxes, with background. I've tryed almost everything to put an background to the textinput boxes, but still i could not get it right. My code for the textinputbox is there TextInput {