VirtualBox

儲存庫 vbox 的更動 12021


忽略:
時間撮記:
2008-9-3 上午09:17:56 (16 年 以前)
作者:
vboxsync
訊息:

Fe/Qt4: Removing F2 key-functionality for the HD settings attachments editors. Fixing bug with back-tab functionality.

位置:
trunk/src/VBox/Frontends/VirtualBox4
檔案:
修改 2 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsHD.h

    r11968 r12021  
    196196private:
    197197
     198#if 0
    198199    void keyPressEvent (QKeyEvent *aEvent);
     200#endif
     201
    199202    void populate (const HDSltValue &aIncluding);
    200203
     
    230233private:
    231234
     235#if 0
    232236    void keyPressEvent (QKeyEvent *aEvent);
     237#endif
    233238
    234239    static HDVdiEditor *mInstance;
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxVMSettingsHD.cpp

    r11968 r12021  
    243243}
    244244
     245#if 0
    245246void HDSltEditor::keyPressEvent (QKeyEvent *aEvent)
    246247{
     
    255256    QComboBox::keyPressEvent (aEvent);
    256257}
     258#endif
    257259
    258260void HDSltEditor::populate (const HDSltValue &aIncluding)
     
    328330}
    329331
     332#if 0
    330333void HDVdiEditor::keyPressEvent (QKeyEvent *aEvent)
    331334{
     
    340343    VBoxMediaComboBox::keyPressEvent (aEvent);
    341344}
     345#endif
    342346
    343347/** Singleton QObject class reimplementation to use for making selected IDE &
     
    880884                case Qt::Key_Backtab:
    881885                {
    882                     focusNextPrevChild (false);
     886                    /* Due to table on getting focus back from the child
     887                     * put it instantly to its child again, make a hack
     888                     * to put focus to the real owner. */
     889                    mCbSATA->setFocus();
    883890                    return true;
    884891                }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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