Mercurial > hg > easyhg
diff filestatuswidget.h @ 186:6c15700f4103
* Open local folder in Finder/Explorer/whatever when its path is clicked on
author | Chris Cannam |
---|---|
date | Mon, 20 Dec 2010 14:37:35 +0000 |
parents | 5c262ac73948 |
children | f16fe0db11f3 |
line wrap: on
line diff
--- a/filestatuswidget.h Sun Dec 19 19:12:52 2010 +0000 +++ b/filestatuswidget.h Mon Dec 20 14:37:35 2010 +0000 @@ -26,6 +26,7 @@ class QListWidget; class QPushButton; class QFileInfo; +class ClickableLabel; class FileStatusWidget : public QWidget { @@ -75,10 +76,11 @@ private slots: void itemSelectionChanged(); + void openButtonClicked(); private: QString m_localPath; - QLabel *m_localPathLabel; + ClickableLabel *m_openButton; QString m_remoteURL; QLabel *m_remoteURLLabel;