Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dcharselect.h87 void slot_selectionChanged( const QItemSelection&, const QItemSelection& );
H A Dcharselect.cpp46 …Changed(const QItemSelection&,const QItemSelection&)), this, SLOT(slot_selectionChanged(const QIte… in CharSelect()
168 void CharSelect::slot_selectionChanged( const QItemSelection& sel, const QItemSelection& ) in slot_selectionChanged() function in CharSelect
/dports/audio/carla/Carla-2.4.1/source/frontend/patchcanvas/
H A Dscene.py84 self.selectionChanged.connect(self.slot_selectionChanged)
247 def slot_selectionChanged(self): member in PatchScene
/dports/editors/tea/tea-qt-60.5.1/
H A Ddocument.h267 void slot_selectionChanged();
H A Ddocument.cpp823 connect (this, SIGNAL(selectionChanged()), this, SLOT(slot_selectionChanged())); in CDocument()
1947 void CDocument::slot_selectionChanged() in slot_selectionChanged() function in CDocument