| /OK3568_Linux_fs/app/qsetting/ |
| H A D | qtkeyboard.cpp | 78 } else if(! button->objectName().compare("btnApostrophe")){ in changeInputType() 80 } else if(! button->objectName().compare("btnBackslash")){ in changeInputType() 82 } else if(! button->objectName().compare("btnComma")){ in changeInputType() 84 } else if(! button->objectName().compare("btnDash")){ in changeInputType() 86 } else if(! button->objectName().compare("btnDot")){ in changeInputType() 88 } else if(! button->objectName().compare("btnEquals")){ in changeInputType() 90 } else if(! button->objectName().compare("btnSemicolon")){ in changeInputType() 92 } else if(! button->objectName().compare("btnSlash")){ in changeInputType() 94 } else if(! button->objectName().compare("btnOther1")){ in changeInputType() 96 } else if(! button->objectName().compare("btnOther2")){ in changeInputType() [all …]
|
| H A D | qtinputdialog.cpp | 97 if (nowWidget->objectName().compare(parent()->objectName())) { in slot_onApplicationFocusChanged()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapobjects_tester/ |
| H A D | main.qml | 38 objectName: "win" 77 objectName: "map1" 122 objectName: "map2" 205 objectName: parent.objectName + "_MIG_" 234 objectName: parent.objectName + "black" 247 objectName: parent.objectName + "timeline" 259 objectName: parent.objectName + "red" 270 onClicked: console.log("poly1 in "+parent.parent.objectName + "clicked") 283 objectName: parent.objectName + "darkmagenta" 316 objectName: parent.objectName + "green" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mapitems_backends/ |
| H A D | main.qml | 95 objectName: "map1" 182 // objectName: parent.objectName + "limegreen" 207 objectName: "map2" 295 objectName: parent.objectName + "_MIG_" 324 objectName: parent.objectName + "black" 337 objectName: parent.objectName + "timeline" 349 objectName: parent.objectName + "red" 360 onClicked: console.log("poly1 in "+parent.parent.objectName + "clicked") 373 objectName: parent.objectName + "darkmagenta" 406 objectName: parent.objectName + "green" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/manual/mappolyline_tester/ |
| H A D | main.qml | 74 objectName: "map1" 127 objectName: "map2" 177 objectName: parent.objectName + "_MIG_" 201 objectName: parent.objectName + "black" 214 objectName: parent.objectName + "timeline" 227 objectName: parent.objectName + "red" 246 onClicked: console.log("poly1 in "+parent.parent.objectName + "clicked") 261 objectName: parent.objectName + "green"
|
| H A D | LongPolyline.qml | 34 objectName: "longPoly"
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_itemview.qml | 62 objectName: "listModelItemViewExtra" 85 objectName: 'staticallyDeclaredMap' 93 objectName: 'prepopulatedCircle' 101 objectName: 'staticallyDeclaredMapWithView' 124 objectName: 'externalCircle' 133 objectName: "externalCircle2" 140 objectName: "externalCircle3" 147 objectName: "externalRectangle" 152 objectName: "externalPolygon" 157 objectName: 'externalPolyline' [all …]
|
| H A D | tst_map_error.qml | 56 objectName: "mouseArea" 71 objectName: "mouseArea"
|
| H A D | tst_map_mouse.qml | 97 objectName: "mouseUpper" 119 objectName: "mouseLower" 139 objectName: "mouseOverlapper"
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/ |
| H A D | ui_Camera.h | 24 if (Camera->objectName().isEmpty()) in setupUi()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/ |
| H A D | places.qml | 178 stackView.currentItem.objectName != "suggestionView" ? false : true 239 if (currentItem.objectName != "suggestionView") { 244 currentItem.objectName = "suggestionView" 252 if (currentItem.objectName != "searchResultView") { 259 currentItem.objectName = "searchResultView"
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/qmlsink/ |
| H A D | main.qml | 23 objectName: "videoItem"
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlsink/ |
| H A D | main.qml | 23 objectName: "videoItem"
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | qconf.cc | 384 if (!objectName().isEmpty()) { in saveSettings() 385 configSettings->beginGroup(objectName()); in saveSettings() 1023 if (!objectName().isEmpty()) { in ConfigInfoView() 1024 configSettings->beginGroup(objectName()); in ConfigInfoView() 1033 if (!objectName().isEmpty()) { in saveSettings() 1034 configSettings->beginGroup(objectName()); in saveSettings() 1309 if (!objectName().isEmpty()) { in saveSettings() 1310 configSettings->beginGroup(objectName()); in saveSettings()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | qconf.cc | 373 if (!objectName().isEmpty()) { in saveSettings() 374 configSettings->beginGroup(objectName()); in saveSettings() 935 if (!objectName().isEmpty()) { in ConfigInfoView() 936 configSettings->beginGroup(objectName()); in ConfigInfoView() 955 if (!objectName().isEmpty()) { in saveSettings() 956 configSettings->beginGroup(objectName()); in saveSettings() 1275 if (!objectName().isEmpty()) { in saveSettings() 1276 configSettings->beginGroup(objectName()); in saveSettings()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | qconf.cc | 384 if (!objectName().isEmpty()) { in saveSettings() 385 configSettings->beginGroup(objectName()); in saveSettings() 1023 if (!objectName().isEmpty()) { in ConfigInfoView() 1024 configSettings->beginGroup(objectName()); in ConfigInfoView() 1033 if (!objectName().isEmpty()) { in saveSettings() 1034 configSettings->beginGroup(objectName()); in saveSettings() 1309 if (!objectName().isEmpty()) { in saveSettings() 1310 configSettings->beginGroup(objectName()); in saveSettings()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.9.1 | 41 - The MapboxGL plugin now uses the MapItem's objectName (if present) when creating
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/usbcamera/ |
| H A D | ui_camera.h | 55 if (camera->objectName().isEmpty()) in setupUi()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange.cpp | 65 … ((mapItem->objectName().isEmpty()) ? QString::number(quint64(mapItem)) : mapItem->objectName()); in getId()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/ |
| H A D | videoplaylist.cpp | 274 if("qt_scrollarea_viewport" != obj->objectName()){ in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/ |
| H A D | videoplaylist.cpp | 274 if("qt_scrollarea_viewport" != obj->objectName()){ in eventFilter()
|
| H A D | playlist.cpp | 410 if("qt_scrollarea_viewport" != obj->objectName()){ in eventFilter()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/ |
| H A D | playlist.cpp | 410 if("qt_scrollarea_viewport" != obj->objectName()){ in eventFilter()
|