Skip to content

The Lounge

Chilling out? Want to discuss Abraham Lincoln? Well, in the Lounge you can discuss literally anything.
1.0k Topics 8.8k Posts
  • Cambridge, UK, 2019. Say "hi!"

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    matthew.kuiashM
    SOoo... Excellent stuff! Excellent presentations. Emmanuel taking his reputation in his hands with a live demo of PSD/Designer/Creator work flow. Auri(?) talking about Qt ultralite on MCUs and more AND a ton of cool and friendly people. Brilliant day out. Yeah, cost me a day of contractor money (us contractors don't get paid for days out like this!) but we enjoyed it. I hear rumours there might be another ;-)
  • Looking for best low-cost beta mgmt system?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    SGaistS
    From the looks of the Distribute to registered computers (macOS), I would say you are correct.
  • C# or JavaScript. Which choose for Unity?

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    sierdzioS
    @kshegunov said in C# or JavaScript. Which choose for Unity?: Just take a look at the latest and the upcoming C++ standard and you may change your opinion ;) :| yeah...
  • Quantum prime numbers

    Unsolved
    26
    0 Votes
    26 Posts
    10k Views
    JonBJ
    @fcarney I thought Google had a 72 bit quantum computer? As in 72 individual bits they could manipulate. I've always marvelled at how fast my Google searches are, now I know!
  • pure C++11 actor model library!!!

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    JonBJ
    @SGaist Piqued my interest. I visited http://www.itgroup.ro/WSX/browser.htm?.landingpage=wsx_content/en/libagents/libagents.html#scroll-page LGPL, mature-looking, standard C++ library to allow you to design your program using https://en.wikipedia.org/wiki/Actor_model , i.e. highest-level completely message-driven objects. Can use Qt for GUI/system access. If that floats your boat it might well be interesting for C++ folks.
  • How to disable header auto-hide in this forum?

    Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    sierdzioS
    Hm, testing it a bit more, it looks like header is hiding only when there are many replies to a topic and not all fit on the screen. But it happens even when the window is wide (landscape). :|
  • this program will self-destruct in 5 seconds...

    Solved
    36
    0 Votes
    36 Posts
    13k Views
    JonBJ
    @kshegunov I am not spending some 120 EUR on AAA titles (yes, I mean CD Projekt's Witcher 3) last year Look: all I know is Steam says The Witcher® 3: Wild Hunt is currently £7.49 which is like €7.49 these days, so it can't have cost €120, or your €s are different from other peoples' €s! Unless you're not PC but game-station-thing, which I know nothing about...
  • QT5 Cross Compiling for Webassembly

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    veryqtpersonV
    Why would anyone need to compile QuickTime Player for WebAssembly.
  • 0 Votes
    18 Posts
    4k Views
    D
    Allright that all clears the fog a bit. Thanks. 🙂
  • hi! and question bout Qt for Python

    Unsolved
    3
    0 Votes
    3 Posts
    949 Views
    JKSHJ
    Hi! Welcome to the world of Qt, and all the best with your project. @immmomm said in hi! and question bout Qt for Python: is there any documentation for Qt in Python? Yes: https://doc.qt.io/qtforpython/ If you use Chrome or Firefox, you can use this extension to search the documentation: https://forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches/
  • LMWTFY or LMCTFY?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    aha_1980A
    @fcarney "LMCTFY" is already in use: https://github.com/google/lmctfy ;)
  • Hello guys, i'm a student and want to learn more about QT

    Unsolved
    2
    0 Votes
    2 Posts
    680 Views
    SGaistS
    Hi and welcome to devnet, Qt is a pretty big framework to write cross-platform applications. It's mainly known for its widgets module however you can do lots more: network enabled applications, database interface, GPS application, 3D etc. Take a look at the the documentation. It's full of examples and demos. You can also take look at the QtStudios Youtube channel. By the way, it's Qt, QT stands for Apple QuickTime which is a completely different thing.
  • Single executable + LGPL

    Unsolved
    9
    0 Votes
    9 Posts
    3k Views
    SGaistS
    The only advice one can give regarding licenses when he's not himself a lawyer is: ask a lawyer.
  • odd error message in Creator editor

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    Chris KawaC
    Cool, I'm glad that it worked. Just to be clear,<string.h> is the C strings library (has strcpy(), memcmp() and the likes). The C++ equivalent for this is <cstring>. None of these have the C++ type std::string, which requires <string>, so the fact that it worked when compiling was not due to the <string.h> include. It just pulled <string> from somewhere.
  • Usability of Qt Creator's Clang code model

    Moved
    5
    0 Votes
    5 Posts
    2k Views
    aha_1980A
    I can only recommend you to comment and vote for QTCREATORBUG-21407. It also contains a workaround to start one Creator without Clang. Maybe we should also create a poll here in the forum to see how many users are affected by Clang problems and how they work around those. Regards
  • App development

    Locked Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    J
    I advise you to look from good ready-made solutions, and then to do the example of such
  • requesting advice on using QtSharp/CppSharp

    Locked Unsolved
    2
    0 Votes
    2 Posts
    829 Views
    VRoninV
    Locking as duplicate of https://forum.qt.io/topic/96446/requesting-advice-on-using-qtsharp-cppsharp
  • Open Source version of QT - and UI design tools - meaning of Limited to GPL only

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    SGaistS
    Hi and welcome to devnet, Licenses and platforms are not related. What is GPL on Linux will also be on macOS, Windows and all other supported platforms. Qt provides the same set of tools on all supported platforms.
  • Ada and Qt integration into Qt Creator

    Unsolved
    4
    1 Votes
    4 Posts
    2k Views
    Z
    In Qt Creator 4.8 we introduce an experimental client for the "Language Server Protocol". http://blog.qt.io/blog/2018/10/11/qt-creator-4-8-beta-released/ Looks like there is at least some language server for Ada (https://github.com/reznikmm/ada-lsp, state unknown to me). That might work in our language client in Qt Creator 4.8. For highlighting you'll also need to install the highlighting spec file for Ada, Tools > Options > Text Editor > Generic Highlighter > Download definitions, find Ada and download. Regarding QtAda and integration with Qt in other ways, no idea.
  • Ada and Qt

    Unsolved qt and ada ada
    5
    0 Votes
    5 Posts
    4k Views
    Pablo J. RoginaP
    @Mr_Ada you may be interested in Qt5Ada, see this announcement