VirtualBox

Ignore:
Timestamp:
Nov 9, 2010 9:32:27 AM (14 years ago)
Author:
vboxsync
Message:

FE/Qt: Global & Machine settings refactoring, part 1 (files & classes renaming).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsNetworkDetails.cpp

    r33879 r33882  
    33 *
    44 * VBox frontends: Qt4 GUI ("VirtualBox"):
    5  * VBoxGLSettingsNetworkDetails class implementation
     5 * UIGlobalSettingsNetworkDetails class implementation
    66 */
    77
     
    1919
    2020/* VBox Includes */
    21 #include "VBoxGLSettingsNetwork.h"
    22 #include "VBoxGLSettingsNetworkDetails.h"
     21#include "UIGlobalSettingsNetwork.h"
     22#include "UIGlobalSettingsNetworkDetails.h"
    2323
    2424/* Qt Includes */
     
    2626#include <QRegExpValidator>
    2727
    28 VBoxGLSettingsNetworkDetails::VBoxGLSettingsNetworkDetails (QWidget *aParent)
     28UIGlobalSettingsNetworkDetails::UIGlobalSettingsNetworkDetails (QWidget *aParent)
    2929    : QIWithRetranslateUI2 <QIDialog> (aParent
    3030#ifdef Q_WS_MAC
     
    3535{
    3636    /* Apply UI decorations */
    37     Ui::VBoxGLSettingsNetworkDetails::setupUi (this);
     37    Ui::UIGlobalSettingsNetworkDetails::setupUi (this);
    3838
    3939    /* Setup dialog */
     
    9999}
    100100
    101 void VBoxGLSettingsNetworkDetails::getFromItem (NetworkItem *aItem)
     101void UIGlobalSettingsNetworkDetails::getFromItem (NetworkItem *aItem)
    102102{
    103103    mItem = aItem;
     
    117117}
    118118
    119 void VBoxGLSettingsNetworkDetails::putBackToItem()
     119void UIGlobalSettingsNetworkDetails::putBackToItem()
    120120{
    121121    /* Host-only Interface */
     
    143143}
    144144
    145 void VBoxGLSettingsNetworkDetails::retranslateUi()
     145void UIGlobalSettingsNetworkDetails::retranslateUi()
    146146{
    147147    /* Translate uic generated strings */
    148     Ui::VBoxGLSettingsNetworkDetails::retranslateUi (this);
    149 }
    150 
    151 void VBoxGLSettingsNetworkDetails::dhcpClientStatusChanged()
     148    Ui::UIGlobalSettingsNetworkDetails::retranslateUi (this);
     149}
     150
     151void UIGlobalSettingsNetworkDetails::dhcpClientStatusChanged()
    152152{
    153153    bool isManual = mCbManual->isChecked();
     
    180180}
    181181
    182 void VBoxGLSettingsNetworkDetails::dhcpServerStatusChanged()
     182void UIGlobalSettingsNetworkDetails::dhcpServerStatusChanged()
    183183{
    184184    bool isEnabled = mCbDhcpServerEnabled->isChecked();
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