| # | Line 22 | Line 22 | int SoundWizard::exec(){ | |
|---|---|---|
| 22 | this->myWizard->setWindowIcon(QIcon(":/new/icons/sound.png")); | |
| 23 | ||
| 24 | //Center and resize QWizard (http://www.thedazzlersinc.com/source/2012/06/04/qt-center-window-in-screen/) | |
| 25 | < | #ifdef Q_WS_WIN |
| 25 | > | #ifdef Q_OS_WIN |
| 26 | this->myWizard->resize(640,480); | |
| 27 | #else | |
| 28 | this->myWizard->resize(800,600); // Mac OS pcs should be able to render this resolution without any problem. It's also better | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |