THyperTextEdit Class
| Header: | #include <THyperTextEdit> |
| Inherits: | QWidget and TUiInterface |
Properties
- html : QString
- maxByteCount : int
- maxRowCount : int
- minRowCount : int
- 58 properties inherited from QWidget
Public Functions
| THyperTextEdit(QWidget *parent = nullptr) | |
| ~THyperTextEdit() |
- 213 public functions inherited from QWidget
Public Slots
| bool | downloadAll(TError *oErr = nullptr) |
| QStringList | downloadDoWork(const QVariantList &iAttachmentList, TError *oErr = nullptr) |
| QVariantList | entryFileInfo(const QString &iDirStr) |
| virtual QVariant | getData(const QString &key = "", const QVariant &options = QVariant()) |
| THypterTextToolBar * | hyperTextToolBar() |
| bool | isAttachmentEnable() |
| int | maxByteCount() const |
| int | maxRowCount() const |
| int | minRowCount() const |
| void | refreshAttachmentState() |
| virtual void | setData(const QString &key, const QVariant &data) |
| void | setHtml(const QString &text) |
| void | setMaxByteCount(int iCountInt) |
| void | setMaxRowCount(int iCountInt) |
| void | setMinRowCount(int iCountInt) |
| TTextEdit * | textEdit() |
| QString | toHtml() const |
| bool | uploadAll(TError *oErr = nullptr) |
| QStringList | uploadWork(const QVariantList &iAttachmentList, TError *oErr = nullptr) |
- 19 public slots inherited from QWidget
- 9 public slots inherited from TUiInterface
Signals
| virtual void | notification(const QString &type, const QVariant &data = QVariant(), const QString &uuid = QStringLiteral( "" )) |
| void | textChanged() |
- 3 signals inherited from QWidget
- 1 signal inherited from TUiInterface
Reimplemented Protected Functions
| virtual void | focusOutEvent(QFocusEvent *iEvent) |
| virtual void | paintEvent(QPaintEvent *iEvent) |
- 35 protected functions inherited from QWidget
- 2 protected functions inherited from TUiInterface
Additional Inherited Members
- 5 static public members inherited from QWidget
- 35 protected functions inherited from QWidget
- 2 protected functions inherited from TUiInterface
- 1 protected slot inherited from QWidget
Detailed Description
Property Documentation
html : QString
Access functions:
| QString | toHtml() const |
| void | setHtml(const QString &text) |
maxByteCount : int
Access functions:
| int | maxByteCount() const |
| void | setMaxByteCount(int iCountInt) |
maxRowCount : int
Access functions:
| int | maxRowCount() const |
| void | setMaxRowCount(int iCountInt) |
minRowCount : int
Access functions:
| int | minRowCount() const |
| void | setMinRowCount(int iCountInt) |
Member Function Documentation
THyperTextEdit::THyperTextEdit(QWidget *parent = nullptr)
Default constructs an instance of THyperTextEdit.
THyperTextEdit::~THyperTextEdit()
Destroys the instance of THyperTextEdit.