Skip to content

Qt 6

This is where all Qt 6 related questions belong

842 Topics 4.1k Posts
  • Where is QtWebEngine int Qt6.0.2 ?

    Moved Unsolved
    2
    0 Votes
    2 Posts
    224 Views
    Christian EhrlicherC

    Please read https://forum.qt.io/topic/121651/read-before-posting-in-this-category

    moved to Qt6

  • increment variable of server class for each thread

    Unsolved
    2
    0 Votes
    2 Posts
    223 Views
    jsulmJ

    @fari35 said in increment variable of server class for each thread:

    How can I do that?

    Emit a signal in each thread as soon as a new client connects. Connect a slot to that signal and increment the count variable there.

  • How to use the Conan 3D package?

    Unsolved
    2
    0 Votes
    2 Posts
    337 Views
    kkoehneK

    Check out https://wiki.qt.io/Qt6_Add-on_src_package_build_using_Conan_package_manager . The easiest setup currently is to install qt3d into the Qt SDK by running

    <QtSdk>/Tools/Conan/conan install qtnetworkauth/6.0.2@qt/final --build=missing --profile=<QtSdk>/Tools/Conan/profiles/<right_profile>
  • Thank you very much

    Solved
    1
    0 Votes
    1 Posts
    190 Views
    No one has replied
  • 0 Votes
    2 Posts
    200 Views
    SGaistS

    Hi and welcome to devnet,

    Do you have cmake installed and if so which version ?

    That said, /opt is usually not user writable so you should do an out of source build from somewhere you can like your home folder (doing it as root is a bad idea).

  • Unable to add external library to Qt6

    Unsolved
    6
    0 Votes
    6 Posts
    711 Views
    SGaistS

    You have a chapter in the Eigen documentation on how to use the library with a cmake project.

  • Build Qt from source for Android on Ubuntu

    Unsolved
    1
    0 Votes
    1 Posts
    312 Views
    No one has replied
  • Scrolling in QGraphicsView

    Solved
    5
    0 Votes
    5 Posts
    605 Views
    Ketan__Patel__0011K

    set Transformation Anchor for Your QGraphicsView
    QGraphicsview::setTransformationAnchor(QGraphicsView::AnchorUnderMouse);

    I am using same solution and it is working correctly.

  • What is the replacement for QStateMachine in Qt6?

    Unsolved
    4
    0 Votes
    4 Posts
    692 Views
    M

    it seems 6.1 includes State Machines https://wiki.qt.io/New_Features_in_Qt_6.1

  • QT += serialport unknown module error

    Moved Solved
    2
    0 Votes
    2 Posts
    1k Views
    jsulmJ

    @Gunkut See https://forum.qt.io/topic/122548/serial-port-for-qt-6
    Qt6 does not yet contain serialport module.

  • 0 Votes
    7 Posts
    41k Views
    EndrII 0E

    You need to deploy your application.
    I use the cqtdeployer tool for solve this issue.

    Examples of using available here, here and here

    You can download this deploy tool from github releases or snap store if you use Linux systems.

  • Qt6 Bluetooth and Serial Port support

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    H

    Great, thank you for the clarification - I must have overlooked this document:
    https://www.qt.io/blog/add-on-support-in-qt-6.0-and-beyond

    Cheers! P.

  • Qt3D 6.0.2 on Windows using MinGW 8.1.0

    Unsolved
    4
    0 Votes
    4 Posts
    517 Views
    SGaistS

    No that looks fine. Using static dependencies does not automatically trigger a static library creation.

    It's seems to be a bug indeed.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • Qt6 for iOS and WebAsm support?

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

    Unsolved
    1
    0 Votes
    1 Posts
    13 Views
    No one has replied
  • Is it possible to convert pyqt6 to exe with pyinstaller?

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    deleted264D

    Si se puede ,pero también hay otras librerías para compilar a exe tu aplicación

  • parse strings with tags

    Unsolved
    5
    0 Votes
    5 Posts
    498 Views
    SGaistS

    Why did you delete the question ?

    As for the edition, since you control the tags, then QRegularExpression and QString should fit well.

  • Qt 6 is Frustrating

    Solved
    10
    0 Votes
    10 Posts
    2k Views
    SGaistS

    Great !

    Since you have this part working, please mark the thread as solved so that other forum users may know a solution has been found :-)

  • Qt UI Widget Stylesheet Documentation

    Solved
    2
    0 Votes
    2 Posts
    208 Views
    Christian EhrlicherC

    See Qt Style Sheets.