Re: [Interest] Small survey on necessary Qt Container size

2022-09-27 Thread qt . dantec
Le Mon, 5 Sep 2022 19:25:59 +0200, A. Pönitz écrivait: > How often do people /need/ /Qt/ containers with /more than > 1 billion elements/ ? Anybody amongst the fast growing community doing big data, a field no longer reserved to big corporations : - Small teams doing stock market re

[Interest] Qt Account email verification needed

2020-01-29 Thread The Qt Company
Hi, Thank you for creating a Qt Account. Please verify your email address 'interest@qt-project.org' within 72 hours to complete the registration process. Verify now: https://login.qt.io/confirm/5vyErtED4yYbKGdP401eazExpqivxYxC If you did not create this account, please ignore th

[Interest] How to determine the SystemTray screen ?

2017-12-04 Thread qt . dantec
Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Issue with toLatin1()

2017-09-14 Thread Qt Gardener
Hi Sudhir This looks weird to me. Does the program stop working because of this ? I suspect that you may compiling & linking against one 5.9.x. While executing it may be working Qt libraries of another version. Dheerendra Purohit *PthinkS – *“We are the Qt/QML Developers”

Re: [Interest] 5.8.0 on OpenBSD 6.0

2017-03-06 Thread ml+qt-interest
to > > '__vector(1) long long int' for argument '1' to '__vector(1) long long int > This /usr/include/mmintrin.h file you have is not supported by your compiler. > a) get a different version of that file; > b) get a compiler that is compatible with t

[Interest] Using QOpenGLFramebufferObject with QGraphicsView

2017-03-06 Thread ole-qt-2017
draw() methods? (Or, more plainly: Should I report a bug for this?) Best regards Ole signature.asc Description: PGP signature ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] 5.8.0 on OpenBSD 6.0

2017-02-26 Thread ml+qt-interest
[Is this the right list for questions about compilation problems with Qt itself?] I'm trying to compile Qt 5.8.0 on OpenBSD 6.0 but it fails early on with an error which I don't really understand because I'm not a C++ programmer :-( (I "need" Qt 5.8 for some other

Re: [Interest] android deploy issue

2017-01-31 Thread qt next
Find the issue : i have installed the x64 jdk and android sdk :( Le 1 févr. 2017 5:22 AM, "Vincent Hui" a écrit : > Hi, > > Did you build examples shipped with Qt installation? > > > On Wed, Feb 1, 2017 at 5:18 AM, qt next wrote: > >> Hi, >>

[Interest] android deploy issue

2017-01-31 Thread qt next
Hi, I have some android application that was compiling and deploying fine to apk before but now I have the following error : mingw32-make[1]: Leaving directory'xxxl' 22:13:29: Le processus "C:\qt\Qt5.8.0-android\Tools\mingw530_32\bin\mingw32-make.exe" s'est terminé n

[Interest] Qt 5.7.1 release date ?

2016-11-29 Thread qt next
Hi, is there a date for the release 5.7.1 ? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] slow slow slow debug with qt Creator & CDB MSVC 2015

2016-09-03 Thread qt next
Hi, I have a very big issue. I need to start my application in debug in Qt creator and be able to set breakpoint and it's very slow : a few minutes to start the application... and some time I never have patience to wait for a breakpoint. I have this issue on Qt 5.6 and msvc 2013 and qTcreato

Re: [Interest] QML suggestions...

2016-04-10 Thread QtRep qt
To improve my QML skills I did the same. You can get some idea here https://github.com/Gjergj/QMLChess Gjergj On Apr 10, 2016 11:27 AM, "Igor Mironchik" wrote: > Hello guys, > > Some time ago I received test task - to implement basic Chess game with > Qt/QML. For some re

Re: [Interest] qmake.exe -query gets stuck

2015-12-17 Thread qt
. Eventually we figured out that disabling his > virus scanner fixed the problem. I don't remember which virus scanner he > was using. That did indeed fix it. Thanks for the hint! ___ Interest mailing list Interest@qt-project.org http://lists

[Interest] qmake.exe -query gets stuck

2015-12-16 Thread qt
Hello there, [System Windows7 64bit] I just tried to install Qt(32bit) for a less knowledgable person and utterly failed. Installation went successfull. At the end the installer offered to start QtCreator for us. We said sure and it did. However we never saw Qt Creator. The task manager showed

[Interest] QML TextField copy/paste

