Re: [PyQt] Custom widgets usable from designer

2008-01-14 Thread Aaron Digulla
Martin Höfling schrieb: [forgot to reply to the list] > Hi all, > > is there a tutorial or sth which describes how to implement a custom widget > to > make it usable from designer? > > I wanna implement a simple widget consisting of a label a LineEdit (with full > path of file) and a Butto

[PyQt] Custom widgets usable from designer

2008-01-14 Thread Martin Höfling
Hi all, is there a tutorial or sth which describes how to implement a custom widget to make it usable from designer? I wanna implement a simple widget consisting of a label a LineEdit (with full path of file) and a Button to select a file. The Button and the Line Edit should be synced and af