Mercurial > hg > sonic-visualiser
comparison main/main.cpp @ 489:c11a29843fe1 fullscreen
Start hacking in some fullscreen stuff (so far, this is just a mess)
author | Chris Cannam |
---|---|
date | Thu, 19 Jan 2012 15:34:33 +0000 |
parents | 4bccf2014f80 |
children | 3a85461ab9a7 |
comparison
equal
deleted
inserted
replaced
488:073733da4b6c | 489:c11a29843fe1 |
---|---|
350 } | 350 } |
351 } | 351 } |
352 settings.endGroup(); | 352 settings.endGroup(); |
353 | 353 |
354 gui->show(); | 354 gui->show(); |
355 gui->goFullScreen(); | |
355 | 356 |
356 // The MainWindow class seems to have trouble dealing with this if | 357 // The MainWindow class seems to have trouble dealing with this if |
357 // it tries to adapt to this preference before the constructor is | 358 // it tries to adapt to this preference before the constructor is |
358 // complete. As a lazy hack, apply it explicitly from here | 359 // complete. As a lazy hack, apply it explicitly from here |
359 gui->preferenceChanged("Property Box Layout"); | 360 gui->preferenceChanged("Property Box Layout"); |