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
  • Can't reply to a post because my comment gets flagged as spam

    Unsolved
    14
    3 Votes
    14 Posts
    382 Views
    L

    I have the same problem trying to post content to this thread: https://forum.qt.io/topic/158879/no-suitable-kits-found-no-qml-utility-installed-fedora-40-qt-6-7-2

    At the same time, maybe Qt could pressure Akismet.com to resolve this issue.

    It should be pretty easy to resolve this... just ignore everything that is in a code block. Spammers don't use code blocks.

  • How to change my nickname?

    Unsolved
    5
    0 Votes
    5 Posts
    178 Views
    M

    Yes I did! Of course!
    But when I select "Edit profile" I can change : "full name", "website", "location", "birthday", "group title" and "about me"
    ... and I can't change "NazgulMood"...
    I can send you a screenshot of my "Edit profile" if you tell me how to do.

  • Graphics Kinda weird

    Unsolved
    1
    0 Votes
    1 Posts
    62 Views
    No one has replied
  • whats the correct way?

    Unsolved
    3
    0 Votes
    3 Posts
    299 Views
    F

    @rino19ny snow rider said in whats the correct way?:

    is there some kind of learning map on how to proceed learning to use Qt for c++ coding and GUI development?

    like being able to move old dBase III systems to Windows or Plasma including the "windows" developed?

    C++ Basics: Ensure you have a solid understanding of C++ fundamentals, including classes, inheritance, polymorphism, templates, and the Standard Template Library (STL).
    C++ in Qt: Focus on how C++ integrates with Qt’s meta-object system, signals and slots mechanism, and Qt's unique data structures.
    Sample Learning Path
    Week 1-2: Install Qt and learn basic Qt widgets.
    Week 3-4: Dive into advanced widgets, signal-slot mechanisms, and custom widgets.
    Week 5-6: Study Qt Quick and QML for modern UI development.
    Week 7-8: Explore database integration with Qt.
    Week 9-10: Begin migrating and modernizing your dBase III system.
    Ongoing: Continue to refine your skills, explore advanced topics, and stay updated with Qt’s latest features.

  • "Cannot download archive" error while installation

    Unsolved
    10
    0 Votes
    10 Posts
    4k Views
    P

    Facing same issue
    May I know which mirror is working

  • 1 Votes
    3 Posts
    129 Views
    KH-219DesignK

    Something I use all the time, and I enjoy its clean UI: https://github.com/flameshot-org/flameshot

    Something I stumbled across and it looks impressive but I have not used it: https://github.com/gyroflow/gyroflow

  • 0 Votes
    2 Posts
    88 Views
    Christian EhrlicherC

    Do you really think creating a new account and asking the same question as 16 hours ago will help in any way?
    https://forum.qt.io/topic/157415

    --> closed!

  • Error in building QGC for android in QT.

    Unsolved
    1
    0 Votes
    1 Posts
    113 Views
    No one has replied
  • this is not a post / discussion

    Unsolved
    2
    0 Votes
    2 Posts
    841 Views
    No one has replied
  • that's once....that's twice....

    Unsolved
    8
    0 Votes
    8 Posts
    350 Views
    Pl45m4P

    @AnneRanch said in that's once....that's twice....:

    you guys or girls, can't' tell, have such great and diverse literally imagination or is it AI "talking" ?

    Welcome to @Pl45m4 's anwering machine.
    Your service request was denied due to your account settings.
    Leave a message after the tone....

    *beeeeep*

  • room for real "update"

    4
    0 Votes
    4 Posts
    238 Views
    J.HilkJ

    yeah, not on my watch.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • 0 Votes
    4 Posts
    427 Views
    Axel SpoerlA

    @AnneRanch said in Comments / opnions:

    Did he recently graduated from kindergarten as class funny person ?

    3rd and last warning: Bad language. Not welcome here. Don't do that.

  • Who done it ?

    Solved
    2
    0 Votes
    2 Posts
    240 Views
    N

    Hello, the new Forum UI and the core was upgraded today by Qt.

    You can check the these 2 topics in Announcement here

    https://forum.qt.io/topic/155774/forum-update-may-2nd/33 https://forum.qt.io/topic/156456/forum-updated-to-nodebb-3-7-4/2

    If you find any issue, feel free to comment on the topic.

  • suggestion...

    Unsolved
    2
    0 Votes
    2 Posts
    205 Views
    JKSHJ

    @AnneRanch said in suggestion...:

    After I open one I can no longer access / go back to my post I have invested my time in ...

    Close and re-open your web browser. Then, load this forum.

    The draft of your post should auto-appear on your screen. Does this work for you?

  • Thank you for giving me more and more reasons to hate Qt

    Moved Unsolved
    4
    0 Votes
    4 Posts
    359 Views
    M

    @Valso 10,6GB when idle? There is something seriously off with qBittorent. As such shouldnt be reported here, because, as @Christian-Ehrlicher noted, this has nothing to do with Qt itself.

  • An internal server error occurred

    Unsolved
    3
    0 Votes
    3 Posts
    388 Views
    jsulmJ

    @Nico-Vega Try to use another mirror, see https://wiki.qt.io/Online_Installer_4.x (at the bottom)

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    8 Views
    No one has replied
  • Slot naming convention

    Unsolved
    11
    1 Votes
    11 Posts
    868 Views
    mzimmersM

    FWIW, put me in the camp that prefers meaningful slot names. Slots are functions that presumably do something valuable; what they do should be suggested in the function name, as it is with any other function.

  • Pushing to GitHub

    Solved
    10
    0 Votes
    10 Posts
    528 Views
    SGaistS

    @JonB said in Pushing to GitHub:

    @Ronel_qtmaster said in Pushing to GitHub:

    I am using Git with https.Never though of switching to SSH though

    You may know more than I. Does/doesn't this mean that every time you want to use it you have to log in (providing credentials) once (per reboot)? You might do that login in a web browser, I don't know? Once I was advised to set up ssh (with that credentials file stored somewhere hidden down inside my home directory) I never get prompted to enter them again, anything that wants credentials just automatically takes it from there. I am glad I moved from https to ssh, even though I forget the details.

    Something to think about: either your ssh key is not protected by a password or it's unlocked because it's configured in your system keychain (or equivalent). If the former, I would advise to reconsider as if the file gets accessed without your knowledge, everything you have access to with it will be as well to that other person.