
- text searchI have not very much time for it so don't expect too much. Very likely there will be no future updates.
- button control when screen is disabled (still no clue how to achieve this! -> help appreciated)
- second default folder (i.e. on microSD), combined to look like 1 folder, but how?

| The Following User Says Thank You to Addison For This Useful Post: | ||
| The Following User Says Thank You to longuist For This Useful Post: | ||
model = QStandardItemModel() # populate the model proxyModel = QSortFilterProxyModel() proxyModel.setSourceModel(model) list = QListView() list.setModel(proxyModel) searchbox = QLineEdit() searchbox.textEdited.connect(proxyModel.setFilterFixedString)
| The Following User Says Thank You to qwazix For This Useful Post: | ||

Package should be in extras-devel repository ( http://repository.maemo.org/extras-d...emo1_armel.deb ).

