From pykde Tue Mar 29 09:35:20 2005 From: "Phil Thompson" Date: Tue, 29 Mar 2005 09:35:20 +0000 To: pykde Subject: Re: [PyKDE] Shading after QListView.setSelected() Message-Id: <55398.82.68.80.137.1112088920.squirrel () river-bank ! demon ! co ! uk> X-MARC-Message: https://marc.info/?l=pykde&m=111208908911324 > This question has to be something simple, but I just started programming > PyQt. I fill a listview with lines of text then select the first line > with QListView.setSelected(QListView.firstChild(), True). The > appropriate item is shaded, but the shading is grey rather than blue. > I figure that means that the item is not enabled. Right so far? So I > tried QListView.firstChild().setEnabled(True). I get an > AttributeError. The Qt documentation says that QListView.firstChild() > returns a QListViewItem and that QListViewItem has an attribute > setEnabled. Is this a bug? Using isEnabled() also produces an > AttributeError. Can you post a small, complete example that demonstrate's the problem - and the text of the exception? Phil _______________________________________________ PyKDE mailing list PyKDE@mats.imk.fraunhofer.de http://mats.imk.fraunhofer.de/mailman/listinfo/pykde