author | llornkcor <llornkcor> | 2002-03-24 20:32:44 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-03-24 20:32:44 (UTC) |
commit | c9df42aefa24b90ddf89117cf25f6d6fcef2f1dd (patch) (side-by-side diff) | |
tree | 0d5c4fa4d1134f60755b24984f7fb37de2b47968 | |
parent | eb813af4c1e301c8ba015627a1da04f8199a3be2 (diff) | |
download | opie-c9df42aefa24b90ddf89117cf25f6d6fcef2f1dd.zip opie-c9df42aefa24b90ddf89117cf25f6d6fcef2f1dd.tar.gz opie-c9df42aefa24b90ddf89117cf25f6d6fcef2f1dd.tar.bz2 |
ksjdvfj
-rw-r--r-- | core/apps/textedit/fileBrowser.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h index ec73b69..42bbc10 100644 --- a/core/apps/textedit/fileBrowser.h +++ b/core/apps/textedit/fileBrowser.h @@ -39,47 +39,47 @@ class QPoint; class MenuButton; class QRegExp; class fileBrowser : public QDialog { Q_OBJECT public: fileBrowser( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ,const QString filter=0); ~fileBrowser(); - void setFileView( int ); - QPushButton *buttonOk, *buttonCancel, *homeButton, *docButton, *hideButton, *cdUpButton; QListView* ListView; QLabel *dirLabel; QString selectedFileName, filterStr; QDir currentDir; QFile file; QStringList fileList, dirPathStringList; QListViewItem * item; QComboBox *SelectionCombo, *dirPathCombo; MenuButton *typemb; QWidgetStack *FileStack; FileSelector *fileSelector; QString mimeType; public slots: private: // QDict<void> mimes; QRegExp tf; QStringList getMimeTypes(); void fillCombo( const QString&); + void setFileView( int ); + private slots: void populateList(); void homeButtonPushed(); void docButtonPushed(); void ListPressed( int, QListViewItem *, const QPoint&, int); void showListMenu(QListViewItem*); void doCd(); void makDir(); void localRename(); void localDelete(); void receive( const QCString &msg, const QByteArray &data ); void dirPathComboActivated( const QString & ); |