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
  • What the heck do they mean by "private api"?

    Solved
    7
    0 Votes
    7 Posts
    827 Views
    fcarneyF

    @J-Hilk said in What the heck do they mean by "private api"?:

    Turns out, there Art some modules that use private apple apis
    For example QWebEngine

    And that status can change for other modules if Apple decides to make some things private as well. Apparently some things were in the public APIs and then put into private APIs for some specific reasons.

  • 3D view from multiple PNG files

    Unsolved
    3
    0 Votes
    3 Posts
    368 Views
    fcarneyF

    What you are wanting is a way to treat your data as voxels (3D pixels). You could use QSGGeometryNode to treat each image as a slice and create a stacked view that can be rotated inside a QQuickItem. However, I am not sure how efficient that will be compared to a native 3D rendering. What are the dimensions of the image? Are there medical rendering libraries out there for this kind of data?

  • No reply from QT sales for license renewal

    Unsolved
    6
    0 Votes
    6 Posts
    700 Views
    AndySA

    Thanks @J-Hilk for fixing that :)

  • How is Qt source code itself tested?

    Solved
    11
    1 Votes
    11 Posts
    1k Views
    fcarneyF

    com0com and com2tcp rock! Used those a lot in the past.

  • Interactive: The Top Programming Languages (IEEE)

    Unsolved
    2
    0 Votes
    2 Posts
    569 Views
    J.HilkJ

    @CroCo since webassambly is rather new (2017) I expect c++ to move up in that list in the coming years :)

  • The only Linux commands you need

    Unsolved
    23
    1 Votes
    23 Posts
    3k Views
    kshegunovK

    @fcarney said in The only Linux commands you need:

    THAT IS IT! GET THE COMFY CHAIR!!!

    No popcorn?

    sad

  • Drive-by Qt contributions

    Unsolved
    11
    0 Votes
    11 Posts
    895 Views
    Chris KawaC

    @aha_1980 said in Drive-by Qt contributions:

    I'd say: Create bugreports, and if you have a fix attach it there. In the worst case (your patch is not accepted)

    I would be fine with patches not being accepted for one reason or another. My problem is not that. Ok, I wasn't going to point any specific issues because that's not what this is about, but for the sake of example take a look here: QTBUG-76585

    2 days just to assign priority... eh, ok, maybe it was weekend or busy week, fine... but, it's been since June and the only thing that happened to that item was it changed assignee 3 times and workflow version (whatever that is). So at least 3 people looked at it.
    I mean the thing is two lines, has attached example and a ready to merge patch... come on... it's not a giant multiplatform change that requires some sort of elaborate testing scheme or anything. It's practically a hello world of what a bugfix and a drive-by contribution is. There has to be a way to do this sort of thing faster.

  • I like Qt...

    Solved
    2
    9 Votes
    2 Posts
    379 Views
    Chris KawaC

    I was just about to express my "yes, but"s to every one of those, but then I realized I'm just old and grumpy :)
    Keep the good vibes flowing and have an enjoyable weekend.

  • 0 Votes
    6 Posts
    537 Views
    ODБOïO

    @AnneRanch said in Please confirm that posting in "lounge" is about anything BUT coding...:

    will probably seek help with Qt somewhere else

    gl

    Premium Support

  • Thoughts on Qt

    Solved
    8
    0 Votes
    8 Posts
    621 Views
    SGaistS

    Well, for once, the text is pretty clear.

  • Why Qt desperately is targeting python ?

    Solved
    12
    0 Votes
    12 Posts
    1k Views
    fcarneyF

    I would say that due to python being a default install in many *nix based platforms is one reason. If Qt is available then it is pretty simple to put together dialogs and scripts for doing common tasks. Python is the glue language. The major alternative for guis in Python wxpython. I have used both and Qt is a much richer system for guis.

  • Accessing Qt old version documentation

    Unsolved
    6
    0 Votes
    6 Posts
    724 Views
    JonBJ

    @jarggoh

    Maybe I'll create a mirror of https://doc.qt.io/QtOPCUA/ and version it myself.. [SOLVED]

    While we're in The Lounge... how exactly do you do that?

  • 0 Votes
    2 Posts
    316 Views
    sierdzioS

    Can you rephrase the question? I have no idea what you mean. You are making your own QML plugin, right? And hitting some versioning issue?

  • QWidget with C++ course/book recommendation?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    U

    Nice ones!.. thanks a lot ...

  • how can I learn network

    Solved
    2
    0 Votes
    2 Posts
    281 Views
    SGaistS

    Hi,

    Did you already read the Qt Network Module documentation ?

  • Can't delete my qtcentre.org profile :(

    Unsolved
    5
    0 Votes
    5 Posts
    626 Views
    C

    Just keep it dude :P

  • Lang:nl: Nederlandse Qt Meetup

    5
    0 Votes
    5 Posts
    3k Views
    D

    Is er al zoiets? Ik wil graag mensen leren kennen in Nederland die bezig zijn met Qt.

  • Codereview of Android app

    Unsolved
    2
    0 Votes
    2 Posts
    521 Views
    fcarneyF

    @grk3010 said in Codereview of Android app:

    codereview

    I would suggest CodeReview on Stack Exchange. I have submitted code there and the comments and criticism are helpful.

  • What does jom stand for?

    Locked Unsolved
    7
    0 Votes
    7 Posts
    896 Views
    fcarneyF

    I apologize in advance...

    @kshegunov said in What does jom stand for?:

    half my lifetime.

    Proof of Halflife 3

  • 1 Votes
    22 Posts
    3k Views
    mzimmersM

    @kshegunov said in Things you hear about computing... Please share your experiences...:

    My favourite is: "The computer's wrong" (in regards to computation)

    In all fairness your first point, has some basis in fact.
    As one N. Wirth stated: 'Software is getting slower more rapidly than hardware becomes faster.'

    Or, as someone else put it so well: "what Santa Clara giveth, Redmond taketh away."

    Of course, this isn't directly applicable to the Linux folks in the audience, but I'm sure they have a parallel experience...