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
  • it compiles ....

    Unsolved
    5
    0 Votes
    5 Posts
    776 Views
    A
    @Christian-Ehrlicher You are absolutely correct - it takes few seconds between "Runs" and that definitely screws up the SYSTEM synchronization and catches off guard ( sleeping ?) the usual message " ...your source file is outdated..." . I have not seen that message lately , I suspect such error notification may have be intentionally deleted ...it creates traffic .... PS The (standard ? ) concept of "dirty file " - based on time of file creation has been around since DOS 1.0 it SHOULD work in ANY QT - not just 6.02
  • what is with ">" ?

    Unsolved
    1
    0 Votes
    1 Posts
    290 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Soon to be gainfully unemployed

    Locked Unsolved
    6
    1 Votes
    6 Posts
    1k Views
    J.HilkJ
    @Kent-Dorfman I'm going a head and close this one. It seems to attract a lot of spammers. I hope you don't mind @Kent-Dorfman If you do, PM me and we'll sort it out
  • fed up with IT departments

    Locked Unsolved
    10
    3 Votes
    10 Posts
    2k Views
    J
    @mzimmers You can explore virtualization software that allows you to create and manage virtual machines on your laptop, giving you more control over your development environment.
  • progreeess ?? end of ice man....

    Unsolved
    3
    0 Votes
    3 Posts
    682 Views
    J
    I think administrators won't be needed soon
  • Windows host Linux guest VM speed

    Unsolved
    17
    0 Votes
    17 Posts
    5k Views
    J
    The exact amount of virtualization overhead you will experience depends on several factors, including the resources allocated to the virtual machine (such as memory and CPUs), the complexity of the guest operating system, and the workload being performed in the virtual machine.
  • Have some levity about Qt/QML development

    Unsolved
    3
    1 Votes
    3 Posts
    757 Views
    J
    @fcarney lol :D
  • Why do you post in THIS forum ?? (rhetorical question ) )

    Unsolved
    2
    0 Votes
    2 Posts
    504 Views
    Kent-DorfmanK
    I just like trolling...and feeding the other trolls.
  • job ethics question

    Unsolved
    19
    0 Votes
    19 Posts
    3k Views
    JoeCFDJ
    @mzimmers Amazing! You do not need any professional artistic helps in your GUI layout.
  • Qt Forum Dark Theme

    Unsolved qt forum theme dark mode light mode design
    2
    2 Votes
    2 Posts
    681 Views
    SGaistS
    Hi, From a quick search, there's nothing native for NodeBB but there is a plugin that might help. What do you think @ollipuu ?
  • Qt thread usage

    Unsolved
    3
    0 Votes
    3 Posts
    783 Views
    Kent-DorfmanK
    @JonB said in Qt thread usage: Ubuntu, GNOME, and I never know whether it's Xorg or Wayland!). Personally I'd strip the guts out of it to make sure that wayland crap is thoroughly disabled and then throw gnome out the nearest air-lock...then run my test under a minimalist window manager: ie twm, fvwm, openbox, etc.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    11 Views
    No one has replied
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • difference between Work item, boards and sprints in Azure Devops

    Moved Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    Kent-DorfmanK
    @Aliviya said in difference between Work item, boards and sprints in Azure Devops: What is the purpose of using boards and sprints? To turn the creative artistic software development process into assembly line work, where your productivity can be purely judged quantitatively, instead of qualitatively.
  • This topic is deleted!

    Unsolved
    5
    0 Votes
    5 Posts
    77 Views
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    18 Views
  • Should I switch to C++ Qt?

    Unsolved
    12
    0 Votes
    12 Posts
    3k Views
    J
    If you have a good experience with PyQt5, then you may already have a solid foundation for working with Qt. PyQt5 is a Python binding for Qt, while C++ Qt is the native language of the Qt framework. Switching to C++ Qt may be a good idea if you are looking for more job opportunities in the software development industry, as C++ is a widely-used language for developing desktop applications, and Qt is a popular framework for building cross-platform applications. The demand for C++ Qt developers may vary depending on the region and industry. However, Qt is widely used in various industries, such as automotive, medical devices, and consumer electronics, so there may be opportunities for Qt developers in those fields. Additionally, many software development companies that build desktop applications may also use Qt. Ultimately, the decision to switch to C++ Qt depends on your career goals and personal interests. If you enjoy working with PyQt5 and Python, and are able to find job opportunities that align with your skills and interests, then there may not be a need to switch. However, if you are interested in exploring new opportunities and expanding your skillset, then learning C++ and Qt may be a good option for you.
  • Linux user researching issue with important software

    Unsolved ubuntu 20.04 musescore desktops
    7
    0 Votes
    7 Posts
    1k Views
    Kent-DorfmanK
    @gandsnut Ok. so it looks like whatever MS app is is pulling in its own versions of system libraries instead of using the default ones. Maybe its time to go to the application support channel for that tool. It's not a Qt specific question at this point.
  • Does Qt have a predefined class/component for this?

    Solved
    5
    0 Votes
    5 Posts
    875 Views
    johngodJ
    While a go I did something like this in qml, I just made a video It's from one of my projects, the code in here Basically it's a qml parent Column, with expand / collapse widgets child Columns, wraped in a xxxItemFrame.qml component which abstracts "Open" and "Close" states and their animation transitions.