VirtualBox

Ignore:
Timestamp:
Jul 31, 2024 5:01:05 PM (7 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
164221
Message:

FE/Qt: bugref:10663, bugref:10664: Export/Import Appliance wizards: Make sure UIApplianceEditorWidget tree-view activation trigger respects accessibility rules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIApplianceEditorWidget.cpp

    r105239 r105550  
    18211821                m_pTreeViewSettings = new QITreeView;
    18221822                {
     1823                    /* Extend trigger set: */
     1824                    m_pTreeViewSettings->setEditTriggers(  QAbstractItemView::DoubleClicked
     1825                                                         | QAbstractItemView::SelectedClicked
     1826                                                         | QAbstractItemView::AnyKeyPressed);
     1827
    18231828                    /* Configure tree-view: */
    18241829                    m_pTreeViewSettings->setAlternatingRowColors(true);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette