VirtualBox

Ignore:
Timestamp:
Aug 14, 2008 3:27:03 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
34771
Message:

Fe/Qt4: Fixing 'File Path Selector' widget: added icons for "Other..." & "Reset" actions, "Reset" action becomes internal, trying to fix missed copy-to-clipboard function (missed only on win platform).

Location:
trunk/src/VBox/Frontends/VirtualBox4/include
Files:
3 edited

Legend:

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

    r11361 r11427  
    4444    };
    4545
    46     VBoxFilePathSelectorWidget (QWidget *aParent = 0);
     46    VBoxFilePathSelectorWidget (QWidget *aParent);
    4747   ~VBoxFilePathSelectorWidget();
    4848
     
    5353    bool isResetEnabled () const;
    5454
    55 #if 0
    56 
    57     /// @todo enabling this requires to allow to customize the names of the
    58     /// "Other..." and "Reset" items too which is not yet done.
    59 
    60     void setNoneToolTip (const QString &aText);
    61     void setSelectToolTip (const QString &aText);
    62     void setResetToolTip (const QString &aText);
    63 
    64 #endif /* 0 */
    65 
    6655    bool isModified() const;
    67 
    68 public slots:
    6956
    7057    void setPath (const QString &aPath);
     
    7461
    7562    void selectPath();
    76     void resetPath();
    7763
    7864protected:
     
    8975
    9076    QIcon defaultIcon() const;
    91     QString filePath() const;
     77    QString fullPath (bool aAbsolute = true) const;
    9278    QString shrinkText (int aWidth) const;
    9379    void refreshText();
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxGLSettingsGeneral.h

    r10212 r11427  
    4949private slots:
    5050
    51     void onResetFolderClicked();
    5251    void onSelectFolderClicked();
    5352};
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsGeneral.h

    r10167 r11427  
    6464
    6565    void selectSnapshotFolder();
    66     void resetSnapshotFolder();
    6766
    6867private:
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