VirtualBox

Changeset 59164 in vbox for trunk


Ignore:
Timestamp:
Dec 16, 2015 7:08:51 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6478: Runtime UI: Machine Window: Update status-bar features-indicator after session is initialized.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp

    r58886 r59164  
    120120}
    121121
     122void UIMachineWindowNormal::sltHandleSessionInitialized()
     123{
     124    /* Update virtualization stuff: */
     125    updateAppearanceOf(UIVisualElement_FeaturesStuff);
     126}
     127
    122128#ifndef RT_OS_DARWIN
    123129void UIMachineWindowNormal::sltHandleMenuBarConfigurationChange(const QString &strMachineID)
     
    229235    connect(machineLogic()->uisession(), SIGNAL(sigCPUExecutionCapChange()),
    230236            this, SLOT(sltCPUExecutionCapChange()));
     237    connect(machineLogic()->uisession(), SIGNAL(sigInitialized()),
     238            this, SLOT(sltHandleSessionInitialized()));
    231239}
    232240
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.h

    r58142 r59164  
    6565    /** Handles CPU execution cap change event. */
    6666    void sltCPUExecutionCapChange();
     67    /** Handles UISession initialized event. */
     68    void sltHandleSessionInitialized();
    6769
    6870#ifndef RT_OS_DARWIN
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