[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
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


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 mailing listPyQt@riverbankcomputing.com
 http://www.riverbankcomputing.com/mailman/listinfo/pyqt
 
 

-- 
View this message in context: 
http://old.nabble.com/How-do-i-get-persistentEditor%27s-close-event--tp29970883p29973434.html
Sent from the PyQt mailing list archive at Nabble.com.

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


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.riverbankcomputing.com/mailman/listinfo/pyqt
 

-- 
View this message in context: 
http://old.nabble.com/How-do-I-get-the-Dock-Re-size-Signal-tp28106807p28107560.html
Sent from the PyQt mailing list archive at Nabble.com.

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[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 archive at Nabble.com.

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[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()

Any one with idea?

-- 
View this message in context: 
http://old.nabble.com/Qt-Application-with-Multiple-Windows-tp27769238p27769238.html
Sent from the PyQt mailing list archive at Nabble.com.

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[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-populating-QTreeView-in-Windows-Slow-Response-tp23089544p23089544.html
Sent from the PyQt mailing list archive at Nabble.com.

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


[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 would like to receive the
RESULTS line by line when PING send out to DOS. Is it possible?
-- 
View this message in context: 
http://www.nabble.com/Emulate-WIN-DOS-Capture-results-live%2C-How-to-achive--tp23129514p23129514.html
Sent from the PyQt mailing list archive at Nabble.com.

___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt