VirtualBox

Changeset 33471 in vbox for trunk


Ignore:
Timestamp:
Oct 26, 2010 2:19:13 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: allow word wrap in the detail view boxes

File:
1 edited

Legend:

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

    r33389 r33471  
    245245    {
    246246        QILabel *pLabel= new QILabel(m_secBoxes.value(GeneralSec));
     247        pLabel->setWordWrap(true);
    247248        connect(pLabel, SIGNAL(shown()),
    248249                this, SLOT(sltUpdateGeneral()));
     
    256257    {
    257258        QILabel *pLabel= new QILabel(this);
     259        pLabel->setWordWrap(true);
    258260        connect(pLabel, SIGNAL(shown()),
    259261                this, SLOT(sltUpdateSystem()));
     
    291293    {
    292294        QILabel *pLabel= new QILabel(this);
     295        pLabel->setWordWrap(true);
    293296        connect(pLabel, SIGNAL(shown()),
    294297                this, SLOT(sltUpdateDisplay()));
     
    303306    {
    304307        QILabel *pLabel= new QILabel(this);
     308        pLabel->setWordWrap(true);
    305309        connect(pLabel, SIGNAL(shown()),
    306310                this, SLOT(sltUpdateStorage()));
     
    315319    {
    316320        QILabel *pLabel= new QILabel(this);
     321        pLabel->setWordWrap(true);
    317322        connect(pLabel, SIGNAL(shown()),
    318323                this, SLOT(sltUpdateAudio()));
     
    327332    {
    328333        QILabel *pLabel= new QILabel(this);
     334        pLabel->setWordWrap(true);
    329335        connect(pLabel, SIGNAL(shown()),
    330336                this, SLOT(sltUpdateNetwork()));
     
    339345    {
    340346        QILabel *pLabel= new QILabel(this);
     347        pLabel->setWordWrap(true);
    341348        connect(pLabel, SIGNAL(shown()),
    342349                this, SLOT(sltUpdateSerialPorts()));
     
    352359    {
    353360        QILabel *pLabel= new QILabel(this);
     361        pLabel->setWordWrap(true);
    354362        connect(pLabel, SIGNAL(shown()),
    355363                this, SLOT(sltUpdateParallelPorts()));
     
    365373    {
    366374        QILabel *pLabel= new QILabel(this);
     375        pLabel->setWordWrap(true);
    367376        connect(pLabel, SIGNAL(shown()),
    368377                this, SLOT(sltUpdateUSB()));
     
    377386    {
    378387        QILabel *pLabel= new QILabel(this);
     388        pLabel->setWordWrap(true);
    379389        connect(pLabel, SIGNAL(shown()),
    380390                this, SLOT(sltUpdateSharedFolders()));
     
    389399    {
    390400        QILabel *pLabel= new QILabel(this);
     401        pLabel->setWordWrap(true);
    391402        connect(pLabel, SIGNAL(shown()),
    392403                this, SLOT(sltUpdateDescription()));
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