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
  • Qt smart pointers vs STL smart pointers

    Moved Unsolved
    5
    1 Votes
    5 Posts
    4k Views
    A
    @kshegunov Thank you, noted. As I see from various source code, nobody follow to some rule, and everyone writes it as he like.
  • Are there any Qt developers in South Africa?

    6
    0 Votes
    6 Posts
    3k Views
    Bharath_pthinksB
    Hi How are you, we have trained few folks in Africa, drop me mail. will connect with the team.
  • Code style

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    A
    @Chris-Kawa Many thanks for irrefragable answer. I fully agree with you. I was confused as the following links Qt style and CppCoreGuidelines sometimes contrary. And thanks to clang-format we can change style according the requirement of employers.
  • Qt 5.8 certification for business needs - which license?

    Moved Unsolved
    3
    0 Votes
    3 Posts
    956 Views
    ?
    Hi! Better ask the sales department: contact.
  • Qt: What is Start-Up Plan?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    ?
    Hi! Better ask the sales department: contact.
  • Misleading qt.io/download questionnaire

    10
    0 Votes
    10 Posts
    4k Views
    F
    It seems that things have changed a little, now after you click the "Get Started" button you are offered both options, commercial and open source.
  • QML on Web again.

    Unsolved
    2
    2 Votes
    2 Posts
    877 Views
    No one has replied
  • And design patterns for all

    Unsolved
    4
    3 Votes
    4 Posts
    2k Views
    VRoninV
    @SGaist said in And design patterns for all: And before anybody tries to apply it That warning came too late for me too :(
  • 0 Votes
    5 Posts
    2k Views
    kshegunovK
    @matthew.kuiash said in Which license would you prefer for open source apps / frameworks / libraries? : BSD or Apache 2: There are disadvantages I guess To quote @Wieland: 'I don't care. If someone can make money with the software I gave away for free, good for them!' So it still boils down to a matter of opinion. I just like the simplicity - reading the license doesn't give me a headache and attribution is still required ...
  • StartUp promotial codes.

    Moved Unsolved
    2
    0 Votes
    2 Posts
    818 Views
    tekojoT
    Hi @Artmetic Please contact the Qt Company sales for license questions. https://www.qt.io/contact-us/
  • Qt-License

    Moved Unsolved
    2
    0 Votes
    2 Posts
    879 Views
    K
    @jayasri Hi and welcome devnet forum This is a user forum more for technical issues with the use of Qt as open source. For legal advice concerning the different licenses it is better to ask the commercial people of Qt company on licensing page
  • 0 Votes
    8 Posts
    4k Views
    VRoninV
    The VS addin makes your project only rely on the VS build chain, it does not use qmake so no .pro file is necessary. if you need the .pro file to distribute you application and/or deploy it on other OSs you can right click on your project and export it to .pro file. Again, any change you make to the .pro file will not in any way impact your visual studio project
  • Happy new Year Wishes

    Unsolved
    3
    1 Votes
    3 Posts
    1k Views
    kshegunovK
    Happy new year! To those for whom it has come, and to those who are yet to greet it! Best wishes!
  • Possible to use Qt to build an iOS date erasing app?

    9
    0 Votes
    9 Posts
    3k Views
    H
    @westdinzo said in Possible to use Qt to build an iOS date erasing app?: @SGaist said in Possible to use Qt to build an iOS date erasing app?: libimobiledevice and here is an example of iphone erasing app built on QT. cool, this is something i am looking for. thank ssss. Does "erase all contacts and settings" can wipe my iphone 5 data?
  • Merry Christmas Wishes

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    kshegunovK
    Thank you! And Merry Christmas to all!
  • Congratulations Qt Champions 2016

    Solved
    4
    3 Votes
    4 Posts
    1k Views
    benlauB
    @Pradeep-Kumar Thanks!
  • Is i.MX6 Ultra Lite the last in the i.MX6 series?

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    E
    Upgrade the same System on Module arm that was based on i.MX6 to upgrade it to i.MX7? i.MX6 Ultra Lite is probably the expansion of i.MX6 family and perhaps the last one as well. Was just curious to know if someone can help on this.
  • VisualStudio Webinar

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    tekojoT
    @koahnig it came up this morning :) helps to know exactly who to ask.
  • Regarding making the QCamera operation portable to all platforms

    Unsolved
    3
    0 Votes
    3 Posts
    1k Views
    Pradeep KumarP
    Hi sorry for that and thanks for providing the link. Thanks,
  • Qt Quick Designer: Do you use it? Why?

    4
    0 Votes
    4 Posts
    2k Views
    Y
    I have more than three years of experience in QML, and I have never used Qt Quick Designer at all. Just tried it a couple of times to see how it works, but personally I find it more easier and faster to write qml code directly. I just got used to that and it's my own experience, it may be different for somebody else.