Skip to content

Qt 6

This is where all Qt 6 related questions belong

879 Topics 4.3k Posts
  • Working with IANA Chatacter Sets in Qt6

    Unsolved
    2
    0 Votes
    2 Posts
    272 Views
    Christian EhrlicherC
    You should create a bug report about this. In the meanwhile you can use the qt5compat module - it will not go away until Qt7.
  • Qt IOS Build Size

    Unsolved
    2
    0 Votes
    2 Posts
    296 Views
    jsulmJ
    @NullByte Did you make sure you built in release mode?
  • Qt 6.5 Cmake iOS Objective-C Example

    Solved
    3
    0 Votes
    3 Posts
    486 Views
    ?
    @SGaist I made it bro thanks to you
  • This topic is deleted!

    Unsolved
    2
    0 Votes
    2 Posts
    25 Views
  • How to deploy QML Application with QtCharts module by using windeployqt

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    FeRDNYCF
    @Vlogo11 What do you mean you "have the same problem"? What problem do you have? Have you even built your application yet? (Because, the fact that you're using a .pro file should be irrelevant, windeployqt is run on the .exe file that results from building your application. Whether you're using CMake or qmake, you need to generate a build system and compile your application before you can do anything with windeployqt.) Once you have an application executable, just run windeployqt myapplication.exe on the compiled program. If you don't have any QML then you don't even need to worry about --qmldir at all.
  • Error with toULong() in Windows Qt 6.5.1

    Unsolved
    4
    0 Votes
    4 Posts
    472 Views
    Christian EhrlicherC
    That's why Qt introduced the qt fixed integer types by themself. the toULong() stuff is an relict from old Qt times and imho should have been replaced a long time ago with functions returning fixed integer types (or the qt fixed integer types).
  • My post request body is missing

    Unsolved
    2
    0 Votes
    2 Posts
    294 Views
    SGaistS
    Hi and welcome to devnet, What exactly are you talking about ? How are you sending that request ? How are you building it ? Which version of Qt are you using ? On which platform ?
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • error when download the latest version of QT

    Unsolved
    1
    0 Votes
    1 Posts
    216 Views
    No one has replied
  • Ninja error building Qt 6.5 from source

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    Z
    @JoeCFD Thanks for your message ... yes ... I had installed Ninja v1.11.1 prior to the configuration. Got it working by using a locally mounted drive (see below).
  • Muti Selection in PyQt6?

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    JonBJ
    @bebewinla As I suggested, the enumerated type namespaces have changed, you need to use the correct ones in PyQt6. Also I don't think it's usual to access a enumerated value via self, e.g. like self.ExtendedSelection, I don't know whether Python allows this.
  • 0 Votes
    7 Posts
    2k Views
    JoeCFDJ
    @jiapei100 check here out about configure settings: http://bin.ceicer.com/qt/Linux/ Just curious: why do you want to build 6.5.1 on Ubuntu 22.04? You can simply install it.
  • cpp_clang.cpp:(.text+0x4d1): undefined reference to `llvm::vfs::getRealFileSystem()'

    Unsolved
    2
    0 Votes
    2 Posts
    345 Views
    SGaistS
    Hi, llvm is used for QDoc to parse and analyse client code. It's not related to the compilation of Qt itself where you can use gcc or clang based on your preference and its availability.
  • error: QSqlDatabase: No such file or directory

    Unsolved
    2
    0 Votes
    2 Posts
    657 Views
    N
    Hello, All! I add Sql to this line: target_link_libraries(PrabhupadaDictionary PRIVATE Qt${QT_VERSION_MAJOR}::Widgets Qt${QT_VERSION_MAJOR}::Sql) And this problem disappeared. Others appeared. Thanks! I will continue to correct the program "Srila Prabhupada's Dictionary", which was originally written in CopperSpice. Thank You very much! With best regards, NavadvipaChandra das.
  • 0 Votes
    1 Posts
    280 Views
    No one has replied
  • When will Qt 6.5.2 be released?

    Unsolved
    4
    0 Votes
    4 Posts
    463 Views
    M
    @SGaist thanks a lot
  • What I'm doing wrong with "BASE" in qt6_add_resources

    Solved
    3
    0 Votes
    3 Posts
    509 Views
    K
    @Christian-Ehrlicher said in What I'm doing wrong with "BASE" in qt6_add_resources: Nothing on your disk, it affects the location in the resource file. Oh crap. All right, that's an important hint that I now understand. Thank you very much!
  • QtQuick TreeView

    Solved qt6 qtquick treeview porting
    5
    0 Votes
    5 Posts
    1k Views
    S
    @0-5 Could you please share your backport (on github or similar?) Did it work well?
  • WaitCusor not working in qt6

    Solved
    4
    0 Votes
    4 Posts
    804 Views
    SGaistS
    There's the porting guide to help you get started.
  • This topic is deleted!

    Unsolved
    4
    0 Votes
    4 Posts
    20 Views