Home
last modified time | relevance | path

Searched refs:listView (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/views/
H A DImageView.qml89 listView.positionViewAtIndex(index, ListView.Contain);
97 id: listView
111 width: listView.width
112 height: listView.height
142 visible: listView.visible
144 text: (listView.currentIndex + 1) + '/' + listView.model.totalCount
156 target: listView
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dqconf.h84 ConfigList* listView() in listView() function
146 ConfigList* listView() const in listView() function
H A Dqconf.cc121 list = listView(); in updateMenu()
238 } else if (listView()->updateAll) in testUpdateMenu()
249 ConfigList* list = listView(); in init()
399 if (this == item->listView()) in findConfigItem()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dqconf.h84 ConfigList* listView() in listView() function
146 ConfigList* listView() const in listView() function
H A Dqconf.cc121 list = listView(); in updateMenu()
238 } else if (listView()->updateAll) in testUpdateMenu()
249 ConfigList* list = listView(); in init()
399 if (this == item->listView()) in findConfigItem()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_place.qml593 …var listView = Qt.createQmlObject('import QtQuick 2.0; ListView { delegate:Text{text:modelData.lab…
594 listView.model = place.contactDetails[data.contactType];
595 compare(listView.count, 1);
615 listView.model = place.contactDetails[data.contactType];
616 compare(listView.count, 2);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp414 QListView *listView = qobject_cast<QListView*>(popup); in newTab() local
415 if (listView) in newTab()
416 listView->setUniformItemSizes(true); in newTab()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/
H A Dplaces.qml235 width: listView.width
236 height: listView.height
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.h138 ConfigList* listView() const in listView() function
H A Dqconf.cc97 list = listView(); in updateMenu()
194 } else if (listView()->updateAll) in testUpdateMenu()
205 ConfigList* list = listView(); in init()
386 if (this == item->listView()) in findConfigItem()