Not positive but I believe this should work:
Qt Code:
const QPtrList<QWSWindow> windowList; QWSServer server; windowList = server.clientWindows();To copy to clipboard, switch view to plain text mode
mAx
Not positive but I believe this should work:
Qt Code:
const QPtrList<QWSWindow> windowList; QWSServer server; windowList = server.clientWindows();To copy to clipboard, switch view to plain text mode
mAx
Bookmarks