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
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
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
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
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
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
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