| 176 | { |
| 177 | if (varView && !varView->isHidden()) QApplication::postEvent(varView, new QEvent(static_cast<QEvent::Type>(QiEvent::var_reload))); |
| 178 | } |
| 179 | void msgViewSet(const QString& text) const |
| 180 | { |
| 181 | if (msgView) |
| 182 | { |
| 183 | MsgViewInfo info; |
| 184 | info.text = text; |
| 185 | QApplication::postEvent(msgView, new MsgViewEvent(MsgViewEvent::Type::setText, info)); |