跳到內容
  • 0 評價
    3 貼文
    494 瀏覽
    C
    To quote the wiki page, "You may use this code without any warranty. " The code is from 2011, when Qt 4 was the latest. Attempting to compile the Git code with Qt 5 or 6 will not work as-is. The error in DocumentWindow::winEvent() is simply because Qt5 changed the API and removed QPaintDevice::winEvent() (and by inheritance from QWidget and QMainWindow). Look at QWidget::nativeEvent() when you are porting. There are a few typos in the Wiki page source code and a now broken link to the source on Gitorious. Gitorious ceased to be in 2015 when taken over by Gitlab. The source still exists there. The simple typos are not present in the Git sources. When you have finished porting to Qt5 and Qt6 feel free to update the wiki page with code that uses include guards to handle version differences.
  • Support Feeds

    Solved Qt.io webservices rss feed atom
    3
    0 評價
    3 貼文
    1k 瀏覽
    tansgumusT
    @tekojo said in Support Feeds: Hi @tansgumus There is a small gray rss icon in every sub-forum in the breadcrumbs, at the top of the page. And the recent posts has the same (https://forum.qt.io/recent.rss) But that generates a lot of items. Oops, that's right. Thanks @tekojo