Re: [PyQt] How to create a tree view without a header?

2008-04-27 Thread Noam Raphael
Aha! Thanks for the lightning-speed answer! Noam 2008/4/27, Phil Thompson <[EMAIL PROTECTED]>: > On Sunday 27 April 2008, Noam Raphael wrote: > > Hello, > > > > I want to create a tree view without a header line -- since it only > > has one column, there isn't much point in a header. Is it p

Re: [PyQt] How to create a tree view without a header?

2008-04-27 Thread Phil Thompson
On Sunday 27 April 2008, Noam Raphael wrote: > Hello, > > I want to create a tree view without a header line -- since it only > has one column, there isn't much point in a header. Is it possible? Just hide it... tree_view.header().hide() Phil ___ PyQt

[PyQt] How to create a tree view without a header?

2008-04-27 Thread Noam Raphael
Hello, I want to create a tree view without a header line -- since it only has one column, there isn't much point in a header. Is it possible? Thanks, Noam ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/li

Re: [PyQt] Self-adjusting QTextEdit (PyQt4)

2008-04-27 Thread Aaron Digulla
Wildemar Wildenburger schrieb: >>> I'm trying to write a notecard application, somewhat in the vein of >>> Evernote --- basically a succession of little textboxes, one per note, >>> stacked above one another. To that end I'd like a QTextEdit (or similar) >>> that adjusts its height (with given wid

[PyQt] Bug in KHelpMenu believed

2008-04-27 Thread Christoph Burgmer
As already pointed out in "[PyQt] Help menu and own icon" (this month) there seems to be a bug in the KHelpMenu bindings. Though the SIP files states: KHelpMenu (QWidget* parent /TransferThis/, const KAboutData* aboutData, bool showWhatsThis = 1, KActionCollection* actions = 0); No menu entry

Re: [PyQt] Construct QVariant from object of user type

2008-04-27 Thread Arve Knudsen
On Sun, Apr 27, 2008 at 4:25 PM, Phil Thompson <[EMAIL PROTECTED]> wrote: > > On Saturday 26 April 2008, Arve Knudsen wrote: > > On Sat, Apr 26, 2008 at 10:43 AM, Phil Thompson > > > > <[EMAIL PROTECTED]> wrote: > > > On Friday 25 April 2008, Arve Knudsen wrote: > > > > On Thu, Apr 24, 2008 a

Re: [PyQt] Construct QVariant from object of user type

2008-04-27 Thread Phil Thompson
On Saturday 26 April 2008, Arve Knudsen wrote: > On Sat, Apr 26, 2008 at 10:43 AM, Phil Thompson > > <[EMAIL PROTECTED]> wrote: > > On Friday 25 April 2008, Arve Knudsen wrote: > > > On Thu, Apr 24, 2008 at 5:55 PM, Phil Thompson > > > > > > <[EMAIL PROTECTED]> wrote: > > > > Tonight's PyQt sna