Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/
H A Dmessagebox.cpp16 MessageBox::MessageBox(QWidget *parent, const QString &text, Button button) : QWidget(parent) in MessageBox() function in MessageBox
71 MessageBox::MessageBox(QWidget *parent):QWidget(parent) in MessageBox() function in MessageBox
76 int MessageBox::exec() in exec()
109 void MessageBox::paintEvent(QPaintEvent *e) in paintEvent()
124 bool MessageBox::eventFilter(QObject *watched, QEvent *event) in eventFilter()
138 void MessageBox::filterChild(QObject *o) in filterChild()
150 int MessageBox::showMessage(QWidget *parent, const QString &text, Button button) in showMessage()
152 MessageBox tip(parent, text, button); in showMessage()
156 int MessageBox::showDuringMessage(QWidget *parent, const QString &text, int duringSeconds) in showDuringMessage()
158 MessageBox tip(parent, text, MessageBox::no); in showDuringMessage()
H A Dmessagebox.h10 class UI_LIBRARY MessageBox : public QWidget
38 explicit MessageBox(QWidget *parent, const QString &text, Button button= yes);
39 explicit MessageBox(QWidget *parent);
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dwifiwidget.cpp91 …int ret = MessageBox::showMessage(this, QString("%1 will close, is continue?").arg(m_staConfig.car… in createAP()
92 if(ret == MessageBox::no) in createAP()
168 …int ret = MessageBox::showMessage(this, QString("%1 will close, is continue?").arg(m_staConfig.car… in createSTA()
169 if(ret == MessageBox::no) in createSTA()
244 MessageBox::showMessage(this, "wifi no open!"); in on_connect_clicked()
252 MessageBox::showMessage(this, "wifi name or password is empty!"); in on_connect_clicked()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Dwatchdogwidgt.cpp128 MessageBox::showMessage(this, "Input Timeount is Invalid!"); in checkoutInput()
135 MessageBox::showMessage(this, "Input Feed is Invalid!"); in checkoutInput()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Dserialassistantwidget.cpp164 MessageBox::showMessage(this ,"please open serial"); in on_sendBtn_clicked()
188 MessageBox::showMessage(this ,"please open serial"); in on_sendFileBtn_clicked()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinerror.c144 MessageBox(NULL, pszMsgBox, PROJECT_NAME, MB_OK | uType); in winMessageBoxF()
H A Dwinprefs.c360 MessageBox(NULL, m->menuItem[j].param, in HandleCustomWM_COMMAND()
H A Dwin.h206 MessageBox (NULL, pszTemp, szFunctionName, MB_OK); \
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dnetworkwidget.cpp163 MessageBox::showDuringMessage(this, "Set Network Ok!"); in on_ApplyBtn_clicked()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/
H A Ddatetimewidget.cpp127 MessageBox::showMessage(this, "Unable to access the network by DNS name,"); in on_applyBtn_clicked()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/
H A Dm4gwidget.cpp305 MessageBox::showMessage(this, "please reboot connect"); in on_applyBtn_clicked()