Code Monkey home page Code Monkey logo

clean-editor's Introduction

Clean Editor

A simple code editor using Qt Qml/Quick and Widgets front-ends

Description

Sample project that demonstrates how to structure a Qt example with two front-ends sharing the same back-end. The two front-ends use different Qt technologies: Qt Widgets as well as Qt Quick/QML. Currently only the QML front-end has been implemented.

The project is a simple code editor, where it's possible to open and edit files.

Further details of the project can be found on my blog www.cleanqt.io, where it's thoroughly covered in the Crash Course for C++ developers series.

Building

These are the instructions on how to build the sample application using the CMake buildsystem generator.

The project requires:

  • CMake version >= 3.8.2
  • Qt version >= 6.0 with Core, Gui, Qml, Quick, QuickControls2 enabled and C++17 compiler.

Instructions

  1. From the root directory of the checkout, create a build directory and change into it:
mkdir build
cd build
  1. Generate the desired project by using cmake. Specify the generator with the -G option. See cmake --help for more information. Example using default generator and debug build:
cmake -DCMAKE_PREFIX_PATH=/qt6/install/path -DCMAKE_BUILD_TYPE=Debug ..
  1. Build by running either of the following commands:
make    # Unix,
nmake   # Windows

Alternatively, if you're using Qt Creator, just open up the CMakeLists.txt in the root directory.

clean-editor's People

Contributors

fagrell avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.