Em qua 16 abr 2014, às 19:33:20, Rogers Nate escreveu:
> qimage.cpp:(.text+0x3744): undefined reference to `qt_memfill32(unsigned
> int*, unsigned int, int)'
> .obj/qimage_conversions.o: In function `qInitImageConversions()':
> qimage_conversions.cpp:(.text+0x1ee0): undefined reference to
> `conver
I have successfully cross compiled Qt 5.2 for my am335x starter kit
running ti's 6.0 sdk before but for some reason I no longer can get it
to compile. I get this error...
arm-linux-gnueabihf-g++ -Wl,--no-undefined -Wl,-O1
-Wl,-rpath,/usr/local/qt5.2.0/lib -shared -Wl,-Bsymbolic-functions
-Wl,--dy
You can't locate objects by id strings (unless you are in a context
where you could just use the id instead of eval anyways). If you want
to pass around a reference to an object, you can do
"var theCheckBox = english_weight1"
somewhere where the english_weight1 id is accessible. Then you can
pass i
Hello,
how to extend a qtableview with a custom button bar? so that the button
bar is above the qtableview.
i tried something like this, but it does not feel right:
struct MyTableView : QTableView
and in the constructor do
1) layout = new QVBoxLayout
2) setLayout(layout)
3) mybuttonbar = new ...
Hello,
After further exploration. It appears to be linked to the use of a singleton.
I use QML singleton for Theming as describe here.
When I use my ButtonStyle from the songleton I have the warning.
If I directly assign the same ButtonStyle directly to the style property of my
Button I don't hav
Hi Christoph
That looks GREAT!!! Need to test that immediately. :-)
You know by chance, if 5.3 is available on Yocto?
Regards
Michael
Am 16.04.2014 09:39, schrieb Christoph Kurz:
> > Hi
> >
> >I am looking for a nice small device used mainly for a specialized
> >digital signage solution. As s
> Hi
>
>I am looking for a nice small device used mainly for a specialized
>digital signage solution. As software framework I would like to use Qt5,
>as I really love Qt5 :-)
>
>I had a recent look at the imx6 solutions available, and there are many
>devices out on the market at attractive price po
Hello,
I do not have this warning with QT 5.3 beta and my own style, does it
depends on your custom style or do you also have the warning when using
an "empty" ButtonStyle ?
Could you provide the offending code ?
Regards,
Stéphane
___
Interest mailin