From e37311c84c3f14f947a4e28df809898d23cb2495 Mon Sep 17 00:00:00 2001 From: llornkcor Date: Sun, 24 Mar 2002 20:47:43 +0000 Subject: blah --- (limited to 'core/apps') diff --git a/core/apps/textedit/fileBrowser.cpp b/core/apps/textedit/fileBrowser.cpp index 7eac5d2..eea7144 100644 --- a/core/apps/textedit/fileBrowser.cpp +++ b/core/apps/textedit/fileBrowser.cpp @@ -98,7 +98,7 @@ fileBrowser::fileBrowser( QWidget* parent, const char* name, bool modal, WFlags ListView = new QListView( this, "ListView" ); - ListView->setMinimumSize( QSize( 100, 25 ) ); +// ListView->setMinimumSize( QSize( 100, 25 ) ); ListView->addColumn( tr( "Name" ) ); ListView->setColumnWidth(0,120); ListView->setSorting( 2, FALSE); @@ -527,5 +527,4 @@ void fileBrowser::fillCombo(const QString ¤tPath) { dirPathStringList.prepend(currentPath ); dirPathCombo->insertStringList( dirPathStringList,-1); } - } diff --git a/core/apps/textedit/fileBrowser.h b/core/apps/textedit/fileBrowser.h index 42bbc10..bac3d2e 100644 --- a/core/apps/textedit/fileBrowser.h +++ b/core/apps/textedit/fileBrowser.h @@ -63,13 +63,13 @@ public: FileSelector *fileSelector; QString mimeType; public slots: - + void setFileView( int ); + private: // QDict mimes; QRegExp tf; QStringList getMimeTypes(); void fillCombo( const QString&); - void setFileView( int ); private slots: void populateList(); -- cgit v0.9.0.2