Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dwidget.cpp30 QList<QLabel*> showValueLbls ; in Widget() local
31 showValueLbls <<ui->adc0Lbl in Widget()
42 connect(m_timer, &QTimer::timeout, this, [=, showValueLbls, showVoltagelbls](){ in Widget()
46 QLabel *pValueLbl = showValueLbls[i]; in Widget()