Skip to content
Qt 6.11 is out! See what's new in the release blog
  • 144k Topics
    723k Posts
    hskoglundH
    Hi, to add to @SGaist instead of listening to the resizeEvent() you could split the code in your MainWindow creator code into 2 parts using a singleshot lambda, something like this: ... ui->setupUi(this); [other setup code] showMaximized(); ... QTimer::singleShot(20,this,[this] { // get the size of your (now maximized) main window here }); // end of MainWindow constructor (20 millseconds should be enough for the (usually two) resize events to happen.)
  • Jobs, project showcases, announcements - anything that isn't directly development
    4k 23k
    4k Topics
    23k Posts
    Axel SpoerlA
    Hello Qt, We are happy to announce the dates for the Qt Contributors Summit 2026! This year, we shall meet for the summit on October 28th and 29th in Oslo, Norway. We are back to two full days of discussions and workshops to set the direction for the Qt Project. Whether you are a seasoned maintainer, an experienced contributor, or a Qt enthusiast looking to learn, engage with the community, and become part of the project - this event has something for you! This year's Qt Contributors Summit will be hosted by our friends at reMarkable. And to make it even more interesting, we are turning this into* a "week of Qt in Oslo" and add two more reasons to visit Norway in October: On the 27th, we will open our Qt office and invite you to join us for a viewing of the virtual Qt World Summit 2026. More information will become available later as the planning of the event proceeds, but this will be a great opportunity to meet the people behind the technology. The welcome event for the Qt Contributors Summit will then take place in the evening of the 27th, and with Oslo being the birthplace of Qt, we might have a few surprise guests. And lastly, following the Qt Contributors Summit days, we will again open our Qt office for a Friday hackathon on October 30th. All contributors will be welcome to follow up on the discussions we had, and to start prototyping and building some of the ideas from the previous days. So please mark your calendars for October 27th to 30th in Oslo, Norway, and stay tuned for more information. Volker Hilsheimer Chief Maintainer of the Qt Project
  • Everything related to designing and design tools

    132 400
    132 Topics
    400 Posts
    godweiG
    [image: b6c267c8-8af6-4e1b-b44f-4e891e9c2656.png] 哥哥姐姐们,这个带搜索功能的帮助界面怎么恢复啊? How can I restore this help interface with search function?
  • Everything related to the Software Quality Tools

    94 257
    94 Topics
    257 Posts
    C
    I recommend to contact technical support regarding this. However, the Floating License Server (FLS) is being superseded by the Qt License Server (QLS). And the general plan is to phase out use of FLS over time. So going forward, it is best to check the respective API of QLS instead. https://doc.qt.io/qtlicenseserver/qls-overview.html https://doc.qt.io/qtlicenseserver/qls-restapi.html
  • Everything related to learning Qt.

    394 2k
    394 Topics
    2k Posts
    jsulmJ
    @Anuj-Srivastava Are you sure you posted in the right sub-forum?
  • 2k Topics
    13k Posts
    L
    Found a fork, https://gitcode.com/OpenHarmonyPCDeveloper/ohos_vcpkg/ and a blog about it, https://blog.csdn.net/qq8864/article/details/160148325 .
  • 4k Topics
    18k Posts
    C
    貌似是老毛病 : https://qt-project.atlassian.net/browse/QTCREATORBUG-30463 可以被最新的Qt Creator 19确认,比如: Item { onXChanged: function() { console.log("Hello") } onXChanged: ()=> { console.log("Hello") } } 两种函数定义方法,使用builtin的code style(Preferences->Qt Quick->Code Style),写完之后Ctrl + I,结果就是这样。问题可能不是参数而是箭头函数本身。
  • This is where all the posts related to the Qt web services go. Including severe sillyness.
    1k 10k
    1k Topics
    10k Posts
    FeRDNYCF
    Yup, they're good for me, now, as well. I'm in the US on Verizon home internet service, so I wouldn't expect any... well, anything regarding network restrictions to be in play.