[Interest] Changing QSpinEdit color

2012-06-05 Thread Alexander Carôt
Hi all, I have a question in context with QSpinEdit: On a Mac this call successfully changes the color of the spinEdit: spin-setAutoFillBackground(true); spin-setPalette( *greenFgPalette ); On Win, however, this call seems to be ignored - the spinEdit remains white. Can anyone tell me how to

[Interest] OSX 10.6.* + Qt4.8.1 Problem

2012-06-07 Thread Alexander Carôt
Hello all, I have a build problem after upgrading to Qt4.8.1 on OSX10.6.8 (I used the default web installation): ld: warning: in /Users/soulalex/QtSDK2/Desktop/Qt/4.8.1/gcc/lib/QtScript.framework/QtScript, file was built for unsupported file format which is not the architecture being linked

Re: [Interest] qtbrowserplugin

2012-08-31 Thread Alexander Carôt
... sorry, two corrections to my previous post: 1.) It is version 2.3 of the qtbrowserplugin 2.) on Win I am using the mingw-compiler, on OSX I am using gcc Thanks Alx Original-Nachricht Datum: Fri, 31 Aug 2012 11:59:00 +0200 Von: Alexander Carôt alexander_ca...@gmx.net

Re: [Interest] qtbrowserplugin

2012-08-31 Thread Alexander Carôt
Datum: Fri, 31 Aug 2012 12:16:43 +0200 Von: Alexander Carôt alexander_ca...@gmx.net An: interest@qt-project.org Betreff: Re: [Interest] qtbrowserplugin ... sorry, two corrections to my previous post: 1.) It is version 2.3 of the qtbrowserplugin 2.) on Win I am using the mingw

Re: [Interest] qtbrowserplugin

2012-08-31 Thread Alexander Carôt
Yepp -- I just figure that. I need to configure it for Carbon and then I expect it to work. Will get back once this is done. Best Alex Original-Nachricht Datum: Fri, 31 Aug 2012 17:31:05 +0400 Von: Konstantin Tokarev annu...@yandex.ru An: Alexander Carôt alexander_ca

Re: [Interest] qtbrowserplugin

2012-08-31 Thread Alexander Carôt
-Nachricht Datum: Fri, 31 Aug 2012 17:31:05 +0400 Von: Konstantin Tokarev annu...@yandex.ru An: Alexander Carôt alexander_ca...@gmx.net CC: interest@qt-project.org interest@qt-project.org Betreff: Re: [Interest] qtbrowserplugin 31.08.2012, 17:02, Alexander Carôt alexander_ca...@gmx.net

Re: [Interest] qtbrowserplugin

2012-09-03 Thread Alexander Carôt
Original-Nachricht Datum: Sat, 01 Sep 2012 13:52:38 +0200 Von: Alexander Carôt alexander_ca...@gmx.net An: Thiago Macieira thiago.macie...@intel.com, interest@qt-project.org Betreff: Re: [Interest] qtbrowserplugin On sexta-feira, 31 de agosto de 2012 16.34.41, Alexander

Re: [Interest] qtbrowserplugin

2012-09-03 Thread Alexander Carôt
-Nachricht Datum: Mon, 03 Sep 2012 09:21:37 +0200 Von: Alexander Carôt alexander_ca...@gmx.net An: Alexander Carôt alexander_ca...@gmx.net, interest@qt-project.org, thiago.macie...@intel.com Betreff: Re: [Interest] qtbrowserplugin Original-Nachricht Datum: Sat

Re: [Interest] qtbrowserplugin

2012-09-04 Thread Alexander Carôt
OSX-Firefox: I put it into the /Library/Internet plugins folder and it finally appears in my firefox plugin list. When I launch the html page the browser recognized the plugin and that it is built in Carbon 32-Bit mode. So far it looks allright, however, then the browser crashes. Is the

Re: [Interest] qtbrowserplugin

2012-09-05 Thread Alexander Carôt
Hej Oliver, thanks for the detailed answer ! However, in the meantime I solved the framework problem on OSX already myself with install_name_tool: In fact I have two Qt versions on my machine (the trivial plugin is built with 4.7 and the example app I posted is built with 4.8) but the actual

Re: [Interest] qtbrowserplugin

2012-09-06 Thread Alexander Carôt
Hello all, an update regarding the qtbrowserplugin-examples: There are very obvious problems with most current Qt versions and I will write a summary about this very soon. If possible I also would like to update the project and wonder if this is possible at all and who at Nokia has the

Re: [Interest] moc with qtbrowserplugin

