Changeset 4324 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
- Timestamp:
- Aug 23, 2007 7:01:31 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r4294 r4324 270 270 <item> 271 271 <property name="text"> 272 <string> Serial Port </string>272 <string> Serial Ports </string> 273 273 </property> 274 274 <property name="text"> … … 276 276 </property> 277 277 <property name="text"> 278 <string>#serial </string>278 <string>#serialPorts</string> 279 279 </property> 280 280 <property name="pixmap"> 281 <pixmap> refresh_16px.png</pixmap>281 <pixmap></pixmap> 282 282 </property> 283 283 <property name="pixmap"> … … 2712 2712 <number>9</number> 2713 2713 </attribute> 2714 <vbox> 2715 <property name="name"> 2716 <cstring>unnamed</cstring> 2717 </property> 2718 <property name="margin"> 2719 <number>0</number> 2720 </property> 2721 <widget class="QTabWidget"> 2722 <property name="name"> 2723 <cstring>tbwSerialPorts</cstring> 2724 </property> 2725 <property name="sizePolicy"> 2726 <sizepolicy> 2727 <hsizetype>1</hsizetype> 2728 <vsizetype>1</vsizetype> 2729 <horstretch>0</horstretch> 2730 <verstretch>0</verstretch> 2731 </sizepolicy> 2732 </property> 2733 </widget> 2734 </vbox> 2714 2735 </widget> 2715 2736 </widget> … … 3055 3076 <include location="local" impldecl="in declaration">VBoxGlobal.h</include> 3056 3077 <include location="local" impldecl="in implementation">VBoxVMNetworkSettings.h</include> 3078 <include location="local" impldecl="in implementation">VBoxVMSerialPortSettings.h</include> 3057 3079 <include location="local" impldecl="in implementation">VBoxUSBFilterSettings.h</include> 3058 3080 <include location="local" impldecl="in implementation">VBoxSharedFoldersSettings.h</include> … … 3066 3088 <forward>class VBoxUSBMenu</forward> 3067 3089 <forward>class VBoxSharedFoldersSettings</forward> 3068 <forward>class VBoxVMSerialPortSettings</forward>3069 3090 <forward>class QIRichLabel</forward> 3070 3091 <forward>class BootItemsList</forward> … … 3092 3113 <variable access="private">bool mUSBFilterListModified;</variable> 3093 3114 <variable access="private">VBoxSharedFoldersSettings *mSharedFolders;</variable> 3094 <variable access="private">VBoxVMSerialPortSettings *mSerialPorts;</variable>3095 3115 <variable access="private">QString warningString;</variable> 3096 3116 <variable access="private">VBoxMediaComboBox *cbHDA;</variable> … … 3116 3136 <slot>showImageManagerISOFloppy()</slot> 3117 3137 <slot>showVDImageManager( QUuid *id, VBoxMediaComboBox *le, QLabel *tx = NULL )</slot> 3118 <slot>addNetworkAdapter( const CNetworkAdapter & adapter )</slot> 3138 <slot>addNetworkAdapter( const CNetworkAdapter & )</slot> 3139 <slot>addSerialPort( const CSerialPort & )</slot> 3119 3140 <slot>slRAM_valueChanged( int val )</slot> 3120 3141 <slot>leRAM_textChanged( const QString & text )</slot>
Note:
See TracChangeset
for help on using the changeset viewer.