Home
last modified time | relevance | path

Searched refs:slotDataChanged (Results 1 – 25 of 81) sorted by relevance

1234

/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/
H A DKChartDiagramObserver.cpp67 …n = connect( m_diagram, SIGNAL(viewportCoordinateSystemChanged()), this, SLOT(slotDataChanged()) ); in init()
74 SLOT(slotDataChanged(QModelIndex,QModelIndex))); in init()
76 SLOT(slotDataChanged())); in init()
78 SLOT(slotDataChanged())); in init()
80 SLOT(slotDataChanged())); in init()
82 SLOT(slotDataChanged())); in init()
84 SLOT(slotDataChanged())); in init()
115 slotDataChanged(); in slotModelsChanged()
125 void DiagramObserver::slotDataChanged(QModelIndex,QModelIndex) in slotDataChanged() function in DiagramObserver
127 slotDataChanged(); in slotDataChanged()
[all …]
H A DKChartDiagramObserver.h71 void slotDataChanged(QModelIndex,QModelIndex);
72 void slotDataChanged();
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/dialogs/
H A Dknewequityentrydlg.cpp74 connect(d->ui->edtFraction, &AmountEdit::textChanged, this, &KNewEquityEntryDlg::slotDataChanged); in KNewEquityEntryDlg()
75 …nnect(d->ui->edtMarketSymbol, &QLineEdit::textChanged, this, &KNewEquityEntryDlg::slotDataChanged); in KNewEquityEntryDlg()
76 …connect(d->ui->edtEquityName, &QLineEdit::textChanged, this, &KNewEquityEntryDlg::slotDataChanged); in KNewEquityEntryDlg()
80 slotDataChanged(); in KNewEquityEntryDlg()
133 void KNewEquityEntryDlg::slotDataChanged() in slotDataChanged() function in KNewEquityEntryDlg
H A Dknewequityentrydlg.h54 void slotDataChanged();
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DFullMessageCombiner.cpp42 …ssageIndex.model(), &QAbstractItemModel::dataChanged, this, &FullMessageCombiner::slotDataChanged); in FullMessageCombiner()
70 slotDataChanged(QModelIndex(), QModelIndex()); in load()
73 void FullMessageCombiner::slotDataChanged(const QModelIndex &left, const QModelIndex &right) in slotDataChanged() function in Imap::Mailbox::FullMessageCombiner
H A DFullMessageCombiner.h61 void slotDataChanged(const QModelIndex &left, const QModelIndex &right);
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptaccountsmodel.cpp524 void CostBreakdownItemModel::slotDataChanged() in slotDataChanged() function in KPlato::CostBreakdownItemModel
549 … disconnect(m_project, &Project::nodeChanged, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
550 disconnect(m_project, &Project::nodeAdded, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
551 … disconnect(m_project, &Project::nodeRemoved, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
554 … disconnect(m_project, &Project::resourceAdded, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
570 connect(m_project, &Project::nodeChanged, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
571 connect(m_project, &Project::nodeAdded, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
572 connect(m_project, &Project::nodeRemoved, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
574 … connect(m_project, &Project::resourceChanged, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
575 connect(m_project, &Project::resourceAdded, this, &CostBreakdownItemModel::slotDataChanged); in setProject()
[all …]
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/bookshelfwizard/
H A Dbtbookshelflanguagespage.cpp45 this, &BtBookshelfLanguagesPage::slotDataChanged); in BtBookshelfLanguagesPage()
109 void BtBookshelfLanguagesPage::slotDataChanged() { emit completeChanged(); } in slotDataChanged() function in BtBookshelfLanguagesPage
H A Dbtbookshelflanguagespage.h42 void slotDataChanged();
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/tests/
H A DModelObserver.cpp45 this, SLOT(slotDataChanged(QModelIndex,QModelIndex))); in ModelObserver()
103 void ModelObserver::slotDataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight) in slotDataChanged() function in ModelObserver
H A DModelObserver.h55 void slotDataChanged(const QModelIndex & topLeft, const QModelIndex & bottomRight);
/dports/graphics/digikam/digikam-7.4.0/core/app/items/overlays/
H A Ditemratingoverlay.cpp69 this, SLOT(slotDataChanged(QModelIndex,QModelIndex))); in setActive()
173 void ItemRatingOverlay::slotDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight) in slotDataChanged() function in Digikam::ItemRatingOverlay
H A Ditemratingoverlay.h60 void slotDataChanged(const QModelIndex&, const QModelIndex&);
/dports/misc/parley/parley-21.12.3/src/editor/
H A Dmultiplechoicewidget.cpp32 …nect(m_choicesModel, &QStringListModel::dataChanged, this, &MultipleChoiceWidget::slotDataChanged); in MultipleChoiceWidget()
40 void MultipleChoiceWidget::slotDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRig… in slotDataChanged() function in MultipleChoiceWidget
H A Dmultiplechoicewidget.h36 void slotDataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight);
/dports/graphics/digikam/digikam-7.4.0/core/libs/tags/widgets/
H A Dtagslineeditoverlay.cpp78 this, SLOT(slotDataChanged(QModelIndex,QModelIndex))); in setActive()
178 void TagsLineEditOverlay::slotDataChanged(const QModelIndex& /*topLeft*/, const QModelIndex& /*bott… in slotDataChanged() function in Digikam::TagsLineEditOverlay
H A Dtagslineeditoverlay.h61 void slotDataChanged(const QModelIndex&, const QModelIndex&);
/dports/lang/kf5-kross/kross-5.89.0/src/ui/
H A Dactioncollectionmodel.h106 void slotDataChanged(ActionCollection *);
107 void slotDataChanged(Action *);
H A Dactioncollectionmodel.cpp63 …QObject::connect(d->collection, SIGNAL(dataChanged(Action*)), this, SLOT(slotDataChanged(Action*))… in ActionCollectionModel()
64 …ct(d->collection, SIGNAL(dataChanged(ActionCollection*)), this, SLOT(slotDataChanged(ActionCollect… in ActionCollectionModel()
178 void ActionCollectionModel::slotDataChanged(ActionCollection *coll) in slotDataChanged() function in ActionCollectionModel
185 void ActionCollectionModel::slotDataChanged(Action *act) in slotDataChanged() function in ActionCollectionModel
/dports/mail/trojita/trojita-0.7/src/XtConnect/
H A DMessageDownloader.cpp54 …connect(m_model, SIGNAL(dataChanged(QModelIndex,QModelIndex)), this, SLOT(slotDataChanged(QModelIn… in MessageDownloader()
148 slotDataChanged(message, message); in requestDataDownload()
152 void MessageDownloader::slotDataChanged( const QModelIndex &a, const QModelIndex &b ) in slotDataChanged() function in XtConnect::MessageDownloader
/dports/deskutils/knotes/knotes-21.12.3/src/configdialog/
H A Dknotecollectionconfigwidget.cpp123 …NoteCollectionDisplayProxyModel::dataChanged, this, &KNoteCollectionConfigWidget::slotDataChanged); in KNoteCollectionConfigWidget()
174 …nadi::CollectionRequester::collectionChanged, this, &KNoteCollectionConfigWidget::slotDataChanged); in KNoteCollectionConfigWidget()
242 void KNoteCollectionConfigWidget::slotDataChanged() in slotDataChanged() function in KNoteCollectionConfigWidget
/dports/graphics/digikam/digikam-7.4.0/core/libs/tags/manager/
H A Dtagpropwidget.h72 void slotDataChanged();
/dports/editors/calligra/calligra-3.2.1/libs/kross/
H A DKoScriptManager.h90 void slotDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);
/dports/graphics/digikam/digikam-7.4.0/core/app/views/stack/
H A Dtrashview.h86 void slotDataChanged();
/dports/graphics/digikam/digikam-7.4.0/core/libs/widgets/text/
H A Dmodelcompleter.h77 void slotDataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight);

1234