2012-09-25 Thread Alexander Carôt
However, I want to use a trivial.h for the class defintion and a trivial.cpp for the functions. Remove trivial.h from HEADERS (e.g. move it to SOURCES) This lead to the same behavior unfortunately ... Best Alex -- http://www.carot.de http://www.triologue.de Email : alexan...@carot.de

Re: [Interest] moc with qtbrowserplugin

2012-09-25 Thread Alexander Carôt
at little bit more about moc files ;-) Cheers and best Alex Original-Nachricht Datum: Tue, 25 Sep 2012 11:47:19 +0200 Von: Alexander Carôt alexander_ca...@gmx.net An: Konstantin Tokarev annu...@yandex.ru, interest@qt-project.org Betreff: Re: [Interest] moc

[Interest] qtbrowserplugin termination

2012-09-29 Thread Alexander Carôt
Hi -- the development of my own browserplugin with qt works better and better. For now I could compile my own app as a plugin on Windows XP and the Firefox browser. However, now the debugging process with a number of questions starts: The plugin itself is working fine but upon program

[Interest] Carbon/Cocoa - browserplugin

2012-11-04 Thread Alexander Carôt
Hello all, I am working on updating the qtbrowserplugin in order to make it running with current Qt versions. Regarding the MAC version that requires a Cocoa version besides the current Carbon solution. In order to get started: When trying to compile the current version I get these errors:

Re: [Interest] Carbon/Cocoa - browserplugin

2012-11-08 Thread Alexander Carôt
I am working on updating the qtbrowserplugin in order to make it running with current Qt versions. Regarding the MAC version that requires a Cocoa version besides the current Carbon solution. In order to get started: When trying to compile the current version I get these errors:

[Interest] Qt Browserplugin

2013-09-10 Thread Alexander Carôt
Hello everybody, in order to develop browser plugins based on Qt applications I played a lot with qt browserplugin, for which the development got stuck in approx. 2009. With the current Qt releases it must be considered either unstable or simpley doesn't compile anymore. Now I am wondering if

Re: [Interest] OSX 10.11.4 network socket issue

2016-05-25 Thread Alexander Carôt
com> schrieb: > Am 24.05.2016 um 22:48 schrieb Alexander Carôt <alexander_ca...@gmx.net>: > > Hi all, > > ... > > SENDER AUDIO CALLBACK > SENDER THREAD > RECEIVER SLOT > BUFFER THREAD What is this? S

Re: [Interest] OSX 10.11.4 network socket issue

2016-05-25 Thread Alexander Carôt
.   Thanks in advance, best   Alex   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Mittwoch, 25. Mai 2016 um 17:17 Uhr Von: "Alexander Carôt" <alexander_ca...@gmx.net> An: "Till Oliver Knoll" <till.oliver.kn...@gmail.com>

[Interest] qtWebsocket SSL question

2016-04-08 Thread Alexander Carôt
Hello all, I just started investigating websockets with Qt and now have a question regarding this example: http://doc.qt.io/qt-5/qtwebsockets-sslechoserver-example.html I compiled it but encountered the issue of missing files: RCC: Error in 'securesocketclient.qrc': Cannot find file

[Interest] qtWebsocket SSL question

2016-04-13 Thread Alexander Carôt
ted how to address this issue. Thanks in advance, best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Freitag, 08. April 2016 um 23:27 Uhr > Von: "Alexander Carôt" <alexander_ca...@gmx.net> > An: "Jason H"

Re: [Interest] Convert IPv6 to IPv4 ?

2016-04-25 Thread Alexander Carôt
terest@qt-project.org > Betreff: Re: [Interest] Convert IPv6 to IPv4 ? > > On quinta-feira, 21 de abril de 2016 14:05:52 PDT Alexander Carôt wrote: > > Hello, > > > > I noticed that retrieving a sender's IP address of a QWebSocket via > > ->peerAddress() returns

[Interest] Convert IPv6 to IPv4 ?

2016-04-21 Thread Alexander Carôt
Hello, I noticed that retrieving a sender's IP address of a QWebSocket via ->peerAddress() returns an IPv6 socket address. For certain reasons I need an IPv4 address so I wonder how it is possible to either let ->peerAddress() return an IPv4 address or convert the IPv6 address to an IPv4

Re: [Interest] qtWebsocket SSL question

