Re: [Interest] Maximum URL length

2018-03-15 Thread Viktor Engelmann
t, which is 2GB, or 1 billion > characters. > > The host field has the strictest validation and must comply with STD3, so > each > dot-separated label must be at most 64-characters in length. All other fields > only need to be syntactically correct. > -- Viktor Engelmann Software E

Re: [Interest] File Dialog in WebEngine

2017-10-30 Thread Viktor Engelmann
wnloadRequested,     [](QWebEngineDownloadItem* item){     item->accept();     }); On 24.10.2017 12:12, Sudhir Sharma wrote: > Using JS library "FileSaver.js". > > Function Calls: > > Invoke File Save dialog with function call "saveAs()" -- Viktor Engelmann Softw

Re: [Interest] PostgreSQL cross compile for Pi

2017-10-13 Thread Viktor Engelmann
I have seen commits that basically had the description "Fix QTBUG-X". Lastly I would like to point out that improving the bug report would probably have taken less time than what you have invested on this complaint. -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaus

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Viktor Engelmann
stics ;-) ) > ... > The problem only seem to occur on Windows. It's working fine on my own > Kubuntu 16.04 laptop (HD 4400 GPU). yes, our bug reports also only affect windows (mostly 32 bit windows 7) -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13

Re: [Interest] Problem with float texture rendering in QOpenGLWidget on Ivy Bridge/Haswell Intel GPUs on Windows

2017-06-21 Thread Viktor Engelmann
with these GPUs are quite common. It's also affecting recent > versions of ParaView, which has (just like me) recently ported to the > new QVTKOpenGLWidget. > > Elvis > _______ > Interest mailing list > Interest@qt-project.org > http://lis

Re: [Interest] Crash with Qt application that use OpenGL

2017-04-21 Thread Viktor Engelmann
lt;http://lists.qt-project.org/mailman/listinfo/interest> > > > > > -- > Xavier > > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Viktor En

Re: [Interest] QtQuick import question

2017-04-13 Thread Viktor Engelmann
articular QML version > of a certain module was added doesn't help. > > Elvis > > > > > > > > > > > ___ > > Interest mailing list > > Interest@qt-project.org <mailto:Interest@qt-project.org>

Re: [Interest] String best practice

2017-03-15 Thread Viktor Engelmann
On 15.03.2017 11:15, Konstantin Tokarev wrote: > > 15.03.2017, 12:59, "Viktor Engelmann" : >> If the program is small and you don't want it to ever grow beyond ASCII, >> using byte arrays is okay, but in my experience, if you want to be >> future-proof, yo

Re: [Interest] String best practice

2017-03-15 Thread Viktor Engelmann
arison for string comparison, which works for ASCII, but not for unicode - even if both have the same encoding, because there are letters that have multiple different unicode codepoints). -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin viktor.eng

Re: [Interest] How do you want to select exactly C++11 with GCC 6+?

2017-03-09 Thread Viktor Engelmann
> 2) if the answer is "yes", how would you prefer to do so? > option I: CONFIG += c++11 > option II: CONFIG -= c++14 (obviously disables later > editions too) > > I want to first get just gut feeling, so I won't post pros and cons o

Re: [Interest] 5.8.0 Segfault on setPersistentCookiesPolicy

2017-02-23 Thread Viktor Engelmann
Probably it's related to this? https://bugreports.qt.io/browse/QTBUG-58650 Am 23.02.2017 um 13:27 schrieb Viktor Engelmann: > C++ port of the code works in 5.8.1 > > > Am 01.02.2017 um 10:52 schrieb Alexandru Croitor: >> Hi. >> >> I would suggest running the

Re: [Interest] 5.8.0 Segfault on setPersistentCookiesPolicy

2017-02-23 Thread Viktor Engelmann
__ >> Interest mailing list >> Interest@qt-project.org >> http://lists.qt-project.org/mailman/listinfo/interest > _______ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Vikt

Re: [Interest] Optimizing performance with hundreds of widgets

2017-02-21 Thread Viktor Engelmann
sts.qt-project.org/mailman/listinfo/interest you might want to do setUpdatesEnabled(false); // do your updates setUpdatesEnabled(true); -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin viktor.engelm...@qt.io +49 151 26784521 http://qt.io

Re: [Interest] Qt Android - Google Drive API

2017-02-16 Thread Viktor Engelmann
ed to > configurable formats)" > > Kind regards, > Robert > > > On Thu, Feb 16, 2017 at 5:59 PM, Viktor Engelmann > wrote: >> http://gdfuse.forge.ocamlcore.org/ might help >> >> >> Am 16.02.2017 um 16:50 schrieb Robert Iakobashvili: >>>

