Home
last modified time | relevance | path

Searched refs:LogWidget (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/applications/positioning_backend/
H A Dlogwidget.cpp32 LogWidget::LogWidget(QWidget *parent) : QWidget(parent) in LogWidget() function in LogWidget
43 void LogWidget::appendLog(const QString &line) in appendLog()
H A Dlogwidget.h35 class LogWidget : public QWidget
39 explicit LogWidget(QWidget *parent = nullptr);
H A Dmain.cpp41 LogWidget *log = new LogWidget; in main()
H A Dwidget.h45 explicit Widget(LogWidget *log, QWidget *parent = nullptr);
65 LogWidget *log = nullptr;
H A Dwidget.cpp33 Widget::Widget(LogWidget *logWidget, QWidget *parent) : in Widget()