2015-10-24 Thread QtRep qt
Hi, from a few test i noticed that there is no support for native copy/paste on a TextField on Android. I am using Qt 5.5 on Android 4.4.2 I tried to follow the workaround on QTBUG-34867 but did not succeed. Do you know if it has been fixed for Qt 5.5.1 or Qt 5.6 ? Regards

[Interest] Rhvche: y[Intereyshehht] Tegaxt renderiyng problev5,6π6m.h

2015-07-18 Thread QtRep qt
very badly kerned (char spacing). > > Does anyone know what is wrong > with the QGraphicsTextItem implementation? > > (For all I know the QLabel text would be badly kerned > at 6pt as well, but it is hard to see.) > > Qt 4.8.6, RHEL 5.10 > > Thanks. &

Re: [Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-30 Thread qt next
intel.com> wrote: > >> On Monday 29 June 2015 11:30:44 Robert Daniels wrote: >> > I've been testing with the new Qt 5.5 release candidate and have had >> > issues with our application ceasing to get notified of new datagrams. >> >> https://bugreports.q

Re: [Interest] QUdpSocket not always signalling when datagrams are available.

2015-06-30 Thread qt next
Hi, I ha 2015-06-30 11:11 GMT+02:00 Mark Gaiser : > On Mon, Jun 29, 2015 at 8:08 PM, Thiago Macieira < > thiago.macie...@intel.com> wrote: > >> On Monday 29 June 2015 11:30:44 Robert Daniels wrote: >> > I've been testing with the new Qt 5.5 release candidat

Re: [Interest] Piping data between QProcesses

2014-05-28 Thread qt . dantec
has exactly one stdout. Thiago, I believe the underlying question is : Is there a Qt way to send the same information to different process ? Quentin ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] hide entry in QComboBox

2014-05-02 Thread Qt Gardener
> QSortFilterProxyModel. What exactly the best way is, depends on your > exact requirements. > > > André > > > _______ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest &

Re: [Interest] QtThread

2014-01-21 Thread qt . dantec
be warned against bad practice, but final user will not be stolen CPU cycles. Quentin ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] put a QWidget on QTableView

2013-04-10 Thread qt
hi all, i want to put a QWidget on QTableView, the QWidget is moveable, resizable. like the excel, sometimes you could insert a chart on a excel. thanks percilboy___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman

Re: [Interest] How to append data to webkit POST?

2013-01-15 Thread qt . dantec
Le Tue, 15 Jan 2013 09:50:19 +, écrivait: >Could you tell me if I could append custom data to request? See : http://lists.qt.nokia.com/public/qt-interest/2010-February/019011.html Quentin ___ Interest mailing list Interest@qt-project.

[Interest] qt-everywhere need license?

2012-11-15 Thread Qt maillist
Today I use qt-everywhere to build a MIPS embedded version, but it told me can not use -embedded option as it's a license needed option. How to get a license to build qt-embedded ? Thanks all! ___ Interest mailing list Interest@qt-project.org

[Interest] Building Qt for Windows, jom/ibjom versus Qt*.vcxproj files (Was: [QTBUG-27554]...)

2012-10-18 Thread Niels Dekker (Qt interest)
Joerg Bornemann wrote: > You can work-around this issue by using nmake or jom to build Qt instead > of using the vcxproj files. I replied: > Thanks for the suggestion. We currently use the vcxproj files generated > by configure.exe because it allows us to easily build Qt through &g

Re: [Interest] [QTBUG-27554] New Qt 4.8.3 bug: invalid QtCore.vcxproj, MSVC10 error MSB3073

2012-10-17 Thread Niels Dekker (Qt-interest)
On 2012-10-17 11:25, Joerg Bornemann wrote: > On 17/10/2012 10:22, Niels Dekker (Qt-interest) wrote: > >> Last weekend I reported an issue that is introduced with Qt 4.8.3: >> [QTBUG-27554], "Invalid TargetExt in QtCore.vcxproj and other vcxproj >> files created by

[Interest] [QTBUG-27554] New Qt 4.8.3 bug: invalid QtCore.vcxproj, MSVC10 error MSB3073

2012-10-17 Thread Niels Dekker (Qt-interest)
Last weekend I reported an issue that is introduced with Qt 4.8.3: [QTBUG-27554], "Invalid TargetExt in QtCore.vcxproj and other vcxproj files created by configure.exe (Visual Studio 2010 error MSB3073)". Although the issue has already been assigned to the right person (Jörg Borne