VirtualBox

Changeset 17378 in vbox


Ignore:
Timestamp:
Mar 5, 2009 9:31:53 AM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: remove title bar buttons from the progress dialog in Cocoa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxProblemReporter.cpp

    r17365 r17378  
    3131#include "QIHotKeyEdit.h"
    3232
     33#ifdef Q_WS_MAC
     34# include "VBoxUtils-darwin.h"
     35#endif
     36
    3337/* Qt includes */
    3438#include <QProgressDialog>
     
    8286    {
    8387        setModal (true);
     88#ifdef Q_WS_MAC
     89        ::darwinSetHidesAllTitleButtons (this);
     90        ::darwinSetShowsResizeIndicator (this, false);
     91#endif /* Q_WS_MAC */
     92
    8493        if (mOpCount > 1)
    8594            setLabelText (QString (sOpDescTpl)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette