Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dswitchwidget.cpp7 SwitchWidget::SwitchWidget(QWidget *parent) : QWidget(parent),m_bOpen(false), in SwitchWidget() function in SwitchWidget
13 void SwitchWidget::setText(const QString &title) in setText()
18 QString SwitchWidget::text() in text()
23 bool SwitchWidget::isOpen() in isOpen()
28 void SwitchWidget::setTextRatio(qreal ratio) in setTextRatio()
40 void SwitchWidget::setOpen(bool bOpen) in setOpen()
47 void SwitchWidget::paintEvent(QPaintEvent *e) in paintEvent()
85 void SwitchWidget::mousePressEvent(QMouseEvent *e) in mousePressEvent()
99 QSize SwitchWidget::sizeHint() const in sizeHint()
H A Dswitchwidget.h7 class SwitchWidget : public QWidget
11 explicit SwitchWidget(QWidget *parent = nullptr);
H A Dwifiwidget.cpp70 connect(ui->apBtn, &SwitchWidget::click, this, [=](bool bOpen){ in createAP()
150 connect(ui->staBtn, &SwitchWidget::click, this, [=](bool bOpen){ in createSTA()