VirtualBox

Changeset 80345 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 19, 2019 2:33:00 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9510: Some more cleanup

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

Legend:

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

    r80344 r80345  
    6666{
    6767    m_strGeneralTitle = QApplication::translate("UIVMInformationDialog", "General");
    68     m_strGeneralName = QApplication::translate("UIVMInformationDialog", "Name");
    69     m_strGeneralOSType = QApplication::translate("UIVMInformationDialog", "Operating System");
    7068    m_strSystemTitle = QApplication::translate("UIVMInformationDialog", "System");
    71     m_strError = QApplication::translate("UIVMInformationDialog", "Not Detected");
     69    m_strDisplayTitle = QApplication::translate("UIVMInformationDialog", "Display");
    7270}
    7371
     
    190188        /* Configure the table by hiding the headers etc.: */
    191189        m_pTableWidget->setRowCount(20);
    192         m_pTableWidget->setColumnCount(3);
     190        m_pTableWidget->setColumnCount(iColumCount);
    193191        m_pTableWidget->verticalHeader()->hide();
    194192        m_pTableWidget->horizontalHeader()->hide();
     
    231229    }
    232230
     231    // insertTitleRow(iTableRow++, m_strSystemTitle, UIIconPool::iconSet(":/vrdp_16px.png"));
    233232
    234233
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h

    r80343 r80345  
    8787   /** @name Cached translated string.
    8888      * @{ */
    89         QString m_strError;
    90 
    91         /** General section. */
    9289        QString m_strGeneralTitle;
    93         QString m_strGeneralName;
    94         QString m_strGeneralOSType;
    95         /** System section. */
    9690        QString m_strSystemTitle;
    97 
     91        QString m_strDisplayTitle;
    9892    /** @} */
    9993
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