hi all,
i've a lot of difficulty for browser a standard python dictionnary withing
a TreeListView, with QAbstracItemModel as model
dictionnary isn't indexable, not trivial to find parent, etc...
someone have try it or have an simple implementation example ?
Thx for your hel
?
Thx for your help
Kermit
"""
from PyQt4 import QtCore
class MetaKlass(QtCore.pyqtWrapperType):
def __new__(meta_cls, name, bases, cls_dict):
cls = QtCore.pyqtWrapperType.__new__(meta_cls, name, bases,
cls_dict)
try:
meta = cls.staticMetaObject
hi all,
i can't find solution for discover decorate slot function ( vs classic
function ) in pyQt
it's possible ?
Kermit
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
the configure function of the object_adapter ?
with magic function pyqtConfigure ?
try:
obj.pyqtConfigure(**properties)
except AttributeError:
pass
or i'm not on the right path
thx for your help, i can clarify my answer if need it
Kermit
__
problem ? another test to do ?
thx
Kermit
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
(float a, const Vec3 &v);
the syntaxe is near ..
Thx for your help
Kermit
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
Hi,
i've this error when i try to launch "Create Application Script"
" unhandled AttributeError 'TableColumn' object has not attribut '_bind_to'
it's in table_column.py, line 60 :
if self._bind_to == '':
code, i've "sip: TYPE is undefined" error message
i read qlist.sip, but i understand is a converion between a QList in C++ and
python list
in my case, i want a v2f, v2d python object
thx for your help
Kermit
___
PyQt mailing listPyQt@
27;Vec2'
.\sipVec2Vec2.cpp(152) : error C2065: 'sipCpp' : undeclared identifier
.\sipVec2Vec2.cpp(152) : error C2227: left of '->y' must point to
class/struct/union/generic type type is ''unknown-type''
.\sipVec2Vec2.cp
t;)
model.select()
return False
and the "lastError().text() " give me :
Using unsupported buffer type: 253 (parameter: 3) QMYSQL3: Unable to bind
outvalues
all my code is the same, only update PyQt and replace libmysql.dll
thx for help
Kermit
__
On Sat, 2009-10-10 at 06:47 -0700, Giorgio Luciano wrote:
> have a look here for a wonderful tutorial
> http://lateral.netmanagers.com.ar/stories/BBS51.html
> by the way you just put the name of the file of your custom widget, very
> easy :)
> Giorgio
Oh,Yep.
Thank you,very mu
esigner?
How to pointed the "Header file" item?
Thanks
Kermit Mei
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
rop reaction in designer, in
preview mode , with a QListWidget
if i have a tip or tricks
thx all
Kermit
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
parent = None):
print "debut init SocieteTree"
QTreeView.__init__(self, parent)
self.setObjectName("SocieteListing")
where is my mistake ?
thx for your help
Kermit
___
PyQt mailing listPyQt@riverbankcomput
little texte file ( 4Mo ) nut with final
file ( 60 Mo), the file is create but not write
finction return -1 and the file is 0 Ko
thx for your help
Kermit
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
hi all,
new in pyQT, i've little problem
i've an error with QDomNode.toString() function
how i can print all document or a part of document to a buffer for file or
network transfert
thx for help
Kermit
___
PyQt mailing li
hi,
try this for connection
db= QSqlDatabase.addDatabase("QODBC")
connectionString = "DRIVER={SQL Server};SERVER=localhost;UID=myuser;PWD=
mypassw;DATABASE=dnsMySQL;"
db.setDatabaseName(connectionString)
if not db.open():
print db.lastError().text()
hi,
i'm new in xml and PyQt, i know a little QT
better use xml python package, or pyqt xml dom parser ???
i think is depend on my production
which element can determine my choise ?
thx for your help
i need just global information, for precise my google research
K
eadyRead
)
TypeError: disconnect() takes exactly 1 argument (4 given)
i use PyQt Py2.5 and QT 4.2
thx for your help
Kermit
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt
19 matches
Mail list logo