Home
last modified time | relevance | path

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

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