All Projects → eminfedar → widgetci

eminfedar / widgetci

Licence: Apache-2.0 license
a Cross-Platform Widget Management App. (Win/Linux/Mac)

Programming Languages

C++
36643 projects - #6 most used programming language
QML
638 projects
QMake
1090 projects

Projects that are alternatives of or similar to widgetci

CatLearnQt
CatLearnQt,提供QWidget,Quick,网络,串口,基础库和示例。案例软件支持样式切换,与国际化。
Stars: ✭ 63 (+75%)
Mutual labels:  widget, qml
Pagination
a paging widget based on Qt
Stars: ✭ 22 (-38.89%)
Mutual labels:  widget, qml
Qtmvvm
A mvvm oriented library for Qt, to create Projects for Widgets and Quick in parallel
Stars: ✭ 205 (+469.44%)
Mutual labels:  widget, qml
floppy
🧩 Handling and maintain your UI view component easily
Stars: ✭ 55 (+52.78%)
Mutual labels:  widget, widget-manager
mithril-datepicker
Pick a date! But only if you're using Mithril. (component for Mithril.js ^v1.0)
Stars: ✭ 23 (-36.11%)
Mutual labels:  widget
now-playing-profile
Originally created by github.com/natemoo-re, a small Spotify widget suitable for your profile! Read the "spotify-setup-guide.md" to get started
Stars: ✭ 32 (-11.11%)
Mutual labels:  widget
stagtools
StagTools is a powerful plugin to extend functionality to your WordPress themes offering shortcodes, FontAwesome icons, and useful widgets.
Stars: ✭ 21 (-41.67%)
Mutual labels:  widget
g-timetracker
Global Time Tracker
Stars: ✭ 20 (-44.44%)
Mutual labels:  qml
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (+5.56%)
Mutual labels:  qml
SCodes
This project is Qt & Qml wrapper for ZXing-C++ Library that is used for decoding 1D and 2D barcodes.
Stars: ✭ 55 (+52.78%)
Mutual labels:  qml
python-qt-live-coding
Live coding environment for Python, Qt and QML.
Stars: ✭ 35 (-2.78%)
Mutual labels:  qml
range-slider
Customizable slider (range) component for JavaScript with no dependencies
Stars: ✭ 26 (-27.78%)
Mutual labels:  widget
handy-scroll
Handy dependency-free floating scrollbar widget
Stars: ✭ 15 (-58.33%)
Mutual labels:  widget
yii2-selectize-widget
Selectize From Brian Reavis Yii2 Widget
Stars: ✭ 73 (+102.78%)
Mutual labels:  widget
yii2-jstree-widget
jsTree tree widget for yii2
Stars: ✭ 16 (-55.56%)
Mutual labels:  widget
flutter plugins
Flutter插件集合,好用常用的插件.
Stars: ✭ 22 (-38.89%)
Mutual labels:  widget
incrementally loading listview
An extension of the Flutter ListView widget for incrementally loading items upon scrolling
Stars: ✭ 172 (+377.78%)
Mutual labels:  widget
nhl-my-team-ios-widget
"NHL-MyTeam" Scriptable iOS widget 🏒
Stars: ✭ 16 (-55.56%)
Mutual labels:  widget
Crypti
A minimal bitcoin price desktop widget
Stars: ✭ 33 (-8.33%)
Mutual labels:  widget
status-desktop
Status Desktop client made in Nim & QML
Stars: ✭ 163 (+352.78%)
Mutual labels:  qml

Widgetci

a Widget Management App can run on Win/Linux/Mac.

Uses QT5.7.1's "QML + Javascript Engine" for widgets.

Image

Simple widget file (.qml):

import QtQuick 2.5

// Widget's root object
Item {
    width: 70
    height: 30
    
    
    // A Text element
    Text {
        x: 20
        y: 5
        text: "Hey!"
    }
}

How to Create a Widget?

Visit the Wiki =>> How to Create a Widget

How to build from source code (Linux)

Download the project:

git clone https://github.com/eminfedar/widgetci.git

Building:

Requirements:

  • Qt 5.7.1 (or >=)
  • QtCreator (optional, you can build it from qtcreator just by opening the project on it and building it)

Building WITHOUT QtCreator:

cd widgetci/widgetci/ #path of the .pro file
mkdir buildFolder
cd buildFolder
qmake ../
make

Run:

./widgetci

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].