Home
last modified time | relevance | path

Searched refs:rowsRemoved (Results 176 – 200 of 1375) sorted by relevance

12345678910>>...55

/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/testlib/
H A Dqabstractitemmodeltester.cpp84 void rowsRemoved(const QModelIndex &parent, int start, int end);
246 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
261 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
262 … this, [d](const QModelIndex &parent, int start, int end) { d->rowsRemoved(parent, start, end); }); in QAbstractItemModelTester()
742 void QAbstractItemModelTesterPrivate::rowsRemoved(const QModelIndex &parent, int start, int end) in rowsRemoved() function in QAbstractItemModelTesterPrivate
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/testlib/
H A Dqabstractitemmodeltester.cpp84 void rowsRemoved(const QModelIndex &parent, int start, int end);
246 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
261 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
262 … this, [d](const QModelIndex &parent, int start, int end) { d->rowsRemoved(parent, start, end); }); in QAbstractItemModelTester()
742 void QAbstractItemModelTesterPrivate::rowsRemoved(const QModelIndex &parent, int start, int end) in rowsRemoved() function in QAbstractItemModelTesterPrivate
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/testlib/
H A Dqabstractitemmodeltester.cpp84 void rowsRemoved(const QModelIndex &parent, int start, int end);
246 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
261 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
262 … this, [d](const QModelIndex &parent, int start, int end) { d->rowsRemoved(parent, start, end); }); in QAbstractItemModelTester()
742 void QAbstractItemModelTesterPrivate::rowsRemoved(const QModelIndex &parent, int start, int end) in rowsRemoved() function in QAbstractItemModelTesterPrivate
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/testlib/
H A Dqabstractitemmodeltester.cpp84 void rowsRemoved(const QModelIndex &parent, int start, int end);
246 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
261 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
262 … this, [d](const QModelIndex &parent, int start, int end) { d->rowsRemoved(parent, start, end); }); in QAbstractItemModelTester()
742 void QAbstractItemModelTesterPrivate::rowsRemoved(const QModelIndex &parent, int start, int end) in rowsRemoved() function in QAbstractItemModelTesterPrivate
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/testlib/
H A Dqabstractitemmodeltester.cpp84 void rowsRemoved(const QModelIndex &parent, int start, int end);
246 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
261 connect(model, &QAbstractItemModel::rowsRemoved, in QAbstractItemModelTester()
262 … this, [d](const QModelIndex &parent, int start, int end) { d->rowsRemoved(parent, start, end); }); in QAbstractItemModelTester()
742 void QAbstractItemModelTesterPrivate::rowsRemoved(const QModelIndex &parent, int start, int end) in rowsRemoved() function in QAbstractItemModelTesterPrivate
/dports/polish/kadu/kadu-4.3/kadu-core/model/
H A Daction-filter-proxy-model.cpp46 connect(Model, SIGNAL(rowsRemoved(QModelIndex,int,int)), this, SLOT(updateSize())); in setModel()
H A Dmodel-watcher.h51 void rowsRemoved(const QModelIndex &parent, int start, int end);
/dports/print/print-manager/print-manager-21.12.3/libkcups/
H A DPrinterSortFilterModel.cpp21 … connect(this, &PrinterSortFilterModel::rowsRemoved, this, &PrinterSortFilterModel::countChanged); in PrinterSortFilterModel()
/dports/mail/trojita/trojita-0.7/src/Gui/
H A DTaskProgressIndicator.cpp56 …connect(m_visibleTasksModel.data(), &QAbstractItemModel::rowsRemoved, this, &TaskProgressIndicator… in setImapModel()
/dports/security/keepassxc/keepassxc-2.6.6/tests/
H A Dmodeltest.h65 void rowsRemoved( const QModelIndex & parent, int start, int end );
H A Dmodeltest.cpp68 connect(model, SIGNAL(rowsRemoved(QModelIndex,int,int)), in ModelTest()
83 connect(model, SIGNAL(rowsRemoved(QModelIndex,int,int)), in ModelTest()
84 this, SLOT(rowsRemoved(QModelIndex,int,int)) ); in ModelTest()
562 void ModelTest::rowsRemoved ( const QModelIndex & parent, int start, int end ) in rowsRemoved() function in ModelTest
/dports/security/keepassx-devel/keepassx-55869e8/tests/
H A Dmodeltest.h65 void rowsRemoved( const QModelIndex & parent, int start, int end );
H A Dmodeltest.cpp68 connect(model, SIGNAL(rowsRemoved(QModelIndex,int,int)), in ModelTest()
83 connect(model, SIGNAL(rowsRemoved(QModelIndex,int,int)), in ModelTest()
84 this, SLOT(rowsRemoved(QModelIndex,int,int)) ); in ModelTest()
561 void ModelTest::rowsRemoved ( const QModelIndex & parent, int start, int end ) in rowsRemoved() function in ModelTest
/dports/games/multimc/MultiMC5-0.6.11/application/pages/instance/
H A DServersPage.h71 void rowsRemoved(const QModelIndex &parent, int first, int last);
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/qmlcontrols/kquickcontrolsaddons/
H A Dcolumnproxymodel.cpp32 …disconnect(m_sourceModel, &QAbstractItemModel::rowsRemoved, this, &ColumnProxyModel::considerRowsR… in setSourceModel()
53 …connect(m_sourceModel, &QAbstractItemModel::rowsRemoved, this, &ColumnProxyModel::considerRowsRemo… in setSourceModel()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/autotests/integration/
H A Ddebug_console_test.cpp183 QSignalSpy rowsRemovedSpy(&model, &QAbstractItemModel::rowsRemoved); in testX11Client()
273 QSignalSpy rowsRemovedSpy(&model, &QAbstractItemModel::rowsRemoved); in testX11Unmanaged()
369 QSignalSpy rowsRemovedSpy(&model, &QAbstractItemModel::rowsRemoved); in testWaylandClient()
469 QSignalSpy rowsRemovedSpy(&model, &QAbstractItemModel::rowsRemoved); in testInternalWindow()
/dports/devel/okteta/okteta-0.26.6/kasten/controllers/view/structures/
H A Dmodeltest.cpp60 connect ( model, &QAbstractItemModel::rowsRemoved , in Q_DECLARE_METATYPE()
75 connect ( model, &QAbstractItemModel::rowsRemoved , in Q_DECLARE_METATYPE()
76 this, &ModelTest::rowsRemoved ); in Q_DECLARE_METATYPE()
627 void ModelTest::rowsRemoved ( const QModelIndex & parent, int start, int end ) in rowsRemoved() function in ModelTest
/dports/net/linphone/linphoneqt-4.1.1/src/components/conference/
H A DConferenceHelperModel.cpp44 QObject::connect(this, &CallsListModel::rowsRemoved, [this] { in ConferenceHelperModel()
/dports/net/nitroshare/nitroshare-desktop-0.3.4-642-g2046ccb/libnitroshare/tests/
H A DTestDeviceModel.cpp91 QSignalSpy rowsRemovedSpy(&model, &DeviceModel::rowsRemoved); in testSignals()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DStylesFilteredModelBase.h91 void rowsRemoved(const QModelIndex &parent, int start, int end);
/dports/security/kgpg/kgpg-21.12.3/model/
H A Dgpgservermodel.cpp16 connect(this, &GpgServerModel::rowsRemoved, this, &GpgServerModel::slotRowsRemoved); in GpgServerModel()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DStylesFilteredModelBase.h91 void rowsRemoved(const QModelIndex &parent, int start, int end);
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/comic/
H A Dactivecomicmodel.cpp14 connect(this, &ActiveComicModel::rowsRemoved, this, &ActiveComicModel::countChanged); in ActiveComicModel()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/coreplugin/editormanager/
H A Dopeneditorsview.cpp204 disconnect(previousModel, &QAbstractItemModel::rowsRemoved, in setSourceModel()
217 connect(sm, &QAbstractItemModel::rowsRemoved, in setSourceModel()
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/kcmkwin/kwindecoration/
H A Dkcm.cpp81 …connect(m_leftButtonsModel, &QAbstractItemModel::rowsRemoved, this, &KCMKWinDecoration::onLeftButt… in KCMKWinDecoration()
86 …connect(m_rightButtonsModel, &QAbstractItemModel::rowsRemoved, this, &KCMKWinDecoration::onRightBu… in KCMKWinDecoration()

12345678910>>...55