Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml143 stackView.currentItem.changeSearchCenter.connect(stackView.changeSearchCenter)
144 stackView.currentItem.closeForm.connect(stackView.closeForm)
149 … stackView.currentItem.changeSearchBoundingBox.connect(stackView.changeSearchBoundingBox)
150 stackView.currentItem.closeForm.connect(stackView.closeForm)
155 … stackView.currentItem.changeSearchBoundingCircle.connect(stackView.changeSearchBoundingCircle)
156 stackView.currentItem.closeForm.connect(stackView.closeForm)
162 stackView.currentItem.changeSearchSettings.connect(stackView.changeSearchSettings)
163 stackView.currentItem.closeForm.connect(stackView.closeForm)
177 stackView.currentItem &&
178 stackView.currentItem.objectName != "suggestionView" ? false : true
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/
H A Dmapviewer.qml227 stackView.currentItem.showRoute.connect(map.calculateCoordinateRoute)
228 stackView.currentItem.showMessage.connect(stackView.showMessage)
229 stackView.currentItem.closeForm.connect(stackView.closeForm)
236 stackView.currentItem.showRoute.connect(map.calculateCoordinateRoute)
237 stackView.currentItem.closeForm.connect(stackView.closeForm)
243 stackView.currentItem.showPlace.connect(map.geocode)
244 stackView.currentItem.closeForm.connect(stackView.closeForm)
250 stackView.currentItem.showPlace.connect(map.geocode)
251 stackView.currentItem.closeForm.connect(stackView.closeForm)
257 stackView.currentItem.selectLanguage.connect(setLanguage)
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/
H A Ddevice.cpp190 QListWidgetItem *currentItem = ui->list->currentItem(); in displayPairingMenu() local
192 QString text = currentItem->text(); in displayPairingMenu()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DFileBrowser.qml178 width: view1.currentItem == null ? 0 : view1.currentItem.width
228 width: view1.currentItem == null ? 0 : view1.currentItem.width
274 view.currentItem.launch();
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/audiorecorder/
H A Dmainwindow.cpp43 if(ui->list->currentItem() == NULL) in on_play_clicked()
49 QString file = ui->list->currentItem()->text(); in on_play_clicked()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dslave_picturewidget.cpp72 QListWidgetItem* item=ui->listWidget_file->currentItem(); in show_big_picture()
H A Dpicturewidget.cpp323 QListWidgetItem* item=ui->listWidget_file->currentItem(); in show_big_picture()
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dqconf.cc550 if (currentItem()) { in setRootMenu()
551 currentItem()->setSelected(hasFocus()); in setRootMenu()
552 scrollToItem(currentItem()); in setRootMenu()
718 QTreeWidgetItem* i = currentItem(); in keyPressEvent()
871 ConfigItem* item = (ConfigItem *)currentItem(); in focusInEvent()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf.cc556 if (currentItem()) { in setRootMenu()
557 setSelected(currentItem(), hasFocus()); in setRootMenu()
558 scrollToItem(currentItem()); in setRootMenu()
724 QTreeWidgetItem* i = currentItem(); in keyPressEvent()
875 ConfigItem* item = (ConfigItem *)currentItem(); in focusInEvent()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dqconf.cc550 if (currentItem()) { in setRootMenu()
551 currentItem()->setSelected(hasFocus()); in setRootMenu()
552 scrollToItem(currentItem()); in setRootMenu()
718 QTreeWidgetItem* i = currentItem(); in keyPressEvent()
871 ConfigItem* item = (ConfigItem *)currentItem(); in focusInEvent()