Guide:Mod Organizer/Python Plugins: Difference between revisions

From Step Mods | Change The Game
Line 10: Line 10:


===requirements for  user interface (optional)===
===requirements for  user interface (optional)===
''If you don't want to edit any user interfaces you'll probably won't need it.''


* [http://download.qt-project.org/archive/qt/4.8/4.8.4/ Qt Framework] - includes the Qt Designer (creates .ui files)
* [http://download.qt-project.org/archive/qt/4.8/4.8.4/ Qt Framework] - includes the Qt Designer (creates .ui files)

Revision as of 14:37, 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

Installation[edit | edit source]

  • install SIP
  • install PyQt4