Re: [Interest] Qt Android - Google Drive API

2017-02-16 Thread Viktor Engelmann
in advance. > > Kind regards, > Robert > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin viktor.engelm..

Re: [Interest] QML WebEngineView and CPU usage

2017-02-13 Thread Viktor Engelmann
this is Chromium behind the WebEngine not yielding CPU > cycles? Is there any suggestions available how to improve the > situation? > > Thanks, > Jani > -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin viktor.engelm...@qt.io +49 151 267

Re: [Interest] Qt in browser with emscripten

2017-02-10 Thread Viktor Engelmann
hrome sandbox). Are there > further attempts or does the projects lie idle? > > Thanks, > Kai > > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Viktor E

Re: [Interest] Debugging helpers in Ubuntu

2017-01-23 Thread Viktor Engelmann
> Hi Viktor, > > It happens in my code > > Etienne > > 2017-01-23 11:29 GMT+01:00 Viktor Engelmann <mailto:viktor.engelm...@qt.io>>: > > If it has to do with certain variables, then that only makes sense > if the "locals and expressions" pan

Re: [Interest] Debugging helpers in Ubuntu

2017-01-23 Thread Viktor Engelmann
you have any idea how to fix this? This is super annoying... I > don't even know if this comes from Qt or GDB. > > Thanks! > > Etienne > > > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-projec

Re: [Interest] QTest + QSignalSpy doesn't seem to work with deferred signals

2017-01-19 Thread Viktor Engelmann
)); >>} > [cut] > > > Konrad > > > _______ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Viktor Engelmann Software Engineer The Qt Company GmbH Rud

Re: [Interest] QtDesigner needs redesign.

2017-01-04 Thread Viktor Engelmann
t -> clicked). This drove me crazy when I used Qt for the first time. -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin viktor.engelm...@qt.io +49 151 26784521 http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius, Mika Harjuaho Sitz der Gesells

Re: [Interest] initialising a dictionary-type container instance with a static table?

2017-01-02 Thread Viktor Engelmann
est mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin viktor.engelm...@qt.io +49 151 26784521 http://qt.io Geschäftsführer: Mika Pälsi, Juha Varelius,

Re: [Interest] virus warnings

2016-12-09 Thread Viktor Engelmann
was the worst malware protection on the market BY FAR. It lost every test by huge margins (like 95-98% accuracy by competitors vs 60-80% by windows defender) so maybe they should change their malware protection in the first place? -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaus

Re: [Interest] What don't you like about Qt?

