On 06/09/2011 03:18 PM, David Boosalis wrote:
Not much is written about this signal (QsystemStorageInfo::logicalDriveChange)) I was hoping to get a notice in my app via this signal when I put in a USB stick on a Meego 1.2 device, but it is not the case.

Has anybody else used this class and signal, is there another way to do this besides listening for a DBus event ?



A few months ago when we had a need for this in meego-ux, we ended up having to create a QAbstractListModel subclass that pulled data from the udisk dbus interface. If you ended going down that path then you could lift the implementation from:

https://meego.gitorious.org/meego-ux/meego-ux-components/trees/master/src/models

Today nothing is using this model so it's possible some bit rot has set in, but i don't think so.

    --rusty
_______________________________________________
MeeGo-dev mailing list
[email protected]
http://lists.meego.com/listinfo/meego-dev
http://wiki.meego.com/Mailing_list_guidelines

Reply via email to