[PyQt] Qt trying to load .uic instead of .ui

Till Gerken till.gerken at gmail.com
Tue Mar 17 12:56:53 GMT 2009


On Mon, Mar 16, 2009 at 7:05 PM, Arthur Pemberton <pemboa at gmail.com> wrote:
> when I try to do a uic.loadUi, th euic module tries to load a .ui file
> instead a .uic file.

According to the documentation, uic.loadUi() is supposed to load the
.ui file. Is that incorrect?

http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/pyqt4ref.html#the-uic-module

Till


More information about the PyQt mailing list