Changeset 56495 in vbox
- Timestamp:
- Jun 18, 2015 10:32:52 AM (9 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/widgets
- Files:
-
- 2 edited
-
UIProgressDialog.cpp (modified) (1 diff)
-
UIProgressDialog.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.cpp
r55696 r56495 338 338 m_fCancelEnabled = m_progress.GetCancelable(); 339 339 m_pCancelBtn->setEnabled(m_fCancelEnabled); 340 341 /* Notify listeners about the operation progress update: */ 342 emit sigProgressChange(m_cOperations, m_progress.GetOperationDescription(), 343 m_progress.GetOperation() + 1, m_progress.GetPercent()); 340 344 } 341 345 else -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIProgressDialog.h
r55696 r56495 57 57 /* API: Run stuff: */ 58 58 int run(int aRefreshInterval); 59 60 signals: 61 62 /** Notifies listeners about wrapped CProgress change. 63 * @param iOperations holds the number of operations CProgress have, 64 * @param strOperation holds the description of the current CProgress operation, 65 * @param iOperation holds the index of the current CProgress operation, 66 * @param iPercent holds the percentage of the current CProgress operation. */ 67 void sigProgressChange(ulong iOperations, QString strOperation, 68 ulong iOperation, ulong iPercent); 59 69 60 70 public slots:
Note:
See TracChangeset
for help on using the changeset viewer.

