Hi folks, I need to unselect everything in a QTextEdit-derived widget. Based on the C++ Qt API, it would seem that calling selectAll(false) should do it. However, I can't seem to get it to work with PyQt 3.6
No matter what value I pass this method, 0 or otherwise, it always seems to use the default value of the method's argument, namely 'true', which selects everything. Not quite what I want it to do! Is this normal? Am I overlooking something? If not, in the meanwhile, how can I cleanly unselect everything in my widget? Thanks in advance! -- S. _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
