Qt-interest Archive, April 2008
how to include a file browser in ur application?
Message 1 in thread
Hi everyone, I am developing a GUI in QT4 on ubuntu...and i want to include
a file selection widget which can open a file browser/explorer for me..
Is such widget available in Qt4?
thnx in advance..
Message 2 in thread
Aaveg Mittal wrote:
> Hi everyone, I am developing a GUI in QT4 on ubuntu...and i want to
> include a file selection widget which can open a file browser/explorer
> for me..
> Is such widget available in Qt4?
http://doc.trolltech.com/4.3/qfiledialog.html
HTH, Hel
--
[ signature omitted ]
Message 3 in thread
On Monday 21 April 2008 17:06:51 Helge Preuss wrote:
> Aaveg Mittal wrote:
> > Hi everyone, I am developing a GUI in QT4 on ubuntu...and i want to
> > include a file selection widget which can open a file browser/explorer
> > for me..
> > Is such widget available in Qt4?
>
> http://doc.trolltech.com/4.3/qfiledialog.html
>
> HTH, Hel
Or QDirModel + one of the view widgets such as QListView, QTableView,
QTreeView etc.
HTH,
Sean
--
[ signature omitted ]
Message 4 in thread
okk...thnx..i guess QFileDialog is vot i was looking for...
On Mon, Apr 21, 2008 at 10:40 PM, Sean Harmer <sean.harmer@xxxxxxxxxxxxxxxxx>
wrote:
> On Monday 21 April 2008 17:06:51 Helge Preuss wrote:
> > Aaveg Mittal wrote:
> > > Hi everyone, I am developing a GUI in QT4 on ubuntu...and i want to
> > > include a file selection widget which can open a file browser/explorer
> > > for me..
> > > Is such widget available in Qt4?
> >
> > http://doc.trolltech.com/4.3/qfiledialog.html
> >
> > HTH, Hel
>
> Or QDirModel + one of the view widgets such as QListView, QTableView,
> QTreeView etc.
>
> HTH,
>
> Sean
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
>
>