Skip to content

Brainstorm

Stuck? Some ideas just need to be dumped on someone before they can materialize.
449 Topics 3.2k Posts
QtWS25 Last Chance
  • Qt and DDD

    3 Jun 2010, 05:13
    0 Votes
    6 Posts
    5k Views
    Chris, I'm also very interested about this topic. I haven't done much DDD myself but I have read about it and done some toying. One thing I toyed with was to create a Repository to fetch entities (json-objects from the internet). I found it hard to use QNetwork because the asynchronous nature of the module. Repositories are often modeled to return an entity and the entity can then be used to traverse the children etc. Do you have any examples I can take a look at?
  • Qt: open testing infrastructure

    2 Jun 2010, 23:57
    0 Votes
    6 Posts
    4k Views
    Hi Alex, [quote author="AlexBravo" date="1278816665"]Robin, it would be nice if you could turn the link in your first post into an actual link. It would be nice if more people could read your post.[/quote] Just because you asked so nicely.. done :) [quote author="AlexBravo" date="1278816665"]When you say > Qt internally use a similar system, but theirs is not (yet?) public. Do you know of any plans of them opening it? Last time I talked to Thiago about it, he was not indicating any such plans. It was about 9 months ago though...[/quote] It will have to be, sooner or later. I suggest you read up on the discussions about open governance: "Thiago's initial announcement of open governance":http://labs.trolltech.com/blogs/2010/06/03/qt-and-open-governance/ "Open governance mailing list announcement":http://labs.trolltech.com/blogs/2010/07/02/open-governance-mailing-list/ If you're interested in shaping the future of Qt, I suggest you get involved there. Essentially, Qt is moving towards being an open driven project, and as a result, the open infrastructure I talked about is going to have to happen. The work I did on testing infrastructure for merge requests is also being worked on by some people at Nokia, so I've largely decided to not reinvent the wheel, and instead, to fit in with their efforts. See: "torarne's buildbot project":http://github.com/torarnv/buildbot
  • Cast to (void) type

    5 Jun 2010, 12:51
    0 Votes
    4 Posts
    5k Views
    [quote author="SABROG" date="1275748540"] 2Web Community Manager: quotes and code syntax highlighter are broken (artefact ';' after argument of method) :`([/quote] We're on it, thanks.
  • Torrent downloader with web interface

    7 May 2010, 08:07
    0 Votes
    3 Posts
    5k Views
    Maybe I can help with the web interface part. I know HTML, CSS, and a little JavaScript.