看了下文档,英文也看个一知半解
谁帮我简单解释下 restoreOverrideCursor这个函数啊?
类似的还有
void QApplication::setOverrideCursor ( const QCursor & cursor ) [static]
文档中的示例:
<pre cpp?="">QApplication::setOverrideCursor(QCursor(Qt::WaitCursor));calculateHugeMandelbrot(); // lunch time...QApplication::restoreOverrideCursor();