kexi
KexiCSVInfoLabel Class Reference
#include <kexicsvwidgets.h>
Inherits QWidget.
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) |
| 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 |
Member Function Documentation
| void KexiCSVInfoLabel::setIcon | ( | const QString & | iconName | ) |
sets icon pixmap to iconName. Used wher setIconForFilename was false in ctor.
Definition at line 214 of file kexicsvwidgets.cpp.
The documentation for this class was generated from the following files:

