Skip to content

Announcements

Everything more or less news-worthy will show up in this forum at some point.
662 Topics 2.4k Posts
  • Tufão: The asynchronous Node.js-like API for Qt5 and C++11

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Camelot 13.04.13

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Qt 5.0.2 released

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qt DevDays 2013 announced

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • 0 Votes
    6 Posts
    8k Views
    J
    Thanks for the info. Good to know c++ is supported. Productivity depends a lot on experience too. I don't know Qml or JS. I have a lot of experience in c++ and is more productive in c++. In general, I find Qt / c++ as productive as Java or .Net (I have a bit of exp in both)
  • Telephone study for menu design in Qt

    3
    0 Votes
    3 Posts
    2k Views
    R
    Hey! Thanks for pointing that out. You can just mail me using rkirsten [at] mmci [dot] uni-saarland [dot] de
  • Webinar: Learn about C/C++ Code Coverage with Squish Coco

    2
    0 Votes
    2 Posts
    2k Views
    sierdzioS
    Hey, that's nice of you, Squish team :)
  • TUIO Multitouch Plugin for Qt

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Gitorious.org down ?!?!

    12
    0 Votes
    12 Posts
    7k Views
    M
    [quote author="sierdzio" date="1361870513"]Works on my side.[/quote] Yes, it works now. It had a few hours of interruption. They blogged about it. http://blog.gitorious.org/2013/02/26/gitorious-went-down-this-morning/
  • Qt 5.0.2? XP-Sp3? QWebKit? When release?

    3
    0 Votes
    3 Posts
    2k Views
    S
    [quote author="leon.anavi" date="1361463700"]It's better to ask at the bug tracker. [/quote] hmmm.... I realized, that many reported bugs become a low prio after reporting and it looks like, that it doesn't care anybody if it got fixed or not. For example: I wanted to use QImageWriter to write a comment in a JPEG file and noticed, that it doesn't work (easy to implement). In the bugtracker, I found this feature, which was already fixed by someone long time ago. After asking in the IRC, why this feature wasn't in any version, they commited it and now, it is maybe in Qt5. Maybe that's the same thing with D.Lowls request...
  • Qt 5.0.0 released

    28
    0 Votes
    28 Posts
    16k Views
    S
    I am waiting for porting/using Qt5 until it is available in different repositorys of Linux distributions. It does not make sense for me, if I publish deb- or rpg-packages if they cannot install it.
  • Unofficial MinGW-based build of Qt 5.0.0 is now available

    30
    0 Votes
    30 Posts
    25k Views
    M
    Hello, I am facing problems when compiling my project with your pre-built package (Qt-5.0.1-x64.7z). Actually I have the exact same problem with my own compilation of qt5.0.1/mingw64. I am using this mingw: x64-4.7.2-release-posix-sjlj-rev8.7z. My application compiles fine with the official mingw32 release or msvc2010/32bits release, and even with my own qt5.0.1/msvc2012/64bits build. But I can't seem to be able to compile with qt5/mingw64... I have plenty of errors like that: [code] g++ -c -march=nocona -mtune=core2 -pipe -fno-keep-inline-dllexport -O2 -frtti -Wall -Wextra -fexceptions -mthreads -DUNICODE -DQT_V5 -D_TTY_WIN_ -DQWT_DLL -DQT_DLL -D__TERRAIN_QPIXMAP -D__WIN_QTVLM -D_CRT_SECURE_NO_WARNINGS -DNOMINMAX -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_MULTIMEDIA_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_CONCURRENT_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_OPENGL_ES_2 -DQT_OPENGL_ES_2_ANGLE -DQT_NEEDS_QMAIN -I. -I"objs" -I"Dialogs" -I"libs\bzip2" -I"libs\zlib-1.2.7" -I"libs\qextserialport" -I"libs\qjson" -I"libs\nmealib\src\nmea" -I"libs\libbsb" -I"libs\miniunz" -I"libs\libgps" -I"." -I"......\Qt\Qt64-5.0.1\include" -I"......\Qt\Qt64-5.0.1\include\QtXmlPatterns" -I"......\Qt\Qt64-5.0.1\include\QtMultimedia" -I"......\Qt\Qt64-5.0.1\include\QtWidgets" -I"......\Qt\Qt64-5.0.1\include\QtXml" -I"......\Qt\Qt64-5.0.1\include\QtConcurrent" -I"......\Qt\Qt64-5.0.1\include\QtNetwork" -I"......\Qt\Qt64-5.0.1\include\QtGui" -I"......\Qt\Qt64-5.0.1\include\QtCore" -I"objs" -I"objs" -I"c:\Qt\Qt64-5.0.1\mkspecs\win32-g++" -o objs\DialogGraphicsParams.o Dialogs\DialogGraphicsParams.cpp In file included from c:\mingw\bin../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/stddef.h:7:0, from c:\mingw\bin../lib/gcc/x86_64-w64-mingw32/4.7.2/include/stddef.h:1, from ......\Qt\Qt64-5.0.1\include/QtCore/qglobal.h:46, (some similar lines removed) from Dialogs\DialogGraphicsParams.cpp:25: c:\mingw\bin../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/crtdefs.h:26:9: error: 'size_t' does not name a type In file included from c:\mingw\bin../lib/gcc/x86_64-w64-mingw32/4.7.2/include/stddef.h:1:0, from ......\Qt\Qt64-5.0.1\include/QtCore/qglobal.h:46, from ......\Qt\Qt64-5.0.1\include/QtGui/qwindowdefs.h:45, from ......\Qt\Qt64-5.0.1\include/QtWidgets/qwidget.h:45, from ......\Qt\Qt64-5.0.1\include/QtWidgets/qdialog.h:45, from ......\Qt\Qt64-5.0.1\include/QtWidgets/qmessagebox.h:45, from ......\Qt\Qt64-5.0.1\include/QtWidgets/QMessageBox:1, from Dialogs\DialogGraphicsParams.cpp:25: c:\mingw\bin../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/stddef.h:20:3: error: 'errno_t' does not name a type c:\mingw\bin../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/stddef.h:21:3: error: 'errno_t' does not name a type c:\mingw\bin../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/stddef.h:26:18: error: 'uintptr_t' does not name a type c:\mingw\bin../lib/gcc/x86_64-w64-mingw32/4.7.2/../../../../x86_64-w64-mingw32/include/stddef.h:151:1: error: '__MINGW_EXTENSION' does not name a type and so on... [/code] I have tried many things.. no way. Any idea what I am doing wrong with the setup? Thanks
  • Minor security vulnerability found for Unix-like systems

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • QtHelp Is Now Supported By Helpinator

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • SnowGlobe 2013 - a free weather app for your desktop!

    7
    0 Votes
    7 Posts
    3k Views
    W
    The same to me. Hope so.
  • Open Source Qt Chart Library

    6
    0 Votes
    6 Posts
    16k Views
    G
    For the latest (and probably final, with the exception of possible bug fixes) version of this project, please see; "GobChartsWidget":http://goblincoding.com/qt-chart-widget/chartoverview/
  • Qt GUI Test Automation: Squish for Qt 5 Available

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Qt 5.0 RC2 has been released!

    4
    0 Votes
    4 Posts
    2k Views
    M
    Qt 5 RC2 is now out. It fixes some "known issues.":http://qt-project.org/wiki/Qt500RC2KnownIssues
  • Qt Developer Days Berlin 2012 -- videos available

    3
    0 Votes
    3 Posts
    2k Views
    Z
    Fame at last ;)
  • Qt 4.8.4 Released

    2
    0 Votes
    2 Posts
    2k Views
    _
    this is good news :)