Home
last modified time | relevance | path

Searched refs:rowSelection (Results 1 – 25 of 50) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/doc/src/snippets/itemselection/
H A Dmain.cpp100 QItemSelection rowSelection; in main() local
105 rowSelection.select(topLeft, bottomRight); in main()
107 selectionModel->select(rowSelection, in main()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/widgets/doc/snippets/itemselection/
H A Dmain.cpp110 QItemSelection rowSelection; in main() local
115 rowSelection.select(topLeft, bottomRight); in main()
117 selectionModel->select(rowSelection, in main()
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/ui/
H A Dgwsearch.cpp396 QItemSelection rowSelection; in slotGotSearchResults() local
397rowSelection.select( m_proxyModel->index( 0, 0, QModelIndex() ), m_proxyModel->index(0, 3, QModelI… in slotGotSearchResults()
398 selectionModel->select( rowSelection, QItemSelectionModel::Select ); in slotGotSearchResults()
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/components/objectinspector/
H A Dobjectinspector.cpp608 …Inspector::ObjectInspectorPrivate::checkManagedWidgetSelection(const QModelIndexList &rowSelection) in checkManagedWidgetSelection() argument
612 const QModelIndexList::const_iterator cscend = rowSelection.constEnd(); in checkManagedWidgetSelection()
613 for (QModelIndexList::const_iterator it = rowSelection.constBegin(); it != cscend; ++it) { in checkManagedWidgetSelection()
625 for (QModelIndexList::const_iterator it = rowSelection.constBegin(); it != cscend; ++it) { in checkManagedWidgetSelection()
/dports/devel/qt5-qdoc/kde-qttools-5.15.2p17/src/designer/src/components/objectinspector/
H A Dobjectinspector.cpp608 …Inspector::ObjectInspectorPrivate::checkManagedWidgetSelection(const QModelIndexList &rowSelection) in checkManagedWidgetSelection() argument
612 const QModelIndexList::const_iterator cscend = rowSelection.constEnd(); in checkManagedWidgetSelection()
613 for (QModelIndexList::const_iterator it = rowSelection.constBegin(); it != cscend; ++it) { in checkManagedWidgetSelection()
625 for (QModelIndexList::const_iterator it = rowSelection.constBegin(); it != cscend; ++it) { in checkManagedWidgetSelection()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/designer/src/components/objectinspector/
H A Dobjectinspector.cpp585 …Inspector::ObjectInspectorPrivate::checkManagedWidgetSelection(const QModelIndexList &rowSelection) in checkManagedWidgetSelection() argument
589 const QModelIndexList::const_iterator cscend = rowSelection.constEnd(); in checkManagedWidgetSelection()
590 for (QModelIndexList::const_iterator it = rowSelection.constBegin(); it != cscend; ++it) { in checkManagedWidgetSelection()
602 for (QModelIndexList::const_iterator it = rowSelection.constBegin(); it != cscend; ++it) { in checkManagedWidgetSelection()
/dports/devel/qt5-uitools/kde-qttools-5.15.2p17/src/designer/src/components/objectinspector/
H A Dobjectinspector.cpp608 …Inspector::ObjectInspectorPrivate::checkManagedWidgetSelection(const QModelIndexList &rowSelection) in checkManagedWidgetSelection() argument
612 const QModelIndexList::const_iterator cscend = rowSelection.constEnd(); in checkManagedWidgetSelection()
613 for (QModelIndexList::const_iterator it = rowSelection.constBegin(); it != cscend; ++it) { in checkManagedWidgetSelection()
625 for (QModelIndexList::const_iterator it = rowSelection.constBegin(); it != cscend; ++it) { in checkManagedWidgetSelection()

12