Search found 17 matches

by baraujo
Fri Aug 28 2020 10:00 am
Forum: Enhancements
Topic: QFileLock
Replies: 2
Views: 6893

QFileLock

I have been using CopperSpice and it is great. Most of the examples are compatible with Qt and it works really well.

I am porting an app from Qt5 to Copperspice and was wondering if CopperSpice has someting similar to QFileLock?
I believe this was introduced in Qt5.
by baraujo
Wed Feb 19 2020 8:18 am
Forum: Issues
Topic: The application failed to start because the platform plugin was not found or did not load.
Replies: 7
Views: 12309

Re: The application failed to start because the platform plugin was not found or did not load.

It doesn't bother me. Works very well. I am impressed how easy it is coming from Qt and the cmake build seems very polished.
After doing cmake install everything ran fine.
by baraujo
Tue Feb 18 2020 7:08 pm
Forum: Issues
Topic: The application failed to start because the platform plugin was not found or did not load.
Replies: 7
Views: 12309

Re: The application failed to start because the platform plugin was not found or did not load.

Thanks for the help. It now works fine. Are these messages in the console normal? QWindowsIA2Accessible::QI() - IID: IID_IAccessible , iface: QAccessibleInterface(0x23ad18d58a0 name= role= childc=3 obj=QMenu(11d68c2ff)rect=QRect(657,249 93x59)) QWindowsIA2Accessible::QI() - IID: IID_IAccessible , if...
by baraujo
Tue Feb 18 2020 3:32 pm
Forum: Issues
Topic: The application failed to start because the platform plugin was not found or did not load.
Replies: 7
Views: 12309

Re: The application failed to start because the platform plugin was not found or did not load.

Thanks for the answer. It is probably that.
I am trying to port a Qt app to CopperSpice.
I added the lib dirs to the path but didn't add those lines to my Cmake file.
by baraujo
Sat Feb 15 2020 2:40 pm
Forum: Issues
Topic: The application failed to start because the platform plugin was not found or did not load.
Replies: 7
Views: 12309

The application failed to start because the platform plugin was not found or did not load.

Installed: https://download.copperspice.com/copperspice/binary/cs-1.6/setup-CopperSpice-MSVC-release-1.6.1-x64.exe The application failed to start because the platform plugin was not found or did not load. Requested Plugin Key: "windows" Reinstalling the application may resolve this proble...
by baraujo
Sat Feb 15 2020 1:59 pm
Forum: User Support
Topic: Signal/slot mechanism
Replies: 3
Views: 7781

Re: Signal/slot mechanism

Thanks for your response.

Is CopperSpice stable at this time?
I will certainly use it for my open source projects but was wondering if stable enough to be used in company environment.

I think it is ideal time to switch from Qt to CopperSpice as Qt is restricting licensing.
by baraujo
Fri Feb 14 2020 2:49 pm
Forum: User Support
Topic: Signal/slot mechanism
Replies: 3
Views: 7781

Signal/slot mechanism

First of all congratulations on this project. Seems to address many issues in Qt and to reunite the C++ developers. I have question about signal/slot mechanism. Looking at your kitchensink code seems you still use macro based signal/slot mechanism: connect(grabFrameBufferAct, SIGNAL(triggered()), th...