copperspice / cs_designer

Program used by developers to create a graphical interface .ui file

Home Page:https://www.copperspice.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Designer

Introduction

CS Designer is a cross platform stand alone program which developers can use to graphically create or edit User Interface files. It was developed using the CopperSpice libraries and was written in C++.

Building

To build CS Designer from source a current copy of the CopperSpice libraries, a C++17 compiler, and a C++17 standard library are required. Designer uses the following CopperSpice libraries: CsCore, CsGui, CsNetwork, and CsXml.

To run Designer multiple plugins must be copied to the deploy folder. This will occur automatically when the project is installed.

Plugin Location
platform "your_path/designer/platforms"
printer driver "your_path/designer/printerdrivers"

Documentation

https://www.copperspice.com/docs/cs_api/tools-designer.html

Authors

  • Barbara Geller
  • Ansel Sermersheim

License

This application is released under the LGPL 2.1 license. For more information refer to the LICENSE file provided with this project.

References

About

Program used by developers to create a graphical interface .ui file

https://www.copperspice.com/


Languages

Language:C++ 99.0%Language:CMake 0.9%Language:C 0.1%