Follow this:
http://pyside.readthedocs.org/en/latest/building/linux.html
Watch this: https://www.youtube.com/watch?v=Dmo8eZG5I2w
Save out the qt designer file. eg. myfile.ui
sudo apt-get install pyqt4-dev-tools
pyuic4 myfile.ui -o myfile.py
After that start code ripping.
Why do this? Well it's nice to auto complete code in your ide when coding up idapython with pyside work.
No comments:
Post a Comment