Home
last modified time | relevance | path

Searched refs:headerDataChanged (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/table/
H A DTableCommentsHeaderModel.cpp36 connect(d_table_model, SIGNAL(headerDataChanged(Qt::Orientation, int, int)), this, in TableCommentsHeaderModel()
37 SIGNAL(headerDataChanged(Qt::Orientation, int, int))); in TableCommentsHeaderModel()
38 connect(d_table_model, SIGNAL(headerDataChanged(Qt::Orientation, int, int)), this, in TableCommentsHeaderModel()
39 SIGNAL(headerDataChanged(Qt::Orientation, int, int))); in TableCommentsHeaderModel()
H A DTableDoubleHeaderView.cpp89 connect(model, SIGNAL(headerDataChanged(Qt::Orientation, int, int)), this, in setModel()
90 SLOT(headerDataChanged(Qt::Orientation, int, int))); in setModel()
129 void TableDoubleHeaderView::headerDataChanged(Qt::Orientation orientation, int logicalFirst, in headerDataChanged() function in TableDoubleHeaderView
H A DTableModel.cpp62 connect(d_table, SIGNAL(headerDataChanged(Qt::Orientation, int, int)), this, in TableModel()
63 SIGNAL(headerDataChanged(Qt::Orientation, int, int))); in TableModel()
H A DTableDoubleHeaderView.h92 void headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast);
/dports/finance/kraft/kraft-0.97/src/
H A Dimpviewwidgets.cpp31 …connect(model, SIGNAL(headerDataChanged(Qt::Orientation,int,int)), this, SLOT(headerDataChanged(Qt… in setModel()
36 void ImpTreeView::headerDataChanged(Qt::Orientation orientation, int first, int last) in headerDataChanged() function in ImpTreeView
H A Dimpviewwidgets.h37 void headerDataChanged(Qt::Orientation orientation, int first, int last);
/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/qmlcontrols/kquickcontrolsaddons/
H A Dcolumnproxymodel.cpp39 …sconnect(m_sourceModel, &QAbstractItemModel::headerDataChanged, this, &QAbstractItemModel::headerD… in setSourceModel()
60 …connect(m_sourceModel, &QAbstractItemModel::headerDataChanged, this, &QAbstractItemModel::headerDa… in setSourceModel()
/dports/mail/trojita/trojita-0.7/src/Imap/Model/
H A DModelWatcher.cpp42 connect(model, &QAbstractItemModel::headerDataChanged, this, &ModelWatcher::headerDataChanged); in setModel()
80 void ModelWatcher::headerDataChanged(Qt::Orientation orientation, int first, int last) in headerDataChanged() function in Imap::Mailbox::ModelWatcher
H A DModelWatcher.h49 void headerDataChanged(Qt::Orientation, int, int);
/dports/polish/kadu/kadu-4.3/plugins/history/model/
H A Dhistory-query-results-model.cpp111 emit headerDataChanged(Qt::Horizontal, 0, 0); in setTalkableHeader() local
120 emit headerDataChanged(Qt::Horizontal, 3, 3); in setLengthHeader() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/itemviews/
H A Dqproxymodel.cpp429 connect(model, SIGNAL(headerDataChanged(Qt::Orientation,int,int)), in connectToModel()
430 this, SIGNAL(headerDataChanged(Qt::Orientation,int,int))); // signal to signal in connectToModel()
460 disconnect(model, SIGNAL(headerDataChanged(Qt::Orientation,int,int)), in disconnectFromModel()
461 this, SIGNAL(headerDataChanged(Qt::Orientation,int,int))); // signal to signal in disconnectFromModel()
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dsparseitemmodel.cpp167 emit headerDataChanged(Qt::Horizontal, 0, n_columns-1); in allHeadersChanged() local
168 emit headerDataChanged(Qt::Vertical, 0, n_rows-1); in allHeadersChanged() local
/dports/devel/gammaray/GammaRay-2.11.3/core/remote/
H A Dremotemodelserver.cpp92 connect(m_model.data(), &QAbstractItemModel::headerDataChanged, in connectModel()
93 this, &RemoteModelServer::headerDataChanged); in connectModel()
123 disconnect(m_model.data(), &QAbstractItemModel::headerDataChanged, in disconnectModel()
124 this, &RemoteModelServer::headerDataChanged); in disconnectModel()
345 void RemoteModelServer::headerDataChanged(Qt::Orientation orientation, int first, int last) in headerDataChanged() function in RemoteModelServer
/dports/polish/kadu/kadu-4.3/kadu-core/model/
H A Dmodel-watcher.cpp37 …connect(model, SIGNAL(headerDataChanged(Qt::Orientation,int, int)), this, SLOT(headerDataChanged(Q… in ModelWatcher()
97 void ModelWatcher::headerDataChanged(Qt::Orientation orientation, int first, int last) in headerDataChanged() function in ModelWatcher
/dports/graphics/krita/krita-4.4.8/plugins/dockers/animation/
H A Dkis_time_based_item_model.cpp250 emit headerDataChanged (Qt::Horizontal, prevFrame, prevFrame); in setHeaderData() local
251 … emit headerDataChanged (Qt::Horizontal, m_d->activeFrameIndex, m_d->activeFrameIndex); in setHeaderData() local
476 emit headerDataChanged(Qt::Horizontal, 0, columnCount() - 1); in slotFramerateChanged() local
489 emit headerDataChanged(Qt::Horizontal, 0, numFrames); in slotCacheChanged() local
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptflatproxymodel.cpp54 emit headerDataChanged(orientation, start, end); in sourceHeaderDataChanged() local
139 disconnect(sourceModel(), &QAbstractItemModel::headerDataChanged, in setSourceModel()
171 connect(sourceModel(), &QAbstractItemModel::headerDataChanged, in setSourceModel()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWIdentityProxyModel.C98 modelConnections_.push_back(newSourceModel->headerDataChanged().connect in setSourceModel()
195 headerDataChanged().emit(orientation, start, end); in sourceHeaderDataChanged()
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/future/matrix/
H A DMatrixModel.cpp228 emit headerDataChanged(Qt::Horizontal, 0, columnCount() - 1); in handleCoordinatesChanged() local
229 emit headerDataChanged(Qt::Vertical, 0, rowCount() - 1); in handleCoordinatesChanged() local
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/
H A DctkCheckableHeaderViewEventTranslator.cpp52 connect(object->model(), SIGNAL(headerDataChanged(Qt::Orientation,int,int)), in translateEvent()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qt_modeltest/
H A Dmodeltest.cpp57 connect(model, SIGNAL(headerDataChanged(Qt::Orientation,int,int)), in ModelTest()
87 connect(model, SIGNAL(headerDataChanged(Qt::Orientation,int,int)), in ModelTest()
88 this, SLOT(headerDataChanged(Qt::Orientation,int,int)) ); in ModelTest()
581 void ModelTest::headerDataChanged(Qt::Orientation orientation, int start, int end) in headerDataChanged() function in ModelTest
H A Dmodeltest.h67 void headerDataChanged(Qt::Orientation orientation, int start, int end);
/dports/misc/tellico/tellico-3.4.2/src/tests/
H A Dmodeltest.cpp52 connect(model, &QAbstractItemModel::headerDataChanged, in ModelTest()
82 connect(model, &QAbstractItemModel::headerDataChanged, in ModelTest()
83 this, &ModelTest::headerDataChanged ); in ModelTest()
575 void ModelTest::headerDataChanged(Qt::Orientation orientation, int start, int end) in headerDataChanged() function in ModelTest
H A Dmodeltest.h62 void headerDataChanged(Qt::Orientation orientation, int start, int end);
/dports/devel/gammaray/GammaRay-2.11.3/3rdparty/qt/
H A Dmodeltest.cpp57 connect(model, SIGNAL(headerDataChanged(Qt::Orientation,int,int)), in Q_DECLARE_METATYPE()
87 connect(model, SIGNAL(headerDataChanged(Qt::Orientation,int,int)), in Q_DECLARE_METATYPE()
88 this, SLOT(headerDataChanged(Qt::Orientation,int,int)) ); in Q_DECLARE_METATYPE()
581 void ModelTest::headerDataChanged(Qt::Orientation orientation, int start, int end) in headerDataChanged() function in ModelTest
H A Dmodeltest.h67 void headerDataChanged(Qt::Orientation orientation, int start, int end);

12345678910>>...27