libkdepim
KPIM::TransactionItem Class Reference
List of all members.Detailed Description
Definition at line 77 of file progressdialog.h.
Public Slots | |
| void | slotItemCanceled () |
Public Member Functions | |
| TransactionItem (QWidget *parent, ProgressItem *item, bool first) | |
| ~TransactionItem () | |
| void | hideHLine () |
| void | setProgress (int progress) |
| void | setLabel (const QString &) |
| void | setStatus (const QString &) |
| void | setCrypto (bool) |
| ProgressItem * | item () const |
| void | addSubTransaction (ProgressItem *item) |
| void | setItemComplete () |
Protected Attributes | |
| QProgressBar * | mProgress |
| QPushButton * | mCancelButton |
| QLabel * | mItemLabel |
| QLabel * | mItemStatus |
| QFrame * | mFrame |
| SSLLabel * | mSSLLabel |
| ProgressItem * | mItem |
The documentation for this class was generated from the following files:

