VirtualBox

Ignore:
Timestamp:
Feb 11, 2019 5:10:02 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128778
Message:

FE/Qt: bugref:9241: VirtualBox Manager UI: No Chooser pane group entering for now.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerKeyboard.cpp

    r76606 r77269  
    255255        case Qt::Key_Left:
    256256        {
     257#if 0
    257258            /* If there is a focus item: */
    258259            if (UIChooserItem *pFocusItem = model()->focusItem())
     
    274275                }
    275276            }
     277#endif
    276278            /* Pass that event: */
    277279            return false;
     
    280282        case Qt::Key_Right:
    281283        {
     284#if 0
    282285            /* If there is focus item: */
    283286            if (UIChooserItem *pFocusItem = model()->focusItem())
     
    290293                }
    291294            }
     295#endif
    292296            /* Pass that event: */
    293297            return false;
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserHandlerMouse.cpp

    r76932 r77269  
    200200                    if (pGroupItem->isRoot())
    201201                    {
     202#if 0
    202203                        /* Do not allow for unhovered root: */
    203204                        if (!pGroupItem->isHovered())
     
    209210                            model()->unindentRoot();
    210211                        }
     212#endif
    211213                    }
    212214                    /* If it was a simple group item: */
     
    222224                                pGroupItem->close();
    223225                        }
     226#if 0
    224227                        /* If click was at right part: */
    225228                        else
     
    229232                            model()->indentRoot(pGroupItem);
    230233                        }
     234#endif
    231235                    }
    232236                    /* Filter that event out: */
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/chooser/UIChooserItemGroup.cpp

    r77228 r77269  
    12251225    setHovered(false);
    12261226
     1227#if 0
    12271228    /* Indent to this root: */
    12281229    model()->indentRoot(this);
     1230#endif
    12291231}
    12301232
Note: See TracChangeset for help on using the changeset viewer.

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