2016-10-18 Thread Viktor Engelmann
ers, subsequent memory corruption, UI freezing, etc. Tests can only prove the existence of bugs, not the absence (Linus Torvalds doesn't even use debuggers, for the same reason) At the end of the day, you need competent developers for complex tasks - no programming language, no framework, no SDLC w

Re: [Interest] What don't you like about Qt?

2016-10-05 Thread Viktor Engelmann
To come back to the original topic: I dislike about Qt Creator that you cannot easily create and then use custom widgets. You have to read lots of documentation on how to make a Qt Creator _Plugin_ (and I remember the useless error messages I got when the plugin-interface changed between Qt 3 and

Re: [Interest] Agile programming (Was: What don't you like about Qt?)

2016-10-05 Thread Viktor Engelmann
dering the characteristics of > the project and its intended result is absolutely not a guarantee of success. > > (No intention to hijack the thread.) > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.

Re: [Interest] Problem compiling boost::python code in Qt

2016-10-05 Thread Viktor Engelmann
the problem. Qt uses that word to indicate slots, so > it's #define'd to something. > > Try this in your CMakeLists.txt: > > add_definitions(-DQT_NO_KEYWORDS) > -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489 Berlin viktor.engelm..

Re: [Interest] ThreadedFortune example extending to send message forever

2016-09-05 Thread Viktor Engelmann
; > out.setVersion(QDataStream::Qt_4_0); > out << temp_text; > //! [3] //! [4] > > tcpSocket.write(block); > tcpSocket.disconnectFromHost(); > tcpSocket.waitForDisconnected(); > > } > } > } > > > Any clu

Re: [Interest] script invoked with QProcess cannot open files with spaces in path

2016-08-31 Thread Viktor Engelmann
Am 31.08.2016 um 10:28 schrieb Viktor Engelmann: > > > > Am 31.08.2016 um 02:02 schrieb Kyle Altendorf: >> On August 30, 2016 7:44:14 PM EDT, Kyle Altendorf wrote: >>> On August 30, 2016 4:28:25 PM EDT, Larry Martell >>> wrote: >>>> I am invo

Re: [Interest] script invoked with QProcess cannot open files with spaces in path

2016-08-31 Thread Viktor Engelmann
calling C++ application? > Depending on how each opens it there could be a conflict of sorts there. Interesting idea - if the C++ code creates the file and starts python without closing the file, that might explain the behavior... although the python script SHOULD throw an exception or somet

Re: [Interest] Key_Return and Key_Enter QtWebEngine input field

2016-08-25 Thread Viktor Engelmann
I'm using Qt5.7 and Arch Linux (x86_64) > > Thx in advance, > Hannes > ___ > Interest mailing list > Interest@qt-project.org > http://lists.qt-project.org/mailman/listinfo/interest -- Viktor Engelmann Software Engineer The Qt Company GmbH Rudower Chaussee 13 D-12489

Re: [Interest] Myanmar-QWERTY crashes OS X application

2016-08-23 Thread Viktor Engelmann
itself, but it doesn't appear to be with python >>>>> as a Tkinter app worked okay. >>>>> >>>>> Any answers would be great, but if anyone could suggest where to find a >>>>> solution that would also be helpful. This is a pretty obscur

Re: [Interest] QHttp post with headers

2016-08-22 Thread Viktor Engelmann
nst hdr&); >> > ^ >> > ../../src/http.cpp:136:61: error: for a function-style cast, remove the >> > redundant '::QHttpRequestHeader' [-fpermissive] >> > >> > Yes, I know I have

Re: [Interest] [Qt5.x] QComboBox-related crash

2016-08-22 Thread Viktor Engelmann
> Theories I haven't been able to prove/disprove: > > 1) there's a singleshot that is fired to display the popup selection > and it's deleting or doing something it shouldn't > 2) it's a thread problem because this is in a plugin > 3) something isn't liking the dial

Re: [Interest] QListView: drag&drop custom item

2016-08-17 Thread Viktor Engelmann
ks, >> frank >> >> >> >> -- >> ohufxLogo 50x50 <http://www.ohufx.com> *vfx compositing >> <http://ohufx.com/index.php/vfx-compositing> | *workflow >> customisation and consulting >> <http://ohufx.com/index.php/vfx-customising>* *

Re: [Interest] Unicode code points in Vusual Studio. Output differs from MinGW

2016-08-16 Thread Viktor Engelmann
Coöordinaat"); but this is brittle, because then Notepad > becomes your enemy. If you're tired one day and make a quick edit in > Notepad on your mainwindow.cpp, Notepad "helps" your by inserting the > BOM and *BOOM* tr("Coördinaat") does not longer compile correctly,

Re: [Interest] Sending mail with line breaks using QDesktopServices::openUrl

2016-08-16 Thread Viktor Engelmann
> there as well (with line break). > Screen shot: http://www.tungware.com/kmail.png > > But what Linux flavor is the culprit/wreaking havoc on the line > breaks, so far Ubuntu and Mint seems out of the picture. > > Rgrds Henry > > > __

Re: [Interest] Sending mail with line breaks using QDesktopServices::openUrl

2016-08-16 Thread Viktor Engelmann
e1" and "line2" show nice line breaks. So far, I >> tested on Ubuntu 14.04, 16.04 and now OSX, all ok with "line1" and >> "line2" on separate lines. >> But in all cases the email client is Thunderbird, perhaps that matters... > The important

Re: [Interest] Only buzzing sound while playing wav file through QAudioOutput

2016-08-15 Thread Viktor Engelmann
u->setVolume(1.0); > > > > audioOutpu->start(&sourceFile); > > qDebug()<<"bb"; > > > > returna.exec(); > > } > > > > >

Re: [Interest] best qt class to use to detect line/polygon/region collision

2016-08-11 Thread Viktor Engelmann
re more on the left (or >>> right, or up, or down) depending on what criteria is chosen to build >>> the QMap (x1, x2, y1 ou y2). A double QMap (or more) seems more >>> expensive than checking a cross on the remaining set, but I will >>> give it a try. I can spend

Re: [Interest] best qt class to use to detect line/polygon/region collision

2016-08-09 Thread Viktor Engelmann
;> How many line-segments are you talking about, hundreds, thousands, >> millions? >> What is the likeliness of intersection? >> Are the line static or are they moving? How often the spatial >> configuration changes? >> How often you need to query the arrangement? >> Do you need to detect *every* intersection at *any

Re: [Interest] Display XML in tree view

2016-08-03 Thread Viktor Engelmann
ld up a string that puts things back the > way they > were, but I was surprised that doesn't exist already. Or maybe I need to dig > a little > more? I just stumbled across http://doc.qt.io/qt-5/qdomnode.html#save which > might do exactly what I need. Off to try to it now...