KexiCSVInfoLabel Class Reference
#include <kexicsvwidgets.h>
Inheritance diagram for KexiCSVInfoLabel:

Detailed Description
A helper widget showing a short text information with an icon. See ctor for details. Used by CSV import and export dialogs.
Definition at line 42 of file kexicsvwidgets.h.
Public Member Functions | |
| KexiCSVInfoLabel (const QString &labelText, QWidget *parent) | |
| void | setFileName (const QString &fileName) |
| void | setLabelText (const QString &text) |
| void | setCommentText (const QString &text) |
| void | setIcon (const QString &iconName) |
| sets icon pixmap to iconName. Used wher setIconForFilename was false in ctor. | |
| QLabel * | leftLabel () const |
| KActiveLabel * | fileNameLabel () const |
| KActiveLabel * | commentLabel () const |
| QFrame * | separator () const |
Protected Attributes | |
| QLabel * | m_leftLabel |
| QLabel * | m_iconLbl |
| KActiveLabel * | m_fnameLbl |
| KActiveLabel * | m_commentLbl |
| QFrame * | m_separator |
Constructor & Destructor Documentation
|
||||||||||||
|
Definition at line 157 of file kexicsvwidgets.cpp. References m_commentLbl, m_fnameLbl, m_iconLbl, m_leftLabel, and m_separator. |
Member Function Documentation
|
|
Definition at line 65 of file kexicsvwidgets.h. References m_commentLbl. |
|
|
Definition at line 64 of file kexicsvwidgets.h. References m_fnameLbl. Referenced by KexiCSVExportWizard::showPage(). |
|
|
Definition at line 63 of file kexicsvwidgets.h. References m_leftLabel. |
|
|
Definition at line 66 of file kexicsvwidgets.h. References m_separator. Referenced by KexiCSVExportWizard::KexiCSVExportWizard(). |
|
|
Definition at line 219 of file kexicsvwidgets.cpp. References m_commentLbl. |
|
|
Definition at line 197 of file kexicsvwidgets.cpp. References m_fnameLbl, and m_iconLbl. Referenced by KexiCSVExportWizard::showPage(). |
|
|
sets icon pixmap to iconName. Used wher setIconForFilename was false in ctor.
Definition at line 214 of file kexicsvwidgets.cpp. References m_iconLbl. Referenced by KexiCSVExportWizard::KexiCSVExportWizard(), and KexiCSVImportDialog::KexiCSVImportDialog(). |
|
|
Definition at line 206 of file kexicsvwidgets.cpp. References m_fnameLbl. Referenced by KexiCSVExportWizard::showPage(). |
Member Data Documentation
|
|
Definition at line 70 of file kexicsvwidgets.h. Referenced by commentLabel(), KexiCSVInfoLabel(), and setCommentText(). |
|
|
Definition at line 70 of file kexicsvwidgets.h. Referenced by fileNameLabel(), KexiCSVInfoLabel(), setFileName(), and setLabelText(). |
|
|
Definition at line 69 of file kexicsvwidgets.h. Referenced by KexiCSVInfoLabel(), setFileName(), and setIcon(). |
|
|
Definition at line 69 of file kexicsvwidgets.h. Referenced by KexiCSVInfoLabel(), and leftLabel(). |
|
|
Definition at line 71 of file kexicsvwidgets.h. Referenced by KexiCSVInfoLabel(), and separator(). |
The documentation for this class was generated from the following files:
