Guide:Mod Organizer/Python Plugins: Difference between revisions

From Step Mods | Change The Game
No edit summary
Line 22: Line 22:
it generates .py commands from a Qt4 .ui file:
it generates .py commands from a Qt4 .ui file:


  pyuic.py YOURDESIGN.ui
  pyuic.py YOURDESIGN.ui > YOURDESIGN.py






[[Category:Advanced_Topics]]
[[Category:Advanced_Topics]]

Revision as of 15:19, December 22, 2013

How to add Python plugins to Mod Organizer[edit | edit source]

requirements[edit | edit source]

requirements for user interface (optional)[edit | edit source]

PyQt4 comes with pyuic

Location: Python27\Lib\site-packages\PyQt4\uic\pyuic.py 

it generates .py commands from a Qt4 .ui file:

pyuic.py YOURDESIGN.ui > YOURDESIGN.py