Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 27160baa rédigé par Kubat's avatar Kubat
Parcourir les fichiers

[WIP] UI: Select all the row with the AssLine view

parent 3df2ea5e
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!7Add the ASS sub document and the ASS tree
...@@ -89,6 +89,7 @@ VivyDocumentView::loadAssView() noexcept ...@@ -89,6 +89,7 @@ VivyDocumentView::loadAssView() noexcept
view->horizontalHeader()->setStretchLastSection(true); view->horizontalHeader()->setStretchLastSection(true);
view->verticalHeader()->setVisible(true); view->verticalHeader()->setVisible(true);
view->setSelectionMode(QAbstractItemView::ExtendedSelection); view->setSelectionMode(QAbstractItemView::ExtendedSelection);
view->setSelectionBehavior(QAbstractItemView::SelectRows);
assLines->setWidget(view); assLines->setWidget(view);
assLines->setFeatures(QDockWidget::DockWidgetMovable | QDockWidget::DockWidgetClosable); assLines->setFeatures(QDockWidget::DockWidgetMovable | QDockWidget::DockWidgetClosable);
assLines->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea | assLines->setAllowedAreas(Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea |
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter