VirtualBox

Changeset 30124 in vbox for trunk


Ignore:
Timestamp:
Jun 9, 2010 2:10:31 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: 5032: Add multiple-connection-support into VRDP settings page of VM.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/settings/vm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp

    r29947 r30124  
    162162                                        findText (vboxGlobal().toString (vrdp.GetAuthType())));
    163163        mLeVRDPTimeout->setText (QString::number (vrdp.GetAuthTimeout()));
     164        mCbMultipleConn->setChecked(vrdp.GetAllowMultiConnection());
    164165    }
    165166    else
     
    194195        vrdp.SetAuthType (vboxGlobal().toVRDPAuthType (mCbVRDPMethod->currentText()));
    195196        vrdp.SetAuthTimeout (mLeVRDPTimeout->text().toULong());
     197        vrdp.SetAllowMultiConnection(mCbMultipleConn->isChecked());
    196198    }
    197199}
     
    265267    setTabOrder (mLeVRDPPort, mCbVRDPMethod);
    266268    setTabOrder (mCbVRDPMethod, mLeVRDPTimeout);
     269    setTabOrder (mLeVRDPTimeout, mCbMultipleConn);
    267270}
    268271
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.ui

    r29972 r30124  
    243243           </layout>
    244244          </item>
    245                   <item row="4" column="0">
     245          <item row="4" column="0">
    246246           <widget class="QLabel" name="mLbOptions">
    247247            <property name="text">
     
    427427               <property name="whatsThis">
    428428                <string>Specifies the timeout for guest authentication, in milliseconds.</string>
     429               </property>
     430              </widget>
     431             </item>
     432             <item row="4" column="1">
     433              <widget class="QLabel" name="mLbOptions2">
     434               <property name="text">
     435                <string>Extended Features:</string>
     436               </property>
     437               <property name="alignment">
     438                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
     439               </property>
     440              </widget>
     441             </item>
     442             <item row="4" column="2">
     443              <widget class="QCheckBox" name="mCbMultipleConn">
     444               <property name="sizePolicy">
     445                <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
     446                 <horstretch>0</horstretch>
     447                 <verstretch>0</verstretch>
     448                </sizepolicy>
     449               </property>
     450               <property name="whatsThis">
     451                <string>Specifies whether multiple simultaneous connections to the VM are permitted.</string>
     452               </property>
     453               <property name="text">
     454                <string>Allow Multiple Connections</string>
    429455               </property>
    430456              </widget>
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