[PyQt] Tree/List looses horizontal scrollbar

2010-03-13 Thread akumarzen
Some times Tree/List looses horizontal scrollbar. This usually happens when tree is formatted for BOLD/FONT Re sized. Any one have any idea? -- View this message in context: http://old.nabble.com/Tree-List-looses-horizontal-scrollbar-tp27887561p27887561.html Sent from the PyQt mailing list a

Re: [PyQt] How do I get the Dock Re-size Signal

2010-04-01 Thread akumarzen
any way... i reimplemented resizeEvent of QWidget... and though that I emit my signal. TheKumaresan wrote: > > Hi, > > How do i get dock re size signal. > > -kumaresan > > ___ > PyQt mailing listPyQt@riverbankcomputing.com > http://www.riverb

[PyQt] How to close persistentEditors?

2010-10-15 Thread akumarzen
How to close persistentEditors? -- View this message in context: http://old.nabble.com/How-to-close-persistentEditors--tp29970883p29970883.html Sent from the PyQt mailing list archive at Nabble.com. ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] How do i get persistentEditor's close event?

2010-10-15 Thread akumarzen
I have changed my question to How do i get persistentEditor's close event? Doug Bell-3 wrote: > > akumarzen wrote: >> >> How to close persistentEditors? > > QAbstractItemView.closePersistentEditor(index) > > - Doug > _

[PyQt] QDirModel populating QTreeView in Windows Slow Response

2009-04-19 Thread akumarzen
I populate QTreeView with QDirModel ... While EXECUTING. It takes much time to generate the TREE Structure... Is it true! QDirModel -> QTreeView takes much time? Say 5-6 Sec~! I m using XP in Intel Penti Dual CPU, 2ghz, 2gb RAM! -- View this message in context: http://www.nabble.com/QDirModel-p

[PyQt] Emulate WIN-DOS Capture results live, How to achive?

2009-04-19 Thread akumarzen
Instead of os.popen or subprocess to execute SINGLE DOS COMMAND to capture back its output in python... Is there anyway I can capture the intermid results simultaneously that appears in DOS? Eg: import os x = os.popen('ping 127.0.0.1').read() print x This print the entire output of PING. But I w

[PyQt] Qt Application with Multiple Windows

2010-03-03 Thread akumarzen
I was trying to create a Application which has multiple windows (QMainwindows or QDialogs) Those windows will be designed using QtDesigner and compiled to .py On click of a button ... i must invoke those windows... Just like Visualbasic ... multiple forms on click of a button... form.show(