Re: File browser in python gui

2008-06-01 Thread TheSaint
On 02:48, domenica 01 giugno 2008 TheSaint wrote:

 I'm gonna back to study a little

I'm facing tough time, I can't get clear by Trolltech's C++ examples.
I'm a bit puzzled :), I'd like to remain with the QT widget set, but hard
learning curve.
Other simplified developing TK are giving different widgets, I don't expect
to mix up :(

-- 
Mailsweeper Home : http://it.geocities.com/call_me_not_now/index.html
--
http://mail.python.org/mailman/listinfo/python-list


File browser in python gui

2008-05-31 Thread TheSaint
hi there,

I've started to build a GUI for my Mailsweeper by the help of QT4 Designer.
I came across the problem that there isn't any prebuild file browser like
Kdialog.
I know some other sample, but PyGTK builded. I'm not happy to use a different
widget set or to have to design my own file browser with QT4 widgets. 
It's almost thousand times people need to use such browser, I wonder why I
couldn't find one on the entire day searching on web site.
A QT XML file (.ui extension) should do fine, if someone would help :)

-- 
Mailsweeper Home : http://it.geocities.com/call_me_not_now/index.html
--
http://mail.python.org/mailman/listinfo/python-list


Re: File browser in python gui

2008-05-31 Thread Sebastian 'lunar' Wiesner
[ TheSaint [EMAIL PROTECTED] ]


 I've started to build a GUI for my Mailsweeper by the help of QT4
 Designer. I came across the problem that there isn't any prebuild file
 browser like Kdialog.
 I know some other sample, but PyGTK builded. I'm not happy to use a
 different widget set or to have to design my own file browser with QT4
 widgets. It's almost thousand times people need to use such browser, I
 wonder why I couldn't find one on the entire day searching on web site.
 A QT XML file (.ui extension) should do fine, if someone would help :)

What about QtGui.QFileDialog?

-- 
Freedom is always the freedom of dissenters.
  (Rosa Luxemburg)
--
http://mail.python.org/mailman/listinfo/python-list


Re: File browser in python gui

2008-05-31 Thread TheSaint
On 22:39, sabato 31 maggio 2008 Sebastian 'lunar' Wiesner wrote:

 What about QtGui.QFileDialog?

Yeah! Thank you!
So strange that I was looking for all around and it was already in my
computer.
I'm gonna back to study a little function that will return an existing/new
file or None (if Cancel is pressed)
-- 
Mailsweeper Home : http://it.geocities.com/call_me_not_now/index.html
--
http://mail.python.org/mailman/listinfo/python-list