Re: [PyQt] Designer -- fromTheme Icon

2012-03-21 Thread Ramiro Algozino
Fixed in tonight's snapshot. Thanks, Phil Excellent! Thank you Phil! -- Ramiro Algozino http://ramiroalgozino.com.ar/ ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] Designer -- fromTheme Icon

2012-03-18 Thread Ramiro Algozino
2012/3/18 Phil Thompson p...@riverbankcomputing.com A copy of the .ui would help. Phil I attached a copy of the .ui; notice that the action actionDecodeFile has assigned a theme icon. -- Ramiro Algozino http://ramiroalgozino.com.ar/ main.ui Description: application/designer

[PyQt] Designer -- fromTheme Icon

2012-03-17 Thread Ramiro Algozino
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

Re: [PyQt] Designer -- fromTheme Icon

2012-03-17 Thread Ramiro Algozino
2012/3/18 Ramiro Algozino algoz...@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

[PyQt] Segmentation Fault in FileDialog

2011-12-04 Thread Ramiro Algozino
fichero o el directorio. ¿Is this a PyQt / Qt problem? Thank you very much! [0] You can see the complete code here: http://bazaar.launchpad.net/~qr-tools-developers/qr-tools/trunk/view/head:/qtqr.py -- Ramiro Algozino http://ramiroalgozino.com.ar