[PyQt] Python generated file changes not detected by QFileSystemModel

2012-05-22 Thread Mads Ipsen
Hi, Here's the problem: 1. Set up a QFileSystemModel, call setRootPath() and hook up to the dataChanged signal. 2. Open a new file from Python and write some text into it. Then close it. 3. Reopen the file in append mode and write some more text into it. Then close it. 4. Open a file in

[PyQt] QtNetwork.QNetworkAddressEntry

2012-05-22 Thread Ganesh Kumar
Hi Guys, I am new to pyqt, my idea is create very easy interface, configure Network ip configuration using pyqt, I have seen QNetworkAddressEntry is using to do achieve this, please give any example QNetworkAddressEntry with python, please guide me guys. -Dhanasekaran Did I learn something