qtdeclarative Questions
1
Solved
I'm trying to send data from QML to Python, but I'm getting an error.
test.py:
#!/usr/bin/env python
import sys
from PySide import QtCore, QtGui, QtDeclarative
class Test( QtCore.QObject ):
de...
Estrus asked 17/11, 2012 at 1:20
1
Solved
I have this signal
class SystemUICfgScanner
{
/*code here*/
signals:
void error(QString desc);
/*more code*/
};
In QML I use an InfoBanner this way:
InfoBanner
{
property string infodetail...
Atavistic asked 5/9, 2012 at 14:49
1
I have a QML file which contains a layout of QML items and now I want one of those items to be a QGLWidget. i.e. I want to render to a specific QML item.
Is anyone aware of how to do this?
Pyrogenous asked 14/10, 2011 at 16:23
1
© 2022 - 2024 — McMap. All rights reserved.