From d1837c9c92c9f38a464f0473001db4e9a57d44e7 Mon Sep 17 00:00:00 2001 From: Arno Date: Sun, 28 Nov 2010 11:58:57 +0100 Subject: Added action to copy file path to clipboard 4 new actions to copy the file path to clipboard. It's either the unix full path, the unix dir, the windows full path or the windows dir. For the latter '/' is replaced with '\' and a drive letter is prepended. The drive letter is configurable in the ConfigurationDialog. While at it I revamped it and added another tab to make it more user friendly. --- configurationdialog.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configurationdialog.h') diff --git a/configurationdialog.h b/configurationdialog.h index f97a2d9..edbe219 100644 --- a/configurationdialog.h +++ b/configurationdialog.h @@ -23,7 +23,7 @@ class ConfigurationDialog : public QDialog { Q_OBJECT public: ConfigurationDialog(QWidget *parent = 0, Qt::WindowFlags f = 0); - ~ConfigurationDialog() {}; + ~ConfigurationDialog() {} public slots: void accept(); @@ -46,6 +46,8 @@ class ConfigurationDialog : public QDialog { QLineEdit *mDatabaseName; QLineEdit *mDatabaseUsername; QLineEdit *mDatabasePassword; + QLineEdit *mWindowsDrive; + QLineEdit *mStripPath; QComboBox *mIconForFolder; QCheckBox *mHoverPics; QCheckBox *mHoverArchive; -- cgit v1.2.3-70-g09d2