2016-04-15 Thread Alexander Carôt
719797     Gesendet: Donnerstag, 14. April 2016 um 02:58 Uhr Von: "Yang Fan" <missd...@gmail.com> An: "Alexander Carôt" <alexander_ca...@gmx.net> Cc: "qt qt" <interest@qt-project.org> Betreff: Re: [Interest] qtWebsocket SSL question Maybe a little

[Interest] OSX 10.11.4 network socket issue

2016-05-24 Thread Alexander Carôt
Hi all, I have a strange issue with the latest OSX 10.11.4: My app deals with low-delay audio interaction has been actively used for many years (http://www.soundjack.eu): It grabs every soundcard buffer and sends it via UDP to a destination, where it is bufferend for a desired amount of time

Re: [Interest] OSX 10.11.4 network socket issue

2016-05-25 Thread Alexander Carôt
t;interest@qt-project.org> > Betreff: Re: [Interest] OSX 10.11.4 network socket issue > > > > > Am 24.05.2016 um 22:48 schrieb Alexander Carôt <alexander_ca...@gmx.net>: > > > > Hi all, > > > > ... > > > > SENDER AUDIO CALLBACK

[Interest] console on OSX

2016-09-19 Thread Alexander Carôt
Hi all, in my pro file I added CONFIG += console in order to have console output. This works fine on Windows but on OSX the console does not show up. Is there anything I need to add ? Thanks in advance, best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797

[Interest] show() doesn't

2018-07-02 Thread Alexander Carôt
Hi all, I have class A, which contains a main window and instantiates class B, which contains a public widget that is called without a parent and shall be displayed as a separate window. It does so when I call myWidet.show() with in the constructor of class B. However, it does not when I call

Re: [Interest] QCamera resolution problem

2018-07-20 Thread Alexander Carôt
5719797 > Gesendet: Donnerstag, 19. Juli 2018 um 23:27 Uhr > Von: "Alexander Carôt" > An: "qt qt" > Betreff: [Interest] QCamera resolution problem > > Hello all, > > I have a problem with setting the resolution of external USB-webcam on OSX. >

[Interest] QCamera resolution problem

2018-07-19 Thread Alexander Carôt
Hello all, I have a problem with setting the resolution of external USB-webcam on OSX. I initialize my cam like this: void soundjack::startVideo(int index){ QCameraViewfinderSettings cameraSettings; QSize resolution(640,480); cameraSettings.setResolution(resolution); camera = new

Re: [Interest] video init duration

2018-10-02 Thread Alexander Carôt
Hello Tomasz and all, sorry for the late response - needed to figure several things first. >>Have tried to wait until camera is in active status? Yes, this is the case. Not that I consciously did that but the cam de facto is in active state. >>And why you set timer interval to 40 ms?

Re: [Interest] video init duration

2018-10-04 Thread Alexander Carôt
asap. If you doubt this is the case please let know. Thanks and best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Dienstag, 02. Oktober 2018 um 09:11 Uhr > Von: "Alexander Carôt" > An: "qt qt" , olszak.tom...@gmail

[Interest] (no subject)

2018-09-14 Thread Alexander Carôt
Hi all, I have a video related app, which works fine but it takes 35 seconds after initialization for the cam to work in single-capture modus. The code looks like this: Camera::Camera() : ui(new Ui::Camera){ ui->setupUi(this); QCameraViewfinderSettings cameraSettings;

[Interest] video init duration

2018-09-14 Thread Alexander Carôt
... sorry, I forgot the subject line in my last post (fixed now): Hi all, I have a video related app, which works fine but it takes 35 seconds after initialization for the cam to work in single-capture modus. The code looks like this: Camera::Camera() : ui(new Ui::Camera){

[Interest] Qt on Variscite Var-Som-Mx7

2019-06-11 Thread Alexander Carôt
Hello all, we recently tried to compile Qt on and for a Variscite Var-Som-Mx7 board, however, we ran into several issues. Has anyone here done this already and could report if it worked for him/her ? So far I assumed it should work. Is there any reason it shouldn't ? Please let me know,

Re: [Interest] OSX codesign question

2020-04-08 Thread Alexander Carôt
to do next ?   Thanks a lot in advance again, best   Alex       -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Mittwoch, 08. April 2020 um 14:16 Uhr Von: "Andy" An: "Alexander Carôt" Cc: "Nuno Santos" , "

[Interest] Windows installer for Qt programs

2020-04-21 Thread Alexander Carôt
Hello all, I consider shipping my Qt built software with a conventional installer on Windows. Can anyone give me a recommendation of a solid freeware for this purpose ? Thanks in advance, best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797

Re: [Interest] Fw: Re: Re: Re: OSX codesign question

2020-04-09 Thread Alexander Carôt
t;Bob Hood" An: "Alexander Carôt" , "qt qt" Betreff: Re: [Interest] Fw: Aw: Re: Re: Re: OSX codesign question On 4/8/2020 9:29 AM, "Alexander Carôt" wrote: P.S.: I might have overlooked this info:   Software Distribution Reminder If you're generating y

Re: [Interest] OSX codesign question

2020-04-09 Thread Alexander Carôt
ffatt" An: interest@qt-project.org Betreff: Re: [Interest] OSX codesign question On 9/4/20 1:15 am, "Alexander Carôt" wrote: So - I received the new certificate, installed it on my keychain tool and this is what happened again:   soulalex@alexandarotsMBP SJC % codesign --deep --forc

[Interest] OSX codesign question

2020-04-06 Thread Alexander Carôt
Hello all, I want to sign my OSX code in order to have it running on a client's machine without the need to right-click and open it. I signed at https://developer.apple.com/ and received my valid certificate called "developer.cer". Then I exectued macdeployqt myApp.app -dmg

Re: [Interest] OSX codesign question

2020-04-06 Thread Alexander Carôt
Thanks for the quick response ! Do you know which commands actually matter or is it the completey script ?   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Montag, 06. April 2020 um 11:36 Uhr Von: "Vadim Peretokin" An: "Alexander Car

Re: [Interest] Windows installer for Qt programs

2020-04-22 Thread Alexander Carôt
Hello to anyone who replied to my question,   thanks a lot for the answers - I will now try to figure what works best for me - probably MSI - we'll see.   Best   Alex   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Dienstag, 21. April 2020 um

[Interest] QWebSocket limit connection

2020-05-11 Thread Alexander Carôt
Hello all, I am using a QWebSocket in order to communicate between a browser and an application which works fine. In my specific use case I want to prevent more than one browser to connect to the application. Is there a way to decline further connections after one has been established ?

Re: [Interest] QWebSocket limit connection

2020-05-14 Thread Alexander Carôt
årten > > PS: Apologies for double mail to Alexander, pressed Reply instead of Reply > all... > > ____ > From: Interest on behalf of "Alexander > Carôt" > Sent: Monday, May 11, 2020 10:13 > To: qt qt > Subject: [Inte

Re: [Interest] QWebSocketServer via https

2020-07-17 Thread Alexander Carôt
>setSslConfiguration(sslConfiguration); If it does not work do I probably have to change something regarding the certificates in this case when it is deployed on a public server ? -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Freitag, 17. Juli 2020 um 09:48 U

[Interest] QWebSocketServer via https

2020-07-17 Thread Alexander Carôt
Hello all, I have been running a QWebSocketServer for a couple of years already and decided to switch from non-secure to secure mode now. My implementation is based on the Qt example Echoserver.cpp and what I did is this: 1.) Replaced the call m_pWebSocketServer(new

Re: [Interest] wss:// on localhost

2020-07-21 Thread Alexander Carôt
Hej Thiago, > Whether they work or not is irrelevant, since you shouldn't be shipping the > same certificate to all users. You'd have to make it extremely long-lived > (expiry 20 years from now). Generating a short-lived one (3 months) limits > the > damage if it somehow gets misused. just

[Interest] wss:// on localhost

2020-07-19 Thread Alexander Carôt
Hello all, after having fixed my QWebsocketServer issue I ran into another problem: Beside my properly working SSL websocket I have another websocket which serves as the technical interface between my website and a Qt application required for the service. This websocket used to work insecure

Re: [Interest] wss:// on localhost

2020-07-29 Thread Alexander Carôt
ake this process more convenient that would be great. Best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Mittwoch, 29. Juli 2020 um 16:46 Uhr > Von: "Jason H" > An: "Alexander Carôt" > Cc: "Alexander Carôt"

Re: [Interest] wss:// on localhost

2020-08-01 Thread Alexander Carôt
of you for you inspiration ! Of course now I have to deal with the tiny details which I will raise in another email in a bit :-) Best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Mittwoch, 29. Juli 2020 um 22:37 Uhr > Von: "Alex

[Interest] Win:TLS error/OSX:backward compatibility

2020-08-01 Thread Alexander Carôt
Hello all, my software's websocket server is now running in secure mode including certificate integration. This works great apart from two details. 1.) On some Windows machines I get the following error: qt.network.ssl: QSslSocket::startServerEncryption: TLS initialization failed I believe

Re: [Interest] wss:// on localhost

2020-08-03 Thread Alexander Carôt
calhost > > On Sunday, 2 August 2020 16:09:32 PDT Hamish Moffatt wrote: > > On 3/8/20 9:05 am, Alexander Carôt wrote: > > >> I repeat: whatever you do, don't ship a private key. > > > > > > Allright - will consider alternative ideas. > > > >

Re: [Interest] Win:TLS error/OSX:backward compatibility

2020-08-03 Thread Alexander Carôt
cifying QMAKE_MACOSX_DEPLOYMENT_TARGET=10.13 - if anyone has further hits please let me know. Best Alex > > Gesendet: Sonntag, 02. August 2020 um 19:31 Uhr > > Von: "Thiago Macieira" > > An: interest@qt-project.org > > Betreff: Re: [Interest] Win:TLS error/OSX:b

Re: [Interest] wss:// on localhost

2020-08-04 Thread Alexander Carôt
>> A conventional html page (classical web browser) launches a websocket via >> wss://localhost:1234 and connects to a Qt >application which hosts a QtWebsocket Server which binds to localhost:1234. >This way I achieve communication between browser >>and app. Would love to stay with ws:// but

Re: [Interest] wss:// on localhost

2020-08-02 Thread Alexander Carôt
alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Sonntag, 02. August 2020 um 21:06 Uhr > Von: "Giuseppe D'Angelo via Interest" > An: interest@qt-project.org > Betreff: Re: [Interest] wss:// on localhost > > Il 02/08/20 20:43, Alexander Carôt ha scritto: > &

Re: [Interest] Win:TLS error/OSX:backward compatibility

2020-08-02 Thread Alexander Carôt
02. August 2020 um 19:31 Uhr > Von: "Thiago Macieira" > An: interest@qt-project.org > Betreff: Re: [Interest] Win:TLS error/OSX:backward compatibility > > On Saturday, 1 August 2020 00:13:21 PDT Alexander Carôt wrote: > > Hello all, > > > > my software's webs

Re: [Interest] wss:// on localhost

2020-08-02 Thread Alexander Carôt
er se is secure. So here we basically have to make sure that the browser is not complaining". -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Sonntag, 02. August 2020 um 20:12 Uhr > Von: "Alexander Carôt" > An: "T

Re: [Interest] wss:// on localhost

2020-08-02 Thread Alexander Carôt
An: interest@qt-project.org > Betreff: Re: [Interest] wss:// on localhost > > On Friday, 31 July 2020 23:53:08 PDT Alexander Carôt wrote: > > Eventually we figured the ideal solution: > > > > We ordered a certificate for a sub-domain of our main domain and made the > >

Re: [Interest] wss:// on localhost

2020-08-02 Thread Alexander Carôt
nterest@qt-project.org > Betreff: Re: [Interest] wss:// on localhost > > On Sunday, 2 August 2020 11:43:42 PDT Alexander Carôt wrote: > > P.S.: Also I don't see a way to get access to the key - it is compiled into > > the binary and on top of it it's triple-secured/encypted. >

Re: [Interest] Win:TLS error/OSX:backward compatibility

2020-08-02 Thread Alexander Carôt
st of the time: > > __chkstd_darwin Correction: it is __chdstk_darwin -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Sonntag, 02. August 2020 um 20:08 Uhr > Von: "Alexander Carôt" > An: "Thiago Macieira" > Cc: in

Re: [Interest] wss:// on localhost

2020-08-05 Thread Alexander Carôt
> Alexander: can you try that? And please make your websocket server bind to > local host, so it cannot be accessed from the Internet or LAN. So far I had mixed results at least on OSX: Safari refused working, Firefox and Chrome did work fine. Will do further tests soon - will go on vacation

Re: [Interest] wss:// on localhost

2020-08-05 Thread Alexander Carôt
different browsers treat this usecase differently. -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Mittwoch, 05. August 2020 um 16:23 Uhr > Von: "Alexander Carôt" > An: "Thiago Macieira" > Cc: interest@qt-project.o

Re: [Interest] wss:// on localhost

2020-08-04 Thread Alexander Carôt
cannot run an unsecure websocket from a secure site. This sounds like a trivial problem but in practice this leads to my conclusion below. Best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Dienstag, 04. August 2020 um 10:00 Uhr > Von: "

[Interest] Crash due to missing symbol

2020-06-05 Thread Alexander Carôt
Hi all, when running my Qt app (compiled on Catalona with SDK10.15) on older OSX < 10.14 down to 10.10 I get the following crash when initializing the audio interface: Termination Reason: DYLD, [0x4] Symbol missing Dyld Error Message: Symbol not found: chkstk_darwin Referenced from:

Re: [Interest] Crash due to missing symbol

2020-06-06 Thread Alexander Carôt
. In case you have further ideas please let me know. Best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Freitag, 05. Juni 2020 um 22:03 Uhr > Von: "Ben Haller" > An: "Alexander Carôt" > Cc: "qt qt" >

Re: [Interest] Crash due to missing symbol

2020-06-06 Thread Alexander Carôt
Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Samstag, 06. Juni 2020 um 12:41 Uhr > Von: "Elvis Stansvik" > An: "Alexander Carôt" , "interest@qt-project.org > Interest" > Betreff: Re: [Interest] Crash due

Re: [Interest] QWebSocketServer via https

2020-07-17 Thread Alexander Carôt
> Gesendet: Freitag, 17. Juli 2020 um 09:59 Uhr > Von: "Alexander Carôt" > An: "qt qt" > Betreff: Re: [Interest] QWebSocketServer via https > > P.S.: I also added to the constructor the following: > > QSslConfiguration sslConfiguration; > QFile certFi

Re: [Interest] wss:// on localhost

2020-07-28 Thread Alexander Carôt
Now I need to figure how to automize this process on any client's machine. Further inspiration appreciated - thanks for your help ! Best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Dienstag, 28. Juli 2020 um 08:05 Uhr > Von: &quo

Re: [Interest] wss:// on localhost

2020-07-28 Thread Alexander Carôt
(0)177 5719797 > Gesendet: Dienstag, 28. Juli 2020 um 08:21 Uhr > Von: "alexander golks" > An: interest@qt-project.org > Betreff: Re: [Interest] wss:// on localhost > > Am Tue, 28 Jul 2020 08:05:46 +0200 > schrieb Alexander Carôt : > > >

Re: [Interest] wss:// on localhost

2020-07-28 Thread Alexander Carôt
t; Von: "Mårten Nordheim" > An: "Alexander Carôt" , "Thiago Macieira" > > Cc: "Paul Pfützenreuter" , > "interest@qt-project.org" > Betreff: Re: [Interest] wss:// on localhost > > Hello Alexander, > > I don't know (

Re: [Interest] wss:// on localhost

2020-07-20 Thread Alexander Carôt
9797 > Gesendet: Sonntag, 19. Juli 2020 um 20:41 Uhr > Von: "Thiago Macieira" > An: interest@qt-project.org > Betreff: Re: [Interest] wss:// on localhost > > On Sunday, 19 July 2020 09:50:03 PDT Alexander Carôt wrote: > > a) there is way to get rid of certif

Re: [Interest] wss:// on localhost

2020-07-21 Thread Alexander Carôt
gt; Betreff: Re: [Interest] wss:// on localhost > > On Monday, 20 July 2020 01:57:31 PDT Alexander Carôt wrote: > > The problem is that my application currently has a daily pageview of > 1000 > > and a user base of more than 10.000 - most of the user are non-tech-sage so &g

Re: [Interest] wss:// on localhost

2020-07-21 Thread Alexander Carôt
i 2020 um 10:07 Uhr > Von: "Alexander Carôt" > An: "Thiago Macieira" > Cc: interest@qt-project.org > Betreff: Re: [Interest] wss:// on localhost > > > I don't see how that affects anything. Are you saying you can't update the > > application? If you

Re: [Interest] wss:// on localhost

2020-07-21 Thread Alexander Carôt
.org > Betreff: Re: [Interest] wss:// on localhost > > On Tuesday, 21 July 2020 01:07:45 PDT Alexander Carôt wrote: > > How do I generate the required CRT and KEY - File for localhost which shall > > work on every other client's localhost. > > You'll have to learn the OpenSSL API or

[Interest] missing modules in Qt6.1

2021-08-24 Thread Alexander Carôt
Hej all, after quite some time I decided to upgrade from Qt5.15 to Qt6.1 (open source). For now I still use qmake which, however, told me this: Project ERROR: Unknown module(s) in QT: websockets multimedia multimediawidgets and indeed I saw that the frameworks are not there. Is there a way to

Re: [Interest] missing modules in Qt6.1

2021-08-25 Thread Alexander Carôt
, 25. August 2021 um 15:44 Uhr Von: "Vladimir Minenko" An: "Alexander Carôt" Cc: "Juha Vuolle" , "qt qt" Betreff: Re: [Interest] missing modules in Qt6.1 ./ui_camera.h:18:10: fatal error: 'qcameraviewfinder.h' file not found #include "qcamerav

Re: [Interest] missing modules in Qt6.1

2021-08-25 Thread Alexander Carôt
77 5719797 > Gesendet: Mittwoch, 25. August 2021 um 06:04 Uhr > Von: "Juha Vuolle" > An: "Alexander Carôt" > Cc: "qt qt" > Betreff: Re: [Interest] missing modules in Qt6.1 > > Hi Alexander, > > Those modules (along with some others) will

[Interest] QMediaCaptureSession in Qt6

2021-09-18 Thread Alexander Carôt
Hi all, using video with Qt5 I had the problem that capturing still images from a video stream always results in saving them to a file and not only to RAM. More detailed it is described here:

[Interest] OSX security – allow dialogue

2021-10-09 Thread Alexander Carôt
Hej all, not sure if this is a bug on my end, a bug in Qt or even a bug in OSX: When I deploy a new release of my software (which uses audio and video capture) after installation on a user's machine it asks for permissions to access the mic and the camera. When not enabled sound capture does

Re: [Interest] OSX security – allow dialogue

2021-10-09 Thread Alexander Carôt
. All the best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Samstag, 09. Oktober 2021 um 22:38 Uhr > Von: "Volker Hilsheimer" > An: "Alexander Carôt" > Cc: "qt qt" > Betreff: Re: [Inter

Re: [Interest] OSX security – allow dialogue

2021-10-09 Thread Alexander Carôt
Best   Alex   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Samstag, 09. Oktober 2021 um 23:16 Uhr Von: "Nuno Santos" An: "Alexander Carôt" Cc: "qt qt" , "Volker Hilsheimer" Betreff: Re: [Interest] OSX

Re: [Interest] OSX security – allow dialogue

2021-10-09 Thread Alexander Carôt
this ? -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Samstag, 09. Oktober 2021 um 11:47 Uhr > Von: "Alexander Carôt" > An: "qt qt" > Betreff: [Interest] OSX security – allow dialogue > > Hej all, > > not sure if this i

Re: [Interest] OSX security – allow dialogue

2021-10-10 Thread Alexander Carôt
Gesendet: Sonntag, 10. Oktober 2021 um 14:19 Uhr Von: "Nuno Santos" An: "Alexander Carôt" Cc: volker.hilshei...@qt.io, interest@qt-project.org Betreff: Re: [Interest] OSX security – allow dialogue Alex,   You need to code sign with entitlements to get rid of this problems on

Re: [Interest] OSX security – allow dialogue

2021-10-10 Thread Alexander Carôt
best   Alex   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Sonntag, 10. Oktober 2021 um 16:36 Uhr Von: "Nuno Santos" An: "Alexander Carôt" Cc: "qt qt" Betreff: Re: [Interest] OSX security – allow dialogue Alex,  

Re: [Interest] Symbol not found: _NSAppearanceNameDarkAqua

2021-09-28 Thread Alexander Carôt
um 16:41 Uhr > Von: "Alexander Carôt" > An: "qt qt" , "Bernd Keul" > Betreff: [Interest] Symbol not found: _NSAppearanceNameDarkAqua > > Hi all, > > I just started deploying my Qt6.2 app (built on OSX 10.15.2) and noticed that > it f

[Interest] Symbol not found: _NSAppearanceNameDarkAqua

2021-09-28 Thread Alexander Carôt
Hi all, I just started deploying my Qt6.2 app (built on OSX 10.15.2) and noticed that it fails launching on 10.13 with the following missing symbol: Symbol not found: _NSAppearanceNameDarkAqua Previous deployments using Qt5.x have worked so far. Can anyone advise what to do in order to get

Re: [Interest] QMediaCaptureSession in Qt6

2021-09-21 Thread Alexander Carôt
tag, 18. September 2021 um 11:13 Uhr > Von: "Alexander Carôt" > An: "qt qt" > Betreff: [Interest] QMediaCaptureSession in Qt6 > > Hi all, > > using video with Qt5 I had the problem that capturing still images from a > video stream always results in sav

Re: [Interest] bulding Qt from git

2021-10-24 Thread Alexander Carôt
istian Adam" > An: "Alexander Carôt" , "Thiago Macieira" > > Cc: interest@qt-project.org > Betreff: Re: [Interest] bulding Qt from git > > On 23/10/2021 22:34, Alexander Carôt wrote: > > >> Known issue. It's not all good. Please sea

Re: [Interest] bulding Qt from git

2021-10-24 Thread Alexander Carôt
t ;-) Here it is: https://pastebin.com/qf8jQGtZ Thanks, best Alex -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Sonntag, 24. Oktober 2021 um 14:04 Uhr > Von: "Cristian Adam" > An: "Alexander Carôt" > Cc: "Thiago Maciei

Re: [Interest] bulding Qt from git

2021-10-24 Thread Alexander Carôt
e Tel.: +49 (0)177 5719797     Gesendet: Sonntag, 24. Oktober 2021 um 15:26 Uhr Von: "Cristian Adam" An: "Alexander Carôt" Cc: "Thiago Macieira" , interest@qt-project.org Betreff: Re: Aw: Re: Re: [Interest] bulding Qt from git On 24/10/2021 15:21, Alexander Ca

Re: [Interest] bulding Qt from git

2021-10-24 Thread Alexander Carôt
more familiar with cmake.   I will send an update regarding the compilation asap.   Best   Alex   -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Sonntag, 24. Oktober 2021 um 15:26 Uhr Von: "Cristian Adam" An: "Alexander Carô

[Interest] Qt6–QtMultimedia – MinGW Support

2021-11-15 Thread Alexander Carôt
Hello all, when I compile my app on Windows unsing the MinGW Compiler I get this error when after launching the correctly-build app: "QtMultimedia is currently not supported on this platform" Using Qt6 with MinGW without QtMultmedia works fine. Does anyone know when I will be able using

[Interest] bulding Qt from git

2021-10-22 Thread Alexander Carôt
Hi all, my first time of building Qt (dev branch) on OSX10.15 faild and I wonder if you can help me with it. So far it was pretty straight-forward: git clone git://code.qt.io/qt/qt5.git git submodule update --init --recursive mkdir qt6-build ./configure -prefix ./qt6-build but the config

Re: [Interest]  Re: bulding Qt from git

2021-10-22 Thread Alexander Carôt
Android Em sexta, 22 out., 2021 às 21:52, Alexander Carôt escreveu: Hi all, my first time of building Qt (dev branch) on OSX10.15 faild and I wonder if you can help me

Re: [Interest] bulding Qt from git

2021-10-25 Thread Alexander Carôt
t.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797     Gesendet: Sonntag, 24. Oktober 2021 um 16:11 Uhr Von: "Alexander Carôt" An: "Cristian Adam" Cc: "Thiago Macieira" , interest@qt-project.org Betreff: Re: [Interest] bulding Qt from git >>I will

Re: [Interest] bulding Qt from git

2021-10-23 Thread Alexander Carôt
> Betreff: Re: [Interest] bulding Qt from git > > On Friday, 22 October 2021 13:50:46 PDT Alexander Carôt wrote: > > So - it basically says "all good" but then prints an error at the end and > > when actually doing a > > Yes. > > Known issue. It's not a

[Interest] QML issues after deployment

2022-04-26 Thread Alexander Carôt
Hi all, just lately I started integrating QML features into my Qt6 app (related to web browsing). This works fine so far, however, after deployment via macdeployqt I receive this error upon bootup: module "QtQml.WorkerScript" is not installed Can anyone help in this context ? Should I

Re: [Interest] macdeployqt on Monterey 12.3.1

2022-04-25 Thread Alexander Carôt
t;Tor Arne Vestbø" An: "Alexander Carôt" Cc: "qt qt" Betreff: Re: [Interest] macdeployqt on Monterey 12.3.1 https://codereview.qt-project.org/c/qt/qtbase/+/407340   Cheers, Tor Arne   On 25 Apr 2022, at 21:49, Alexander Carôt <alexander_ca...@gmx.net>

Re: [Interest] QML issues after deployment

2022-04-26 Thread Alexander Carôt
ntext ? Should I possibly use a static Qt build ? Nevermind – I could find a non-QML based solution which works fine. -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Dienstag, 26. April 2022 um 08:50 Uhr > Von: "Alexander Carôt" > A

[Interest] macdeployqt on Monterey 12.3.1

2022-04-25 Thread Alexander Carôt
Hi all, is it possible that macdeployqt has issues on macOS Monterey ? After the upgrade to macOS 12.3.1 macdeployqt (using Qt6.2.4) tells me: ERROR: "dyld[17429]: Library not loaded: /opt/local/lib/libffi.7.dylib\n Referenced from: /opt/local/libexec/llvm-10/lib/libLLVM.dylib\n Reason:

  1   2   >