(moved to Jbeta forum, please discuss here.) link to qt doc fixed and a rough draft for using J with QML.
quickwiget is new in Qt 5.3, I tested it work on 32-bit windows (mingw built, not that in jsoftware download) and linux64 (with Qt 5.3 prebuilt libraries). At the moment, it will not run in binaries from jsoftware download. This seems to be some bugs upstream. As mentioned in highlight, windows and osx are built with Qt 5.3 so that they supports quickview2, while linux (Qt 4.8) supports quickview1. depending on platform and Qt version linux: quickview1 qt demo quickview1 wd demo snake win,osx,android: quickview2 qt demo quickview2 wd demo samegame QtQuick/QML is totally different from wd, there should be a lot of articles and tutorials over the internet. Вт, 20 май 2014, jprogramming писал(а): > on wiki, > > the quickwidget link to qt site is 404 > > it looks pretty cool from > http://qt-project.org/doc/qt-5/qt5-intro.html#qt-quick-in-qt-5 > > > the quickwidget demo does not work on windows, but quickview2 does. The same > error as quickview1 demo is displayed. > > Perhaps this is just an error mapping quickview2, since qtquick does support > windows, afaiu ? > It would be nice if a demo that looked a bit like the screenshots on the QT > site could be done, and a demo that shows J interactions with the quickview. > > on table3 demo, > > clicking cell 0 1, does not produce the same mbldown event as other cells. > It goes straight to edit mode. > > the notes mentioned a new cell click event, though the behaviour of the demo > appears to be unchanged with j8.01. > > Is there a way of entering a line feed in a multiline edit cell from the > keyboard? Say intercepting ctrl-enter key? > > in both j801 and j802, the last column appears to have infinite width until a > cell is edited, after which it shrinks to width. j802 has an infinite > horizontal scroll bar until the width is adjusted, while j801 does not. > > I assume that to add a row to a table it must be destroyed and recreated. > All formatting/positioning must be reapplied as well? > > > > > ----- Original Message ----- > From: chris burke <[email protected]> > To: Programming forum <[email protected]> > Cc: > Sent: Tuesday, May 20, 2014 4:37:35 AM > Subject: [Jprogramming] J802 beta > > A J802 beta is available for all platforms. > > This is a minor update over J801, with several internal changes and > enhancements to JQt. Also, the demos and labs should now all work correctly > on both JHS and JQt. > > For a list of changes. see http://www.jsoftware.com/jwiki/System/ > ReleaseNotes/J802. > > Install the beta from http://www.jsoftware.com/download/j802/install. > > This should be a short beta. We'd appreciate feedback, either to the beta > forum or if specifically on Qt, to the qt mailbox group. > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
