#######
self.
m_prohandle = QtCore.
QProcess(self
) self.
m_prohandle.
start( QtCore.
QString(self.
m_textpalyerName),l_argv
) print int(self.m_prohandle.pid())
#######
self.m_prohandle = QtCore.QProcess(self)
self.m_prohandle.start( QtCore.QString(self.m_textpalyerName),l_argv)
print int(self.m_prohandle.pid())
To copy to clipboard, switch view to plain text mode
i converted sip.voidptr (void* in c++) to int by python builtin method int(),but the result was a large number like 62552816, so what's wrong here?
sorry for my english and thanks in advance
Bookmarks