VirtualBox

Changeset 4365 in vbox for trunk


Ignore:
Timestamp:
Aug 24, 2007 6:49:15 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt: Everybody needs a buddy.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui

    r4364 r4365  
    25272527                                        </property>
    25282528                                        <property name="text">
    2529                                             <string>Server port </string>
     2529                                            <string>&amp;Server Port </string>
    25302530                                        </property>
    25312531                                        <property name="buddy" stdset="0">
    2532                                             <cstring>cbAudioDriver</cstring>
     2532                                            <cstring>leVRDPPort</cstring>
    25332533                                        </property>
    25342534                                    </widget>
     
    25382538                                        </property>
    25392539                                        <property name="text">
    2540                                             <string>Authentication Method </string>
     2540                                            <string>Authentication &amp;Method </string>
    25412541                                        </property>
    25422542                                        <property name="buddy" stdset="0">
    2543                                             <cstring>cbAudioDriver</cstring>
     2543                                            <cstring>cbVRDPAuthType</cstring>
    25442544                                        </property>
    25452545                                    </widget>
     
    25492549                                        </property>
    25502550                                        <property name="text">
    2551                                             <string>Authentication Timeout </string>
     2551                                            <string>Authentication &amp;Timeout </string>
    25522552                                        </property>
    25532553                                        <property name="buddy" stdset="0">
    2554                                             <cstring>cbAudioDriver</cstring>
     2554                                            <cstring>leVRDPTimeout</cstring>
    25552555                                        </property>
    25562556                                    </widget>
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui.h

    r4364 r4365  
    872872    /* VRDP Page */
    873873
    874     leVRDPPort->setAlignment (Qt::AlignRight);
    875874    cbVRDPAuthType->insertItem (vboxGlobal().toString (CEnums::VRDPAuthNull));
    876875    cbVRDPAuthType->insertItem (vboxGlobal().toString (CEnums::VRDPAuthExternal));
    877876    cbVRDPAuthType->insertItem (vboxGlobal().toString (CEnums::VRDPAuthGuest));
    878     leVRDPTimeout->setAlignment (Qt::AlignRight);
    879877}
    880878
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