VirtualBox

Ignore:
Timestamp:
Sep 21, 2016 4:12:12 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6899: Accessibility support (step 47): Selector UI: Rework for UIVMDesktop: No translatable stuff.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/selector
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp

    r63928 r63929  
    2929
    3030/* GUI includes */
     31# include "QIWithRetranslateUI.h"
    3132# include "UIBar.h"
    3233# include "UIIconPool.h"
     
    219220
    220221UIVMDesktop::UIVMDesktop(QAction *pRefreshAction, QWidget *pParent)
    221     : QIWithRetranslateUI<QWidget>(pParent)
     222    : QWidget(pParent)
    222223{
    223224    /* Prepare main layout: */
     
    236237    m_pStackedLayout->addWidget(m_pDesktopPrivate);
    237238    m_pStackedLayout->addWidget(m_pSnapshotsPane);
    238 
    239     /* Translate finally: */
    240     retranslateUi();
    241239}
    242240
     
    266264}
    267265
    268 void UIVMDesktop::retranslateUi()
    269 {
    270 }
    271 
    272266#include "UIVMDesktop.moc"
    273267
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.h

    r63928 r63929  
    2424#include <QWidget>
    2525
    26 /* GUI includes: */
    27 #include "QIWithRetranslateUI.h"
    28 
    2926/* Forward declarations: */
    3027class CMachine;
     
    4037 *    currently chosen inaccessible VM and allowing to operate over it,
    4138 * 3. Snapshot pane allowing to operate over the snapshots. */
    42 class UIVMDesktop: public QIWithRetranslateUI<QWidget>
     39class UIVMDesktop: public QWidget
    4340{
    4441    Q_OBJECT;
     
    6158private:
    6259
    63     /* Helper: Translate stuff: */
    64     void retranslateUi();
    65 
    6660    /* Variables: */
    6761    QStackedLayout *m_pStackedLayout;
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