Changeset 5837 in vbox for trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
- Timestamp:
- Nov 26, 2007 4:49:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxVMSettingsDlg.ui
r5795 r5837 213 213 </property> 214 214 <property name="text"> 215 <string> 7</string>215 <string>8</string> 216 216 </property> 217 217 <property name="text"> … … 233 233 </property> 234 234 <property name="text"> 235 <string> 9</string>235 <string>10</string> 236 236 </property> 237 237 <property name="text"> … … 253 253 </property> 254 254 <property name="text"> 255 <string> 8</string>255 <string>9</string> 256 256 </property> 257 257 <property name="text"> … … 277 277 <property name="text"> 278 278 <string>#serialPorts</string> 279 </property> 280 <property name="pixmap"> 281 <pixmap>serial_port_16px.png</pixmap> 282 </property> 283 <property name="pixmap"> 284 <pixmap></pixmap> 285 </property> 286 <property name="pixmap"> 287 <pixmap></pixmap> 288 </property> 289 </item> 290 <item> 291 <property name="text"> 292 <string> Parallel Ports </string> 293 </property> 294 <property name="text"> 295 <string>7</string> 296 </property> 297 <property name="text"> 298 <string>#parallelPorts</string> 279 299 </property> 280 300 <property name="pixmap"> … … 2276 2296 </property> 2277 2297 <attribute name="id"> 2278 <number> 7</number>2298 <number>8</number> 2279 2299 </attribute> 2280 2300 <vbox> … … 2536 2556 </property> 2537 2557 <attribute name="id"> 2538 <number> 9</number>2558 <number>10</number> 2539 2559 </attribute> 2540 2560 <vbox> … … 2750 2770 </property> 2751 2771 <attribute name="id"> 2752 <number> 8</number>2772 <number>9</number> 2753 2773 </attribute> 2754 2774 </widget> … … 2770 2790 <property name="name"> 2771 2791 <cstring>tbwSerialPorts</cstring> 2792 </property> 2793 <property name="sizePolicy"> 2794 <sizepolicy> 2795 <hsizetype>1</hsizetype> 2796 <vsizetype>1</vsizetype> 2797 <horstretch>0</horstretch> 2798 <verstretch>0</verstretch> 2799 </sizepolicy> 2800 </property> 2801 </widget> 2802 </vbox> 2803 </widget> 2804 <widget class="QWidget"> 2805 <property name="name"> 2806 <cstring>pageParallel</cstring> 2807 </property> 2808 <attribute name="id"> 2809 <number>7</number> 2810 </attribute> 2811 <vbox> 2812 <property name="name"> 2813 <cstring>unnamed</cstring> 2814 </property> 2815 <property name="margin"> 2816 <number>0</number> 2817 </property> 2818 <widget class="QTabWidget"> 2819 <property name="name"> 2820 <cstring>tbwParallelPorts</cstring> 2772 2821 </property> 2773 2822 <property name="sizePolicy"> … … 3121 3170 <include location="local" impldecl="in implementation">VBoxVMNetworkSettings.h</include> 3122 3171 <include location="local" impldecl="in implementation">VBoxVMSerialPortSettings.h</include> 3172 <include location="local" impldecl="in implementation">VBoxVMParallelPortSettings.h</include> 3123 3173 <include location="local" impldecl="in implementation">VBoxUSBFilterSettings.h</include> 3124 3174 <include location="local" impldecl="in implementation">VBoxSharedFoldersSettings.h</include> … … 3183 3233 <slot>addNetworkAdapter( const CNetworkAdapter & )</slot> 3184 3234 <slot>addSerialPort( const CSerialPort & )</slot> 3235 <slot>addParallelPort( const CParallelPort & )</slot> 3185 3236 <slot>slRAM_valueChanged( int val )</slot> 3186 3237 <slot>leRAM_textChanged( const QString & text )</slot>
Note:
See TracChangeset
for help on using the changeset viewer.