Search found 19 matches

by opaque
Thu Apr 16 2020 5:08 pm
Forum: User Support
Topic: Could you include option to clear recent document?
Replies: 6
Views: 12437

Could you include option to clear recent document?

Perhaps an option under the File menu? Currently I found no way to clear recent documents. I found them on CopperSpice.conf under .config but even if I deleted it when I start Diamond the recent documents were still there. It's very inconvenient. p/s: I also don't understand why these information wa...
by opaque
Thu Apr 16 2020 5:03 pm
Forum: User Support
Topic: How to translate code use Q_OUTOFLINE_TEMPLATE?
Replies: 2
Views: 5936

How to translate code use Q_OUTOFLINE_TEMPLATE?

I'm stuck with this Q_OUTOFLINE_TEMPLATE.
by opaque
Wed Apr 15 2020 3:13 pm
Forum: User Support
Topic: How to translate this .pro file to build with Cs?
Replies: 15
Views: 19544

Re: How to translate this .pro file to build with Cs?

The error was solved by switching to CopperSpice 1.6.2. Should we clarify when we write [path_to_copperspice] it really means path to lib/cmake/CopperSpice but not path to the root directory of CopperSpice? It took me too much time to figure it out.
by opaque
Wed Apr 15 2020 12:24 pm
Forum: User Support
Topic: How to translate this .pro file to build with Cs?
Replies: 15
Views: 19544

Re: How to translate this .pro file to build with Cs?

Please let me know if I did anything wrong but I tried to compile Diamond it's also failed with the same error. I downloaded CopperSpice 1.5.3 and nowhere inside the directory extracted from the .tar.bz2 archive these .cmake files could be found.
by opaque
Wed Apr 15 2020 10:24 am
Forum: User Support
Topic: How to translate this .pro file to build with Cs?
Replies: 15
Views: 19544

Re: How to translate this .pro file to build with Cs?

Hi, I still can't translate this qmake project file to cmake. Here are my CMakeLists.txt: cmake_minimum_required(VERSION 3.8 FATAL_ERROR) project(Qt5Pas) include(CheckCXXCompilerFlag) include(CheckCXXSourceCompiles) include(CheckIncludeFile) include(CheckIncludeFiles) include(CheckTypeSize) find_pac...
by opaque
Wed Apr 15 2020 5:57 am
Forum: Enhancements
Topic: Could you ship your own version of Qt Designer?
Replies: 4
Views: 10900

Could you ship your own version of Qt Designer?

I think it's reasonable to also use Qt Creator to develop with CopperSpice. But my friends all use other IDEs from VS to Eclipse CDT. I think Qt Creator is not a hard requirement, isn't it? We could configure other IDEs to use CopperSpice but the only missing piece seemed to be the GUI Designer. Sad...
by opaque
Sat Mar 28 2020 6:57 pm
Forum: User Support
Topic: How to translate this .pro file to build with Cs?
Replies: 15
Views: 19544

Re: How to translate this .pro file to build with Cs?

I grabbed an opensource project written in Qt5 and learn to migrate it to Cs. However the document only talk about CMake, but this one is a Qt .pro project file. How I could translate it to build with Cs? Convert it to a CMakeLists.txt or modify it to support Cs? Please help me. I'm still figuring ...
by opaque
Sat Mar 28 2020 4:20 pm
Forum: User Support
Topic: How to translate this .pro file to build with Cs?
Replies: 15
Views: 19544

How to translate this .pro file to build with Cs?

I grabbed an opensource project written in Qt5 and learn to migrate it to Cs. However the document only talk about CMake, but this one is a Qt .pro project file. How I could translate it to build with Cs? Convert it to a CMakeLists.txt or modify it to support Cs? Please help me. I'm still figuring o...
by opaque
Sat Mar 28 2020 12:00 pm
Forum: Installation
Topic: How to install CopperSpice binary on Debian 10?
Replies: 1
Views: 5909

How to install CopperSpice binary on Debian 10?

I downloaded and extract the tar.bz2 archive on my home directory but don't know what to do next.