|
|
| CredentialsUrlDelegate (QObject *parent) |
| |
| virtual void | paint (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const |
| | Custom paint method to render the cell text as a URL if it matches the pattern.
|
| |
| | UrlLinkDelegate (QObject *parent=Q_NULLPTR) |
| | Constructs a new UrlLinkDelegate object.
|
| |
|
| ~UrlLinkDelegate () |
| | Destroys the UrlLinkDelegate object.
|
| |
| void | setColCheck (int column, QString &pattern) |
| | Configures a column to be checked against a regular expression pattern for URL rendering.
|
| |
◆ paint()
| virtual void CredentialsUrlDelegate::paint |
( |
QPainter * |
painter, |
|
|
const QStyleOptionViewItem & |
option, |
|
|
const QModelIndex & |
index |
|
) |
| const |
|
inlinevirtual |
Custom paint method to render the cell text as a URL if it matches the pattern.
- Parameters
-
| painter | The painter object. |
| option | The style option for the item. |
| index | The model index of the item. |
Reimplemented from UrlLinkDelegate.
The documentation for this class was generated from the following file:
- /builds/wireshark/wireshark/ui/qt/credentials_dialog.cpp