Categories

Viewing registry (keys only…) from within SynCE-KPM

After the previous post I started working on integrating the stand-alone prototype within SynCE-KPM. As mentioned, at the moment I only have a view on the keys, not yet the values. Furthermore, at the moment there is no error checking, switching a device will not work, and some other minor things

However, as you [...]

Towards remote registry editor within SynCE-KPM

The last couple of weeks I have been working on the basics for a remote registry under linux for windows mobile devices.

I would like to include this as a new feature within SynCE-KPM, and because this is written in PyQt4, the addition needed to be in PyQt4 also. This meant investigating the MVC concept within [...]

Treeviews in PyQt with QAbstractItemModel

For the new feature of SynCE-KPM I am working on at the moment, I want to emulate the look and feel of the windows standard program regedit.exe. This means showing the user a QTreeView showing the hierarchy of the keys and a QListView on the right showing all values within the selected key.

While the other [...]