All Projects → kaka-lin → qt-template

kaka-lin / qt-template

Licence: MIT license
Template/Example of Qt/QML built with CMake/qmake. (include PyQt and PySide2)

Programming Languages

python
139335 projects - #7 most used programming language
QML
638 projects

Projects that are alternatives of or similar to qt-template

Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+4453.33%)
Mutual labels:  qml, pyqt5, qt5
NotEnoughAV1Encodes-Qt
Linux GUI for AV1 Encoders
Stars: ✭ 27 (+80%)
Mutual labels:  pyqt5, qt5
youtube-downloader
youtube-dl GUI simplify
Stars: ✭ 22 (+46.67%)
Mutual labels:  qml, qt5
gopem
GUI for OPEM library
Stars: ✭ 20 (+33.33%)
Mutual labels:  pyqt5, qt5
Projecteur
Linux Desktop Application for the Logitech Spotlight device (and similar devices) - Digital Laser Pointer
Stars: ✭ 199 (+1226.67%)
Mutual labels:  qml, qt5
Stackoverflow
my answers in Stack Overflow
Stars: ✭ 211 (+1306.67%)
Mutual labels:  qml, pyqt5
osm
Open sound meter. FFT based application for tuning sound systems.
Stars: ✭ 122 (+713.33%)
Mutual labels:  qml, qt5
Haruna
Open source video player built with Qt/QML and libmpv.
Stars: ✭ 147 (+880%)
Mutual labels:  qml, qt5
flipper
Search/Recommendation engine and metainformation server for fanfiction net
Stars: ✭ 29 (+93.33%)
Mutual labels:  qml, qt5
QtMobileApp
This repository contains basic template for Qt for mobile app development using QML and C++ as backend to access RESTful API's
Stars: ✭ 16 (+6.67%)
Mutual labels:  qml, qt5
QtPyConvert
An automatic Python Qt binding transpiler to the Qt.py abstraction layer.
Stars: ✭ 66 (+340%)
Mutual labels:  pyqt5, qt5
Qml Creative Controls
QML controls for creative applications and creative coding
Stars: ✭ 199 (+1226.67%)
Mutual labels:  qml, qt5
Browser
🌍 Cross-platform Material design web browser
Stars: ✭ 184 (+1126.67%)
Mutual labels:  qml, qt5
Qml Box2d
Box2D QML plugin
Stars: ✭ 223 (+1386.67%)
Mutual labels:  qml, qt5
Shell
🐚 QtQuick and Wayland shell for convergence
Stars: ✭ 168 (+1020%)
Mutual labels:  qml, qt5
qml-ar
Seamless Augmented Reality module for QML using UchiyaMarkers
Stars: ✭ 32 (+113.33%)
Mutual labels:  qml, qt5
QmlTreeWidget
A TreeView component, implemented by QML, providing convenient interfaces and customizable stylesheet, also available for iOS and Android.
Stars: ✭ 34 (+126.67%)
Mutual labels:  qml, qt5
Qmlnotify
Awesome notification server in QML
Stars: ✭ 114 (+660%)
Mutual labels:  qml, qt5
Pan Light
百度网盘不限速客户端, golang + qt5, 跨平台图形界面
Stars: ✭ 11,706 (+77940%)
Mutual labels:  qml, qt5
ChartJs2QML
QML adaptor for Chart.js 2.x that supports startup animations and tooltips
Stars: ✭ 68 (+353.33%)
Mutual labels:  qml, qt5

Qt Template/Example

This is template/example that can rapid to build Qt/QML application.

You can just copy you prefer program language's folder and start to code and build and run.

Applications that build with this Qt Template: Examples

Usage

  1. Clone this repo

    $ git clone https://github.com/kaka-lin/qt-template.git
  2. Choosing you prefer program language, ex: c++

    $ cp -r c++/qml <Your path>
  3. Buinding application

    Follow the steps of each folder's README

Running and showing the Templates

1. Run with Docker (Recommend)

You can use the docker image that we already build, as below

$ docker pull kakalin/qt:5.12.0

Or you can build it from scratch, please check the document in the docker folder.

And then running with docker:

$ ./run.sh

2. Run with local Qt

Please install Qt/QML on your local machine.

3. Run the template

Chose the version that you want to use.

QML
$ cd python/pyqt5/qml
$ python3 qml_template.py

QT
$ cd python/pyqt5/qt
$ python3 main.py

Examples

Applications that build with Qt, you can reference projects as below,

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].