![]() |
Can someone tell me how to use this type of a listbox ?
Hey guys, I have a question .. I think I sort of already know the answer to this but I thought I should just get it confirmed first .. I want to have a Maemo 5 Value Button (like in the first picture below), which when I press opens up a second dialog box which has 2 lists which show a bunch of numbers (similar to the second picture below, except that I want list columns, not three) .. How do I implement this second set of controls, namely lists inside a dialog box ? I think I would have to use a QMaemo5ListPickSelector, right ? Also, I read somewhere that I have to 'populate a model' before I can use this controls ... what does this mean .. ?
Sorry, I'm still a n00b :P .. http://img97.imageshack.us/img97/1770/list1d.png http://img202.imageshack.us/img202/9538/list2.png |
Re: Can someone tell me how to use this type of a listbox ?
|
Re: Can someone tell me how to use this type of a listbox ?
Quote:
http://talk.maemo.org/showthread.php...552#post730552 |
Re: Can someone tell me how to use this type of a listbox ?
Alright I tried using a QMaemo5ListPickSelector together with a QMaemo5ValueButton, but when I click on the button, a popup dialog box does come up, but it doesnt any list ..
Here is a picture of what I mean: http://i50.tinypic.com/24y3fki.png This is the code I'm using to start up the above mentioned two components and to populate the lists: Code:
QMaemo5ValueButton *x = new QMaemo5ValueButton("Testing .. !"); |
Re: Can someone tell me how to use this type of a listbox ?
Not entirely sure why that's not working, but I'd suggest using either a QAbstractListModel, or a QAbstractTableModel rather than the generic QAbstractItemModel. In fact, given your original post, I'd use the QMaemo5TimePickSelector instead of a QMaemo5ListPickSelector anyway.
|
Re: Can someone tell me how to use this type of a listbox ?
Tried your code and it seems to work (numbers from 0 to 45 in 5 steps).
|
Re: Can someone tell me how to use this type of a listbox ?
Quote:
That displays exactly what you want. |
Re: Can someone tell me how to use this type of a listbox ?
Quote:
|
Re: Can someone tell me how to use this type of a listbox ?
Quote:
|
Re: Can someone tell me how to use this type of a listbox ?
Quote:
|
All times are GMT. The time now is 14:38. |
vBulletin® Version 3.8.8