VirtualBox

Changeset 104505 in vbox


Ignore:
Timestamp:
May 3, 2024 12:38:44 PM (7 months ago)
Author:
vboxsync
Message:

FE/Qt. bugref:10673. Use QITableWidget in runtime information widget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.cpp

    r104290 r104505  
    3333#include <QMenu>
    3434#include <QVBoxLayout>
    35 #include <QTableWidget>
    3635#include <QTimer>
    3736
     
    4443#include "UIMachine.h"
    4544#include "UITranslationEventListener.h"
     45#include "QITableWidget.h"
    4646
    4747/* COM includes: */
     
    7272*********************************************************************************************************************************/
    7373/** A QTablWidget extention to show some runtime attributes */
    74 class UIRuntimeInfoWidget : public QTableWidget
     74class UIRuntimeInfoWidget : public QITableWidget
    7575{
    7676
     
    147147
    148148UIRuntimeInfoWidget::UIRuntimeInfoWidget(QWidget *pParent)
    149     : QTableWidget(pParent)
     149    : QITableWidget(pParent)
    150150    , m_iMinimumWidth(0)
    151151    , m_pTimer(0)
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