summaryrefslogtreecommitdiff
path: root/noncore/unsupported/filebrowser/filebrowser.h
authorllornkcor <llornkcor>2002-03-20 00:50:29 (UTC)
committer llornkcor <llornkcor>2002-03-20 00:50:29 (UTC)
commit090ac02da739600c577ed6396e04ed0e121f7890 (patch) (side-by-side diff)
treeb994655686701aa5482e98a455141eb1757cc952 /noncore/unsupported/filebrowser/filebrowser.h
parent5f6144b48cac5cc058ee06461e865ce03cda00f1 (diff)
downloadopie-090ac02da739600c577ed6396e04ed0e121f7890.zip
opie-090ac02da739600c577ed6396e04ed0e121f7890.tar.gz
opie-090ac02da739600c577ed6396e04ed0e121f7890.tar.bz2
added hidden file option.
Diffstat (limited to 'noncore/unsupported/filebrowser/filebrowser.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.h b/noncore/unsupported/filebrowser/filebrowser.h
index c214dbe..54856a0 100644
--- a/noncore/unsupported/filebrowser/filebrowser.h
+++ b/noncore/unsupported/filebrowser/filebrowser.h
@@ -26,7 +26,7 @@
#include <qaction.h>
#include <qtimer.h>
#include <qstringlist.h>
-
+class QLabel;
class InlineEdit;
class FileItem : public QListViewItem
@@ -58,6 +58,7 @@ public:
void setDir( const QString & dir );
QString cd(){ return currentDir; }
QStringList history() const { return dirHistory; }
+ bool showingHidden;
public slots:
void updateDir();
@@ -114,6 +115,8 @@ public:
const char * name = 0, WFlags f = 0 );
FileBrowser( const QString & dir, QWidget * parent = 0,
const char * name = 0, WFlags f = 0 );
+public slots:
+ void changeCaption(const QString &);
private:
void init(const QString & dir);
QString fileToCopy;
@@ -136,6 +139,7 @@ private slots:
void updateDirMenu();
void dirSelected( int id );
+ void showHidden();
};
#endif