All Projects → alamminsalo → Qmlnotify

alamminsalo / Qmlnotify

Awesome notification server in QML

Projects that are alternatives of or similar to Qmlnotify

Virtscreen
Make your iPad/tablet/computer into a secondary monitor on Linux.
Stars: ✭ 887 (+678.07%)
Mutual labels:  qt5, qml
Autoannotationtool
A label tool aim to reduce semantic segmentation label time, rectangle and polygon annotation is supported
Stars: ✭ 113 (-0.88%)
Mutual labels:  qt5, qml
Workspace
🚀 Base applications and settings for Liri OS
Stars: ✭ 9 (-92.11%)
Mutual labels:  qt5, qml
Fluid
📖 Library for QtQuick apps with Material Design
Stars: ✭ 601 (+427.19%)
Mutual labels:  qt5, qml
Tbe
The Butterfly Effect, a realistic physics simulation game
Stars: ✭ 63 (-44.74%)
Mutual labels:  qt5, qml
Quickqanava
C++14 network/graph visualization library / Qt node editor.
Stars: ✭ 611 (+435.96%)
Mutual labels:  qt5, qml
Spix
UI test automation library for QtQuick/QML Apps
Stars: ✭ 48 (-57.89%)
Mutual labels:  qt5, qml
QDashBoard
Sample dashboard developed with QML. Login, plots and several screens.
Stars: ✭ 34 (-70.18%)
Mutual labels:  qml, qt5
Awesome Qt Qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Stars: ✭ 1,118 (+880.7%)
Mutual labels:  qt5, qml
Osgqtquick
Intergation OpenSceneGraph to Qt Quick
Stars: ✭ 53 (-53.51%)
Mutual labels:  qt5, qml
Taoquick
a cool QtQuick/qml component library and demo(一套酷炫的QtQuick/Qml基础库和示例)
Stars: ✭ 481 (+321.93%)
Mutual labels:  qt5, qml
Kindd
A kindful dd, written in qt-quick.
Stars: ✭ 93 (-18.42%)
Mutual labels:  qt5, qml
Mystiq
Qt5/C++ FFmpeg Media Converter
Stars: ✭ 393 (+244.74%)
Mutual labels:  qt5, qml
Scihubeva
A Cross Platform Sci-Hub GUI Application
Stars: ✭ 683 (+499.12%)
Mutual labels:  qt5, qml
soha
A modern calendar written in qt-quick.
Stars: ✭ 30 (-73.68%)
Mutual labels:  qml, qt5
Progressbarcollection
I create this application to show up the demonstration for the collection of progress bars
Stars: ✭ 21 (-81.58%)
Mutual labels:  qt5, qml
tenplayer
Modern Music Player for Linux
Stars: ✭ 18 (-84.21%)
Mutual labels:  qml, qt5
touchockey
QtQuick2 hockey game using mobile browsers as game controller
Stars: ✭ 22 (-80.7%)
Mutual labels:  qml, qt5
Ipconnect
P2P Chat and File Transfer Desktop Application
Stars: ✭ 53 (-53.51%)
Mutual labels:  qt5, qml
Kaidan
[Replaced by https://invent.kde.org/network/kaidan] Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform.
Stars: ✭ 67 (-41.23%)
Mutual labels:  qt5, qml

qmlnotify

gif1 gif2 gif3 gif4

What is it?

Desktop notification server which implements org.freedesktop.Notifications, using modern Qt/Qml technologies

Usage

  • Start the server
  • Test via notify-send or similar
  • Write your own qml component and start the server with param --qml $YOUR_QML_NOTIFICATION_COMPONENT
  • Enjoy!

Building instructions

Install needed packages (arch examples)

sudo pacman -S qt5-base

Clone from github and compile

git clone https://github.com/alamminsalo/qmlnotify
cd qmlnotify
mkdir build && cd build
qmake ../
make

Test it

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