VirtualBox

Ignore:
Timestamp:
Feb 24, 2009 9:43:09 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
43266
Message:

FE/Qt4: Several improvements for the file path selector.

File:
1 edited

Legend:

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

    r13564 r17047  
    5050    Mode mode() const;
    5151
     52    void setEditable (bool aOn);
     53    bool isEditable() const;
     54
    5255    void setResetEnabled (bool aEnabled);
    5356    bool isResetEnabled () const;
    5457
     58    void setFileDialogTitle (const QString& aTitle);
     59    QString fileDialogTitle() const;
     60
     61    void setFileFilters (const QString& aFilters);
     62    QString fileFilters() const;
     63
     64    void resetModified();
    5565    bool isModified() const;
    5666    bool isPathSelected() const;
    5767
    5868    QString path() const;
     69
     70signals:
     71    void pathChanged (const QString &);
    5972
    6073public slots:
     
    92105    QString mPath;
    93106    QString mHomeDir;
     107    QString mFileFilters;
     108    QString mFileDialogTitle;
    94109    QString mNoneStr;
    95110    QString mNoneTip;
     111    bool mIsEditable;
    96112    bool mIsEditableMode;
    97113    bool mIsMouseAwaited;
Note: See TracChangeset for help on using the changeset viewer.

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