- Timestamp:
- Oct 26, 2010 2:19:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMDesktop.cpp
r33389 r33471 245 245 { 246 246 QILabel *pLabel= new QILabel(m_secBoxes.value(GeneralSec)); 247 pLabel->setWordWrap(true); 247 248 connect(pLabel, SIGNAL(shown()), 248 249 this, SLOT(sltUpdateGeneral())); … … 256 257 { 257 258 QILabel *pLabel= new QILabel(this); 259 pLabel->setWordWrap(true); 258 260 connect(pLabel, SIGNAL(shown()), 259 261 this, SLOT(sltUpdateSystem())); … … 291 293 { 292 294 QILabel *pLabel= new QILabel(this); 295 pLabel->setWordWrap(true); 293 296 connect(pLabel, SIGNAL(shown()), 294 297 this, SLOT(sltUpdateDisplay())); … … 303 306 { 304 307 QILabel *pLabel= new QILabel(this); 308 pLabel->setWordWrap(true); 305 309 connect(pLabel, SIGNAL(shown()), 306 310 this, SLOT(sltUpdateStorage())); … … 315 319 { 316 320 QILabel *pLabel= new QILabel(this); 321 pLabel->setWordWrap(true); 317 322 connect(pLabel, SIGNAL(shown()), 318 323 this, SLOT(sltUpdateAudio())); … … 327 332 { 328 333 QILabel *pLabel= new QILabel(this); 334 pLabel->setWordWrap(true); 329 335 connect(pLabel, SIGNAL(shown()), 330 336 this, SLOT(sltUpdateNetwork())); … … 339 345 { 340 346 QILabel *pLabel= new QILabel(this); 347 pLabel->setWordWrap(true); 341 348 connect(pLabel, SIGNAL(shown()), 342 349 this, SLOT(sltUpdateSerialPorts())); … … 352 359 { 353 360 QILabel *pLabel= new QILabel(this); 361 pLabel->setWordWrap(true); 354 362 connect(pLabel, SIGNAL(shown()), 355 363 this, SLOT(sltUpdateParallelPorts())); … … 365 373 { 366 374 QILabel *pLabel= new QILabel(this); 375 pLabel->setWordWrap(true); 367 376 connect(pLabel, SIGNAL(shown()), 368 377 this, SLOT(sltUpdateUSB())); … … 377 386 { 378 387 QILabel *pLabel= new QILabel(this); 388 pLabel->setWordWrap(true); 379 389 connect(pLabel, SIGNAL(shown()), 380 390 this, SLOT(sltUpdateSharedFolders())); … … 389 399 { 390 400 QILabel *pLabel= new QILabel(this); 401 pLabel->setWordWrap(true); 391 402 connect(pLabel, SIGNAL(shown()), 392 403 this, SLOT(sltUpdateDescription()));
Note:
See TracChangeset
for help on using the changeset viewer.