forked from qt-creator/qt-creator
Add some documentation for how to use the ProgressManager.
This commit is contained in:
@@ -164,6 +164,12 @@
|
||||
\o For a text typed in by the user you provide a list of things to show in the popup. When the user selects an entry you are requested to do whatever you want.
|
||||
\o \l{Locator::ILocatorFilter}, \l{Locator::FilterEntry}, \l{Locator::BaseFileFilter}
|
||||
|
||||
\row
|
||||
\o Show a progress indicator for a concurrently running task.
|
||||
\o You can show a progress indicator for your tasks in the left hand tool bar,
|
||||
and also in the application icon (on platforms that support it).
|
||||
\o \l{Core::ProgressManager}, \l{Core::FutureProgress}
|
||||
|
||||
\row
|
||||
\o
|
||||
\o
|
||||
|
||||
Reference in New Issue
Block a user