Home
last modified time | relevance | path

Searched refs:contentViewChanged (Results 1 – 2 of 2) sorted by relevance

/dports/deskutils/akonadiconsole/akonadiconsole-21.12.3/src/
H A Dbrowserwidget.cpp222 connect(contentUi.flags, &KEditListWidget::changed, this, &BrowserWidget::contentViewChanged); in AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY()
223 connect(contentUi.tags, &KEditListWidget::changed, this, &BrowserWidget::contentViewChanged); in AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY()
224 connect(contentUi.remoteId, &QLineEdit::textChanged, this, &BrowserWidget::contentViewChanged); in AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY()
225 connect(contentUi.gid, &QLineEdit::textChanged, this, &BrowserWidget::contentViewChanged); in AKONADI_COLLECTION_PROPERTIES_PAGE_FACTORY()
303 void BrowserWidget::contentViewChanged() in contentViewChanged() function in BrowserWidget
393 connect(mAttrModel, &QStandardItemModel::itemChanged, this, &BrowserWidget::contentViewChanged); in setItem()
H A Dbrowserwidget.h77 void contentViewChanged();