Home
last modified time | relevance | path

Searched refs:rowsAboutToBeInserted (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/dports/games/multimc/MultiMC5-0.6.11/application/widgets/
H A DLogView.cpp36 …disconnect(m_model, &QAbstractItemModel::rowsAboutToBeInserted, this, &LogView::rowsAboutToBeInser… in setModel()
44 …connect(m_model, &QAbstractItemModel::rowsAboutToBeInserted, this, &LogView::rowsAboutToBeInserted in setModel()
75 void LogView::rowsAboutToBeInserted(const QModelIndex& parent, int first, int last) in rowsAboutToBeInserted() function in LogView
/dports/databases/akonadi/akonadi-21.12.3/autotests/libs/
H A Dmodelspy.cpp96 …disconnect(m_model, &QAbstractItemModel::rowsAboutToBeInserted, this, &ModelSpy::rowsAboutToBeInse… in startSpying()
105 …connect(m_model, &QAbstractItemModel::rowsAboutToBeInserted, this, &ModelSpy::rowsAboutToBeInserte… in startSpying()
118 …disconnect(m_model, &QAbstractItemModel::rowsAboutToBeInserted, this, &ModelSpy::rowsAboutToBeInse… in stopSpying()
128 void ModelSpy::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) in rowsAboutToBeInserted() function in ModelSpy
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DStylesFilteredModelBase.cpp137 …disconnect(m_sourceModel, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), this, SLOT(rowsAbout… in setStylesModel()
148 …connect(m_sourceModel, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), this, SLOT(rowsAboutToB… in setStylesModel()
179 void StylesFilteredModelBase::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) in rowsAboutToBeInserted() function in StylesFilteredModelBase
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DStylesFilteredModelBase.cpp134 …disconnect(m_sourceModel, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), this, SLOT(rowsAbout… in setStylesModel()
145 …connect(m_sourceModel, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), this, SLOT(rowsAboutToB… in setStylesModel()
176 void StylesFilteredModelBase::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) in rowsAboutToBeInserted() function in StylesFilteredModelBase
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dfocusedtreeview.cpp51 …connect(newModel, &QAbstractItemModel::rowsAboutToBeInserted, this, &FocusedTreeView::rowsAboutToB… in setModel()
108 void FocusedTreeView::rowsAboutToBeInserted(const QModelIndex&, int first, int last) in rowsAboutToBeInserted() function in KDevelop::FocusedTreeView
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/proxymodeltestsuite/
H A Dmodelspy.cpp41 …connect(m_model, SIGNAL(rowsAboutToBeInserted(QModelIndex, int, int)), SLOT(rowsAboutToBeInserted(… in startSpying()
64 …disconnect(m_model, SIGNAL(rowsAboutToBeInserted(QModelIndex, int, int)), this, SLOT(rowsAboutToBe… in stopSpying()
83 void ModelSpy::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) in rowsAboutToBeInserted() function in ModelSpy
/dports/net-im/ruqola/ruqola-1.6.1/src/core/autotests/
H A Dusersmodeltest.cpp23 QSignalSpy rowABTInserted(&w, &UsersModel::rowsAboutToBeInserted); in shouldHaveDefaultValue()
39 QSignalSpy rowABTInserted(&w, &UsersModel::rowsAboutToBeInserted); in shouldRemoveUser()
H A Drocketchataccountmodeltest.cpp38 QSignalSpy rowABTInserted(&w, &RocketChatAccountModel::rowsAboutToBeInserted); in shouldAddAccountValue()
82 QSignalSpy rowABTInserted(&w, &RocketChatAccountModel::rowsAboutToBeInserted); in shouldClearAccounts()
112 QSignalSpy rowABTInserted(&w, &RocketChatAccountModel::rowsAboutToBeInserted); in shouldRemoveAccount()
H A Dusersforroommodeltest.cpp25 QSignalSpy rowABTInserted(&w, &UsersForRoomModel::rowsAboutToBeInserted); in shouldHaveDefaultValue()
36 QSignalSpy rowABTInserted(&w, &UsersForRoomModel::rowsAboutToBeInserted); in shouldAddValues()
142 QSignalSpy rowABTInserted(&w, &UsersForRoomModel::rowsAboutToBeInserted); in shouldParseUsers()
H A Dusercompletermodeltest.cpp24 QSignalSpy rowABTInserted(&w, &UserCompleterModel::rowsAboutToBeInserted); in shouldHaveDefaultValue()
35 QSignalSpy rowABTInserted(&w, &UserCompleterModel::rowsAboutToBeInserted); in shouldAddValues()
H A Dsearchchannelmodeltest.cpp32 QSignalSpy rowABTInserted(&w, &SearchChannelModel::rowsAboutToBeInserted); in shouldAssignValues()
147 QSignalSpy rowABTInserted(&w, &SearchChannelModel::rowsAboutToBeInserted); in shouldLoadValueFromJson()
192 QSignalSpy rowABTInserted(&w, &SearchChannelModel::rowsAboutToBeInserted); in shouldClearModel()
H A Dinputcompletermodeltest.cpp32 QSignalSpy rowABTInserted(&w, &InputCompleterModel::rowsAboutToBeInserted); in shouldAssignValues()
147 QSignalSpy rowABTInserted(&w, &InputCompleterModel::rowsAboutToBeInserted); in shouldLoadValueFromJson()
194 QSignalSpy rowABTInserted(&w, &InputCompleterModel::rowsAboutToBeInserted); in shouldClearModel()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/gui/treeview/
H A Dtreeview.cpp44 …disconnect(model(), &QAbstractItemModel::rowsAboutToBeInserted, this, &TreeView::onRowsAboutToBeIn… in setModel()
53 …connect(newModel, &QAbstractItemModel::rowsAboutToBeInserted, this, &TreeView::onRowsAboutToBeInse… in setModel()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/
H A Dabstractitemview.cpp81 disconnect(m_model, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), in setModel()
82 this, SLOT(rowsAboutToBeInserted(QModelIndex,int,int))); in setModel()
116 connect(m_model, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), in setModel()
117 this, SLOT(rowsAboutToBeInserted(QModelIndex,int,int))); in setModel()
254 void AbstractItemView::rowsAboutToBeInserted(const QModelIndex &index, int start, int end) in rowsAboutToBeInserted() function in AbstractItemView
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DModelWatcher.cpp35 …connect(model, &QAbstractItemModel::rowsAboutToBeInserted, this, &ModelWatcher::rowsAboutToBeInser… in setModel()
104 void ModelWatcher::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) in rowsAboutToBeInserted() function in Imap::Mailbox::ModelWatcher
/dports/audio/elisa/elisa-21.12.3/autotests/
H A Ddatamodeltest.cpp61 QSignalSpy beginInsertRowsSpy(&albumsModel, &DataModel::rowsAboutToBeInserted); in removeOneTrack()
128 QSignalSpy beginInsertRowsSpy(&albumsModel, &DataModel::rowsAboutToBeInserted); in removeOneAlbum()
203 QSignalSpy beginInsertRowsSpy(&albumsModel, &DataModel::rowsAboutToBeInserted); in addOneTrack()
319 QSignalSpy beginInsertRowsSpy(&albumsModel, &DataModel::rowsAboutToBeInserted); in modifyOneTrack()
402 QSignalSpy beginInsertRowsSpy(&tracksModel, &DataModel::rowsAboutToBeInserted); in removeOneTrackAllTracks()
463 QSignalSpy beginInsertRowsSpy(&tracksModel, &DataModel::rowsAboutToBeInserted); in removeOneAlbumAllTracks()
531 QSignalSpy beginInsertRowsSpy(&tracksModel, &DataModel::rowsAboutToBeInserted); in addOneTrackAllTracks()
596 QSignalSpy beginInsertRowsSpy(&tracksModel, &DataModel::rowsAboutToBeInserted); in addOneAlbumAllTracks()
676 QSignalSpy beginInsertRowsSpy(&tracksModel, &DataModel::rowsAboutToBeInserted); in modifyOneTrackAllTracks()
742 QSignalSpy beginInsertRowsSpy(&tracksModel, &DataModel::rowsAboutToBeInserted); in addEmptyTracksListAllTracks()
[all …]
H A Dviewsmodeltest.cpp56 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in switchToEmbeddedGenreCategory()
110 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in switchToEmbeddedGenreCategoryWithInsert()
198 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in switchToEmbeddedAlbumCategoryWithInsertAndRemove()
297 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in simpleSwitchToEmbeddedAlbumCategory()
342 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in simpleSwitchToEmbeddedArtistCategory()
387 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in simpleSwitchToEmbeddedGenreCategory()
427 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in simpleSwitchToEmbeddedAlbumCategoryWithoutDatabase()
467 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in simpleSwitchToEmbeddedArtistCategoryWithoutDatabase()
507 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in simpleSwitchToEmbeddedGenreCategoryWithoutDatabase()
552 QSignalSpy beginInsertRowsSpy(&viewsModel, &ViewsModel::rowsAboutToBeInserted); in switchToEmbeddedAlbumCategoryAndToEmbeddedArtistCategory()
H A Dtrackmetadatamodeltest.cpp39 QSignalSpy beginInsertRowsSpy(&myModel, &TrackMetadataModel::rowsAboutToBeInserted); in loadOneTrackData()
87 QSignalSpy beginInsertRowsSpy(&myModel, &TrackMetadataModel::rowsAboutToBeInserted); in modifyTrackInDatabase()
H A Dalbummodeltest.cpp55 QSignalSpy beginInsertRowsSpy(&albumsModel, &AlbumModel::rowsAboutToBeInserted); in removeOneTrack()
119 QSignalSpy beginInsertRowsSpy(&albumsModel, &AlbumModel::rowsAboutToBeInserted); in removeOneAlbum()
191 QSignalSpy beginInsertRowsSpy(&albumsModel, &AlbumModel::rowsAboutToBeInserted); in addOneTrack()
303 QSignalSpy beginInsertRowsSpy(&albumsModel, &AlbumModel::rowsAboutToBeInserted); in modifyOneTrack()
/dports/deskutils/akonadiconsole/akonadiconsole-21.12.3/autotests/
H A Djobtrackermodeltest.cpp59 QSignalSpy rowATBISpy(&model, &QAbstractItemModel::rowsAboutToBeInserted); in shouldDisplayOneJob()
61 … connect(&model, &QAbstractItemModel::rowsAboutToBeInserted, this, [&](const QModelIndex &parent) { in shouldDisplayOneJob()
154 QSignalSpy rowATBISpy(&model, &QAbstractItemModel::rowsAboutToBeInserted); in shouldHandleDuplicateJob()
/dports/polish/kadu/kadu-4.3/kadu-core/model/
H A Dmodel-watcher.cpp42 …connect(model, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), this, SLOT(rowsAboutToBeInserte… in ModelWatcher()
122 void ModelWatcher::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) in rowsAboutToBeInserted() function in ModelWatcher
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qtc_itemview/
H A Dproxymodel.cpp65 disconnect(previousModel, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), in setSourceModel()
78 connect(sm, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), in setSourceModel()
/dports/sysutils/krename/krename-5.0.1/src/
H A Dmodeltest.cpp55 connect(model, &QAbstractItemModel::rowsAboutToBeInserted, in Q_DECLARE_METATYPE()
65 …connect(model, &QAbstractItemModel::rowsAboutToBeInserted, this, &ModelTest::rowsAboutToBeInserted in Q_DECLARE_METATYPE()
456 void ModelTest::rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) in rowsAboutToBeInserted() function in ModelTest
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/src/core/
H A Dkrecursivefilterproxymodel.cpp286 …disconnect(sourceModel(), SIGNAL(rowsAboutToBeInserted(QModelIndex, int, int)), this, SLOT(sourceR… in setSourceModel()
367 …disconnect(model, SIGNAL(rowsAboutToBeInserted(QModelIndex, int, int)), this, SLOT(_q_sourceRowsAb… in setSourceModel()
378 …connect(model, SIGNAL(rowsAboutToBeInserted(QModelIndex, int, int)), this, SLOT(sourceRowsAboutToB… in setSourceModel()
/dports/devel/gammaray/GammaRay-2.11.3/3rdparty/kde/
H A Dkrecursivefilterproxymodel.cpp310 disconnect(sourceModel(), SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), in setSourceModel()
396 disconnect(model, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), in setSourceModel()
412 connect(model, SIGNAL(rowsAboutToBeInserted(QModelIndex,int,int)), in setSourceModel()

12345678910>>...22