File browser in python gui

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • TheSaint

    File browser in python gui

    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
  • Sebastian 'lunar' Wiesner

    #2
    Re: File browser in python gui

    [ TheSaint <fc14301589@icq mail.com]

    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.QFileDial og?

    --
    Freedom is always the freedom of dissenters.
    (Rosa Luxemburg)

    Comment

    • TheSaint

      #3
      Re: File browser in python gui

      On 22:39, sabato 31 maggio 2008 Sebastian 'lunar' Wiesner wrote:
      What about QtGui.QFileDial og?
      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

      Comment

      • TheSaint

        #4
        Re: File browser in python gui

        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

        Comment

        Working...