1#ifndef DASTATUSBARWIDGET_H
2#define DASTATUSBARWIDGET_H
9#include <QPropertyAnimation>
24 void showMessage(
const QString& message,
int timeout = 15000);
27 void showProgressBar();
28 void hideProgressBar();
30 void setProgress(
int value);
32 void setBusy(
bool busy);
37 void setProgressText(
const QString& text);
38 void clearProgressText();
39 QString progressText()
const;
41 bool isProgressBarVisible()
const;
42 QString getCurrentMessage()
const;
50 void changeEvent(QEvent* event)
override;
53 void onMessageTimeout();
54 void fadeOutMessage();
57 void startMessageTimer(
int timeout);
58 void updateWidgetStyle();
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44
DAWorkbenchFeatureType
工作台区域类型
Definition DAGlobals.h:325