Home
last modified time | relevance | path

Searched refs:AddressDelegate (Results 1 – 5 of 5) sorted by relevance

/dports/net/akonadi-contacts/akonadi-contacts-21.12.3/src/contact-editor/editor/addresseditor/
H A Daddressdelegate.cpp17 AddressDelegate::AddressDelegate(QObject *parent) in AddressDelegate() function in AddressDelegate
22 QSize AddressDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const in sizeHint()
33 void AddressDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelInde… in paint()
H A Daddressdelegate.h15 class AddressDelegate : public QStyledItemDelegate
19 explicit AddressDelegate(QObject *parent = nullptr);
H A Daddresseslocationwidget.cpp35 mAddressesLocationView->setItemDelegate(new AddressDelegate(this)); in AddressesLocationWidget()
/dports/www/otter-browser/otter-browser-1.0.03/src/modules/widgets/address/
H A DAddressWidget.h40 class AddressDelegate final : public QStyledItemDelegate
57 explicit AddressDelegate(const QString &highlight, ViewMode mode, QObject *parent = nullptr);
H A DAddressWidget.cpp55 AddressDelegate::AddressDelegate(const QString &highlight, ViewMode mode, QObject *parent) : QStyle… in AddressDelegate() function in Otter::AddressDelegate
60 …connect(SettingsManager::getInstance(), &SettingsManager::optionChanged, this, &AddressDelegate::h… in AddressDelegate()
63 void AddressDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelInde… in paint()
256 void AddressDelegate::handleOptionChanged(int identifier, const QVariant &value) in handleOptionChanged()
264 QString AddressDelegate::highlightText(const QString &text, const QString &html) const in highlightText()
276 int AddressDelegate::calculateLength(const QStyleOptionViewItem &option, const QString &text, int l… in calculateLength()
295 QSize AddressDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const in sizeHint()
772 …ItemDelegate(new AddressDelegate((isTypedHistory ? QString() : text()), (isTypedHistory ? AddressD… in showCompletion()