Home
last modified time | relevance | path

Searched refs:currentDate (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplaceperiod/
H A Dtst_qplaceperiod.cpp70 QDate date = QDate::currentDate(); in startDateTest()
88 QDate date = QDate::currentDate(); in endDateTest()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dtimesetting.cpp12 QDate nowDate=QDate::currentDate(); in TimeSetting()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/audiorecorder/
H A Dmainwindow.cpp218 dt.setDate(date.currentDate()); in on_record_clicked()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp1035 if (date == QDate::currentDate()) in data()
1071 QDate currentDate; in rowCount() local
1077 if (rowDate != currentDate) { in rowCount()
1079 currentDate = rowDate; in rowCount()
H A Dbookmarks.cpp261 …importRootNode->title = (tr("Imported %1").arg(QDate::currentDate().toString(Qt::SystemLocaleShort… in importBookmarks()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/usbcamera/
H A Dcamera.cpp276 …mage->save(tr("%1.jpg").arg("/root/IMG" + QDate::currentDate().toString("yyyyMMdd") + QTime::curre… in show_()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopositioninfo/
H A Dtst_qgeopositioninfo.cpp153 << QGeoCoordinate() << QDateTime(QDate::currentDate(), QTime()) << false; in constructor_coord_dateTime_data()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/
H A Dvideocapture.cpp453 QDate::currentDate().toString("yyyyMMdd") + QTime::currentTime().toString("hhmmss")),"JPG"); in LoopCapture()