VirtualBox

Ignore:
Timestamp:
May 27, 2009 12:31:07 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 3701: Remove native file dialog handling on Windows if possible - moving re-implementation into separate QIFileDialog class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h

    r19837 r20078  
    719719    static QString systemLanguageId();
    720720
    721     static QString getExistingDirectory (const QString &aDir, QWidget *aParent,
    722                                          const QString &aCaption = QString::null,
    723                                          bool aDirOnly = TRUE,
    724                                          bool resolveSymlinks = TRUE);
    725 
    726     static QString getSaveFileName (const QString &aStartWith, const QString &aFilters, QWidget *aParent,
    727                                     const QString &aCaption, QString *aSelectedFilter = NULL,
    728                                     bool aResolveSymLinks = true);
    729 
    730     static QString getOpenFileName (const QString &aStartWith, const QString &aFilters, QWidget *aParent,
    731                                     const QString &aCaption, QString *aSelectedFilter = NULL,
    732                                     bool aResolveSymLinks = true);
    733 
    734     static QStringList getOpenFileNames (const QString &aStartWith, const QString &aFilters, QWidget *aParent,
    735                                          const QString &aCaption, QString *aSelectedFilter = NULL,
    736                                          bool aResolveSymLinks = true,
    737                                          bool aSingleFile = false);
    738 
    739     static QString getFirstExistingDir (const QString &);
    740 
    741721    static bool activateWindow (WId aWId, bool aSwitchDesktop = true);
    742722
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