Searched refs:MessageBox (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/ui/ |
| H A D | messagebox.cpp | 16 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 D | messagebox.h | 10 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 D | wifiwidget.cpp | 91 …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 D | watchdogwidgt.cpp | 128 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 D | serialassistantwidget.cpp | 164 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 D | winerror.c | 144 MessageBox(NULL, pszMsgBox, PROJECT_NAME, MB_OK | uType); in winMessageBoxF()
|
| H A D | winprefs.c | 360 MessageBox(NULL, m->menuItem[j].param, in HandleCustomWM_COMMAND()
|
| H A D | win.h | 206 MessageBox (NULL, pszTemp, szFunctionName, MB_OK); \
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | networkwidget.cpp | 163 MessageBox::showDuringMessage(this, "Set Network Ok!"); in on_ApplyBtn_clicked()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/ |
| H A D | datetimewidget.cpp | 127 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 D | m4gwidget.cpp | 305 MessageBox::showMessage(this, "please reboot connect"); in on_applyBtn_clicked()
|