[PyQt] Designer -- fromTheme Icon

Ramiro Algozino algozino at gmail.com
Sun Mar 18 05:35:52 GMT 2012


2012/3/18 Ramiro Algozino <algozino at gmail.com>

> Hello!
>
>  Today I was designing a window for my application and happily discovered
> that designer now supports using fromTheme icons in actions and buttons!
> :-D but when I use the .ui file I get this error:
>
> [...]
>   File "/usr/lib64/python2.7/site-packages/PyQt4/uic/icon_cache.py", line
> 106, in _file_name
>     fname = fname.replace("\\", "\\\\")
> AttributeError: 'NoneType' object has no attribute 'replace'
>
> am I doing something wrong or is this some kind of bug? If I set an
> arbitrary file icon instead a fromTheme one everything works just fine..
> :-( I would really like to set the system theme icons from designer instead
> of having to do it from code to keep the code cleaner.
>
> This is how I load the ui:
>
> class MainWindow(QtGui.QMainWindow):
>     def __init__(self, app):
>         QtGui.QMainWindow.__init__(self)
>         uic.loadUi('main.ui', self)
>
>
> Thank you!
> --
> Ramiro Algozino
> http://ramiroalgozino.com.ar/
>


Sorry, I forgot to add that I'm on Fedora 16, with all the packages
up-to-date. My PyQt4 version is 4.8.6, Qt4 is 4.8.0 and QtDesigner is 4.8.0.


-- 
Ramiro Algozino
http://ramiroalgozino.com.ar/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120318/254934d9/attachment.html>


More information about the PyQt mailing list