
Qt Widgets by 3electrons 29 comments
However, please use QtQuick, and QDeclarativeView instead. ScriptWidget was attempt to do somehing that QtQuick does much better and in far wider context.
Best regards. - Feb 06 2011

Qt Widgets by 3electrons 29 comments

Qt Widgets by 3electrons 29 comments

Qt Widgets by 3electrons 29 comments
From your error report it seems that you have problem with compiling analogwidgets_plugin. It is that because there is no rule for MSVC2005 how to build plugin.
I guess you could modify wince* rule to make it work with MSVC 2005 in analogwidgets/plugins/plugins.pro.
If you succeed a small patch is warmly welcomed.
>By The way, your flags.pri file is filled with useless platform and CPU specific compiler settings including hardcoded paths.
Yes for MSVC 2005 it is completely useless. - May 16 2009

Qt Widgets by 3electrons 29 comments
In my opinion it might be much simpler and more likely to make them alive, I am quite busy at my work at the moment.
Pure C++ widgets can be also better optimized by using cached and shared bitmaps, like it is done in WallClock, PotentioMeter and others. I still wonder if widgets with internal script engine is good idea. At least, how many people is going to use it that way?
I do believe I can achieve similar performance to PotentioMeter widget with C++ only approach.
P.S. Glad you like them ;). - May 07 2009

Qt Widgets by 3electrons 29 comments

Qt Widgets by 3electrons 29 comments

Qt Widgets by 3electrons 29 comments