Search found 14 matches

by crispina
Wed Dec 28 2022 9:41 am
Forum: Issues
Topic: CS Designer - Dialog with button box
Replies: 2
Views: 393

CS Designer - Dialog with button box

I think there could be an issue with the way CS Designer creates XML for a dialog with button box. This is the generated XML for the dialog ui. <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="D...
by crispina
Tue Dec 27 2022 1:15 pm
Forum: Issues
Topic: ToolBar::allowedAreas not work in CopperSpice Designer
Replies: 7
Views: 778

Re: ToolBar::allowedAreas not work in CopperSpice Designer

See CS Designer dialog with button box post.
by crispina
Sun Dec 25 2022 2:26 pm
Forum: Issues
Topic: ToolBar::allowedAreas not work in CopperSpice Designer
Replies: 7
Views: 778

Re: ToolBar::allowedAreas not work in CopperSpice Designer

Yes I had the same issue. CS Designer generates the following XML when adding a toolbar <widget class="QToolBar" name="toolBar"> <property name="windowTitle" stdset="0"> <string>toolBar</string> </property> <attribute name="toolBarArea"> <enum></enum...
by crispina
Fri Nov 25 2022 8:30 pm
Forum: Designer
Topic: Announcing CS Designer
Replies: 4
Views: 1323

Re: Announcing CS Designer

CS Designer is great addition for the CopperSpice libraries. Used it with Ubuntu 22.04 and GhostBSD 22.06.18.
by crispina
Wed Jan 13 2021 9:25 pm
Forum: Developers
Topic: CopperSpice License Question
Replies: 23
Views: 14574

Re: CopperSpice License Question

Have you looked at the Migration page in the CS Overview documentation? Yes I migrated my Qt personal diary project called EventTalker (https://github.com/crispinalan/) some time back in anticipation of the Qt licensing changes. I found the process straight forward and it did not take much time to ...
by crispina
Tue Jan 12 2021 8:09 pm
Forum: Developers
Topic: CopperSpice License Question
Replies: 23
Views: 14574

Re: CopperSpice License Question

Maybe the CopperSpice Youtube channel should have a video about migrating from Qt to CopperSpice using a single application example and PepperMill.
by crispina
Tue Jan 12 2021 10:28 am
Forum: Developers
Topic: CopperSpice License Question
Replies: 23
Views: 14574

Re: CopperSpice License Question

I know of at least one major company moving back to Qt WebKit and I think 4.8 to get around all of the licensing and support issues. How is Qt WebKit licensed? I seem to remember that QtWebEngine is LGPL 3 and as CS is LGPL 2.1 I am assuming that it can’t be used within CS? I am a little surprised ...
by crispina
Sat Jan 09 2021 4:53 am
Forum: Developers
Topic: CopperSpice License Question
Replies: 23
Views: 14574

Re: CopperSpice License Question

CopperSpice users will have probably already seen the recent stories about Qt LTS versions going closed source. Some examples are below. LTS versions of Qt going closed-source. The Qt Company are making LTS releases commercial only and thus closed-source. "The problem is that these releases are...
by crispina
Fri Dec 11 2020 5:22 am
Forum: Developers
Topic: CopperSpice License Question
Replies: 23
Views: 14574

Re: CopperSpice License Question

If your question is, can you redistribute the CS shared libraries with your application, the answer is yes. Thanks for this clarification. The CS libraries are generally not available in Linux repositories. As a developer of small Linux open source projects I would normally provide the source code ...
by crispina
Thu Dec 10 2020 9:18 pm
Forum: Developers
Topic: Network classes
Replies: 5
Views: 4466

Re: Network classes

Again thank you for your feedback. Did you build from source or download our pre-built binaries? I have been doing my testing using the pre-built binaries downloaded from CS webpage. I have also tried CS 1.6.3 and ran into the same issue when using https. I have forwarded this information to a CS te...