Menu

Tree [a3dc89] default tip /
 History

Read Only access


File Date Author Commit
 QtPdWidgets 2019-12-03 Florian Pose Florian Pose [76d482] Pimple'd Dial. Began with gradient display (TBC).
 doc 2007-04-18 Florian Pose Florian Pose [4a0cdb] Improved class diagram.
 images 2012-02-28 Florian Pose Florian Pose [2454d3] Graph with start/stop functionality.
 qml 2019-05-03 Dr.-Ing. Wilhelm Hagemeister Dr.-Ing. Wilhelm Hagemeister [7ce44e] qml example with dark style (see main.qml)
 qml_test 2019-08-02 Philipp Weyer Philipp Weyer [35a750] removed unneeded -lsystemd statement in qml_test
 src 2019-12-04 Florian Pose Florian Pose [a3dc89] Draw gradient below minor ticks.
 test 2019-12-04 Florian Pose Florian Pose [a3dc89] Draw gradient below minor ticks.
 .hgignore 2018-09-18 Dr.-Ing. Wilhelm Hagemeister Dr.-Ing. Wilhelm Hagemeister [2bb20b] added pdWidgets in qml,
 AUTHORS 2019-04-08 Florian Pose Florian Pose [bfda19] Removed $Id$ keywords.
 COPYING 2009-07-08 Florian Pose Florian Pose [e0a40e] Added LGPLv3 headers.
 COPYING.LESSER 2009-07-08 Florian Pose Florian Pose [e0a40e] Added LGPLv3 headers.
 Doxyfile 2014-03-20 Florian Pose Florian Pose [f56ee4] Version 1.3.7.
 NEWS 2019-04-08 Florian Pose Florian Pose [bfda19] Removed $Id$ keywords.
 QtPdWidgets.pro 2019-04-17 Florian Pose Florian Pose [b9d9d8] Added tank widget from QtProcessWidgets.
 QtPdWidgets.qrc 2013-09-19 Florian Pose Florian Pose [2ca64a] Added resource prefix to avoid conflicts with o...
 QtPdWidgets.spec 2019-04-08 Florian Pose Florian Pose [bfda19] Removed $Id$ keywords.
 QtPdWidgets_de.qm 2013-12-12 Florian Pose Florian Pose [ae5587] Added NoPdTouchEdit.
 QtPdWidgets_de.ts 2013-12-12 Florian Pose Florian Pose [ae5587] Added NoPdTouchEdit.
 QtPdWidgets_nl.qm 2013-12-12 Florian Pose Florian Pose [ae5587] Added NoPdTouchEdit.
 QtPdWidgets_nl.ts 2013-12-12 Florian Pose Florian Pose [ae5587] Added NoPdTouchEdit.
 README 2019-04-08 Florian Pose Florian Pose [bfda19] Removed $Id$ keywords.
 TODO 2019-04-08 Florian Pose Florian Pose [bfda19] Removed $Id$ keywords.
 mydist.sh 2019-04-08 Florian Pose Florian Pose [bfda19] Removed $Id$ keywords.

Read Me

------------------------------------------------------------------------------
vim: tw=78 syntax=markdown
------------------------------------------------------------------------------

# General Information

This is the QtPdWidgets library, a process-data aware widget library for Qt
from the EtherLab project. See http://etherlab.org/en/pdwidgets.

------------------------------------------------------------------------------

# License

The QtPdWidgets library is licensed unter the terms and conditions of the GNU
Lesser General Public License (LGPL), version 3 or (at your option) any later
version.

------------------------------------------------------------------------------

# Prerequisites

   - Qt4 / 5
   - PdCom 3.0.X (see http://etherlab.org/en/pdcom).

------------------------------------------------------------------------------

# Building and Installing

The build process is handled by qmake. To build and install, call:

qmake
make
make install

Have fun!

------------------------------------------------------------------------------