VirtualBox

Changeset 104999 in vbox


Ignore:
Timestamp:
Jun 24, 2024 2:33:58 PM (9 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
163617
Message:

FE/Qt: bugref:10681: UIFormEditorWidget: A bit of interface cleanup.

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

Legend:

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

    r104998 r104999  
    666666            || !parent()->parent())
    667667            break;
    668         UIFormEditorView *pView = qobject_cast<UIFormEditorView*>(parent()->parent());
     668        QITableView *pView = qobject_cast<QITableView*>(parent()->parent());
    669669
    670670        /* Get the proxy model: */
     
    17111711}
    17121712
    1713 UIFormEditorView *UIFormEditorWidget::view() const
     1713QITableView *UIFormEditorWidget::view() const
    17141714{
    17151715    return m_pTableView;
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIFormEditorWidget.h

    r104998 r104999  
    4141/* Forward declarations: */
    4242class QHeaderView;
     43class QITableView;
    4344class UIFormEditorModel;
    44 class UIFormEditorView;
    4545class UINotificationCenter;
    4646class CForm;
     
    6464
    6565    /** Returns table-view reference. */
    66     UIFormEditorView *view() const;
     66    QITableView *view() const;
    6767    /** Returns horizontal header reference. */
    6868    QHeaderView *horizontalHeader() const;
     
    9393
    9494    /** Holds the table-view instance. */
    95     UIFormEditorView  *m_pTableView;
     95    QITableView       *m_pTableView;
    9696    /** Holds the table-model instance. */
    9797    UIFormEditorModel *m_pTableModel;
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