Skip to content

Qt 6

This is where all Qt 6 related questions belong

879 Topics 4.3k Posts
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Qt 6.5.2 change in QTab behaviour

    Unsolved
    7
    0 Votes
    7 Posts
    820 Views
    SGaistS
    I meant the one from your Linux distribution, not for the installer. That said, 6.6 is from the dev branch.
  • 0 Votes
    15 Posts
    4k Views
    B
    thanks, my problem solved.
  • Some problem make Qt 6.5.1 from sources

    Unsolved
    19
    0 Votes
    19 Posts
    4k Views
    N
    Hello Christian and All! I installed on the latest version of Windows 11 64 bit the necessary programs to compile Qt from source. But it all happened again. In Release mode, compilation is completed successfully. Except I can't compile a module for PostgreSQL. But in the -developer-build mode, compilation ends with an error - qtlanguageserver/src/languageserver/CMakeFiles/LanguageServerPrivate.dir/qlanguageservergen.cpp.obj: file too big[2522/11771] Here are two output files to the console for configure an make commands. [https://dropmefiles.com/n60M6](link url) I exclude from the Path variable C:\Prg\Strawberry\c\bin C:\Prg\Strawberry\perl\site\bin C:\Prg\Strawberry\perl\bin Actually I'm just renaming the directory C:\Prg\A-Strawberry - otherwise, a lot of confusion turns out, even ld.exe taken from Strawberry! I also clean up C:\Prg\PostgreSQL\15\bin from Path, since again the confusion turns out. Thank You! With best regards, Navadvipa Chandra das.
  • 0 Votes
    2 Posts
    425 Views
    N
    Hello Shawn and QtCommunity, I am having exactly the same problem. When I load a video it becomes recognized as a YUV420P which reduces the colorspace to 8bit and introduces color distortion. I need the original BT2020 colorspace that the file was encoded in to perform further incredibly fine adjustments. If someone could shed some light on this problem for Shawn and myself that would be great. Thank you -NetR00t
  • How to fix this in installing "server replied: Forbidden"

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    A
    I got this, type your qt_xxx_online.dmg volume in terminal, and type "your_installer --mirror https://mirrors.tuna.tsinghua.edu.cn/qt"
  • server replied :forbidden when installing using online installer

    Unsolved
    2
    0 Votes
    2 Posts
    249 Views
    JonBJ
    @krishna_tbnvk Suggest try a different mirror --- search this forum or web for Qt download mirrors.
  • how to implement chat application with tcp/ip using qt tool in c++

    Unsolved
    2
    0 Votes
    2 Posts
    349 Views
    JonBJ
    @priyankapetlu You have to write it yourself, nobody is going to write an application for you. Did you Google for e.g. qt chat to see what hits you get? E.g. there is a Qt example https://doc.qt.io/qt-6/qtnetwork-network-chat-example.html, or plenty others.
  • SQL WHERE Clause In QSqlQuery::setQuery( )

    Solved qsqlquery qsqlquerymodel tableview
    11
    0 Votes
    11 Posts
    2k Views
    Pl45m4P
    @Donald9307 Just to clear the confusion, do you have any model or in which way do you use your query? Because there is no QSqlQuery::setQuery() (as in the title). But good to hear that it worked for you :)
  • Error on initializing QByteArray

    Unsolved
    7
    0 Votes
    7 Posts
    713 Views
    SGaistS
    You're welcome ! Since you have the information you need, please mark the thread as solved using the "Topic Tools" button or the three dotted menu beside the answer you deem correct so that other forum members may know a solution has been found :-)
  • LNK2001 _DLLMAINCRTStartup problem

    Unsolved
    1
    0 Votes
    1 Posts
    322 Views
    No one has replied
  • How to access Sqlite3 aggregate recordset

    Solved qt6 select sum sqlite3
    7
    0 Votes
    7 Posts
    958 Views
    D
    @SGaist Hi. No I didn't. That fixed the problem I was having. Thanks so much for your help.
  • This topic is deleted!

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

    Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • win10-Raspi cross-compiling

    Unsolved
    1
    0 Votes
    1 Posts
    314 Views
    No one has replied
  • Qt 6.5 MediaPlayer and tcp stream

    Solved mediaplayer streaming
    6
    0 Votes
    6 Posts
    1k Views
    kbarniK
    @SGaist Thank you! That should be probably it! I will test it on 6.5.1 when it will be released and report back.
  • Qtmultimedia windows 10 and linux

    Unsolved
    4
    0 Votes
    4 Posts
    404 Views
    SGaistS
    Would you be able to check with ffmpeg directly to see if it is working on Windows ?
  • include xc framework in cmake

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    J
    @Louise , hi If you don't mind can you share your sample CMAKE , i have FacebookSDK pulled using cocoapod , there's also .framework but i don't know how to include it using CMAKE ? thanks
  • Qt6 dev on Ubuntu 20.04 command line

    Unsolved
    12
    1 Votes
    12 Posts
    11k Views
    SGaistS
    @Paul-Colby Good catch ! Copy-Paste without cleanup error and thanks for the additional tip :-)
  • My for loop in the program not ending.It is supposes to be ended on 1024 but it goes on

    Unsolved
    2
    0 Votes
    2 Posts
    247 Views
    jsulmJ
    @Melliora And how can anybody tell you why it does not work from this description?! How about posting the non-working code (the loop)? "I guarantee there are no mistakes in the for loop" - this contradicts with you saying the loop does not end...