KBuildSycocaProgressDialog Class
Progress dialog while ksycoca is being rebuilt (by kbuildsycoca). More...
| Header: | #include <KBuildSycocaProgressDialog> |
| CMake: | find_package(KF6 REQUIRED COMPONENTS KIO)target_link_libraries(mytarget PRIVATE KF6::KIOWidgets) |
| Inherits: | QProgressDialog |
Static Public Members
| void | rebuildKSycoca(QWidget *parent) |
Detailed Description
Usage:
KBuildSycocaProgressDialog::rebuildKSycoca(parentWidget);
Member Function Documentation
[static] void KBuildSycocaProgressDialog::rebuildKSycoca(QWidget *parent)
Rebuild KSycoca and show a progress dialog while doing so.
parent Parent widget for the progress dialog