VirtualBox

Ignore:
Timestamp:
Oct 24, 2008 5:03:22 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: File Path Selector widget fixes: Fixed bug when it was not possible to manually edit the selector's path; Fixed bug when related icon was not removed when going editable mode if path was non-compressed with dots.

File:
1 edited

Legend:

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

    r12217 r13564  
    6060public slots:
    6161
    62     void setPath (const QString &aPath);
     62    void setPath (const QString &aPath, bool aRefreshText = true);
    6363    void setHomeDir (const QString &aHomeDir);
    6464
     
    7474
    7575    void onActivated (int aIndex);
     76    void onTextEdited (const QString &aPath);
    7677    void copyToClipboard();
    7778    void refreshText();
    78     void setPathInternal (const QString &aText);
    7979
    8080private:
    8181
     82    void changePath (const QString &aPath, bool aRefreshText = true);
    8283    void selectPath();
    8384    QIcon defaultIcon() const;
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