Skip to content

Qt 6

This is where all Qt 6 related questions belong

856 Topics 4.2k Posts
QtWS25 Last Chance
  • GNU GDB debugger Type not recognized problem

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    Z
    Thanks a lot, SGaist And forgot to mention I figured out the solution to my problem. I had over-specified 'pythonpath in the 'system variable' of the advanced setting which caused the gdb to be unrecognized. when I removed the pythonpath ("something that separately prioritizes language environment") completely then it detected gdb in cmd and Qt. I hope it will help somebody with the same problem. the partial credit goes to a post in StackOverflow which mentioned gdb won't function if the python environment mistakes the actual path even though both normal path and pythonpath are derived from a single installation and single location (which in my case was the python 3.7 only nothing else). The root thing goes to gdb dependency on python scripting extension as was mentioned in Qt guide of debugger installation. Here goes my windows [image: dc1b2e0c-f713-4c9f-aefa-fabbe1ef9528.jpg] [image: 4f456694-50a6-4f96-b34e-684affd36b97.jpg]
  • How to plot graph and its value in a tab widget?

    Solved
    2
    0 Votes
    2 Posts
    288 Views
    jsulmJ
    @Beginner_to_code said in How to plot graph and its value in a tab widget?: I need to plot a graph Take a look at https://doc.qt.io/qt-5/qtcharts-index.html
  • Qt 6 version readiness for using. When?

    Moved Solved
    7
    0 Votes
    7 Posts
    739 Views
    B
    @VRonin thx
  • Qt 6.0.3 QFileIconProvider and High DPI

    Moved Solved
    6
    0 Votes
    6 Posts
    713 Views
    VRoninV
    Is there a platform independent alternative See https://forum.qt.io/topic/125967/possible-qt-6-03-bug should I switch development to 5.15 for now? My personal opinion expressed here: https://forum.qt.io/topic/126005/qt-6-version-readiness-for-using-when
  • TexMaker F1 Problem After Qt6 Install

    Unsolved
    24
    0 Votes
    24 Posts
    4k Views
    O
    @SGaist I am getting back to this problem; however, to do so will mean that I will need to remove Qt and the Qt3D that I painfully installed. I would like to move Ninja and Vulkan so that I will not need to build them, also. I would like to save conan3D which was the conan build directory, but will that not work when I reinstall Qt6? Any advise? I wish there was a workaround to this TexMaker problem.
  • Error building static Qt with msvc2019

    Unsolved
    2
    0 Votes
    2 Posts
    263 Views
    No one has replied
  • Possible Qt 6.03 Bug

    Moved Unsolved
    2
    0 Votes
    2 Posts
    253 Views
    VRoninV
    Bug is confirmed. QTBUG-91104 is the general issue being worked, QTBUG-92030 is your specific case. If you need a workaround (works in the current dev branch) you can set up a custom theme to hold the icons you want to use. See this example on how to setup a custom theme. The icons you need to provide are: "computer" "user-desktop" "user-trash" "network-workgroup" "drive-harddisk" "folder" "text-x-generic" You could use Breeze or Oxygen icons from KDE if you need them
  • QApplication::activeWindow() working incorrectly

    Solved
    8
    0 Votes
    8 Posts
    923 Views
    I
    @Christian-Ehrlicher thanks for the help. Your tips helped solve the problem!
  • Include built libraries in Qt project.

    Unsolved pro file pri library build steps qt3d
    1
    0 Votes
    1 Posts
    426 Views
    No one has replied
  • QChart missing from Qt6?

    Moved Unsolved qchart qt6
    3
    0 Votes
    3 Posts
    850 Views
    mmikeinsantarosaM
    Sorry, I didn't even see the qt6 link. Thanks for the inclusion link I see that Qt Charts is rated "Not Ready" ATM. I hope the bug I submitted Sep/2019 gets fixed.
  • Are there more morph targets supported in the future?

    Unsolved quick3d
    2
    0 Votes
    2 Posts
    297 Views
    SGaistS
    Hi and welcome to devnet, That would be a question to bring to the internet mailing list. You'll find there Qt3D developers/maintainers. This forum is more user oriented.
  • 1 Votes
    5 Posts
    1k Views
    P
    @Benoit-Thouy Please elaborate "compilation failed as the properties are not well defined" The warning is issued by the Clang Code Model and can be squelched by creating a new Diagnostic Configuration (or use your existing one) in Options...->C++->Code Model->Diagnostic Configuration and adding "-Wno-string-conversion" to it.
  • Apparent memory leak with recursive QTimer::singleshot.

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    B
    @Christian-Ehrlicher Okay, my mistake. So, after letting the program run for about 24 hours straight. It reached about 3.5 GB used. I opened another application with high memory use that pushed the physical RAM usage to 98%. At this point, the application DID release about 2 GB and is now sitting at around 1.3 GB used, but it also caused the system to become unresponsive for some time, which was probably from the virtual memory swapping. Despite that, it seems like unacceptable and unexpected behavior for an application that simply runs a timer repeatedly to eventually take that much RAM.
  • QSqlQuery result convert to XML file

    Solved
    2
    0 Votes
    2 Posts
    271 Views
    JonBJ
    @iddqd-0 I don't think you can do this for MySQL, other than rolling your own code.
  • Threading for TCP server

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    SGaistS
    Thread affinity is a hard concept. QThread should be seen as a "thread handler". It has affinity with the thread that created it. The actual new thread handles the run method. Whatever you create in that method will have an affinity with the thread handled by QThread.
  • Is there something new with rendering the text in QT 6?

    Unsolved
    1
    0 Votes
    1 Posts
    192 Views
    No one has replied
  • QProperty; binding and onValueChanged

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    kshegunovK
    @Eirik said in QProperty; binding and onValueChanged: order of calls seems not to matter It may be a bug, I suggest you post on the interest mailing list where this can get more exposure (you can reference this forum thread in your mail).
  • QML var property created from by python class

    Unsolved pyside6 qml
    1
    0 Votes
    1 Posts
    316 Views
    No one has replied
  • How to properly delete QThread?

    Solved
    2
    0 Votes
    2 Posts
    490 Views
    Christian EhrlicherC
    You have to wait() until the thread had time to shut down. Also you should not connect Sender::finished to deleteLater but the QThread's finished signal to deletedLater.
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied