Qt project for usb relay hid library with simple GUI client (#13)
authorSergey <sergboec@gmail.com>
Wed, 26 Oct 2016 17:20:42 +0000 (20:20 +0300)
committerPavel A <pavel-a@users.noreply.github.com>
Wed, 26 Oct 2016 17:20:42 +0000 (20:20 +0300)
commitb647ee2abfb3c3c0a743f9c7810f7b6ebcb96e7c
tree239f7f3a8819611c0fe6874e08e821252f3556ab
parent4d4cf25afed787291a65570c2b0dfa711c80b125
Qt project for usb relay hid library with simple GUI client (#13)

* Added Qt interface to Usb Relay Hid  - by sergboec

1) Added Qt based solution to build dynamic linked library
2) Added simple Qt Widgets based client to manage devices
* [f] beautifying and changes in pro file for linux build
12 files changed:
qt/QUsbRelay/QUsbRelay.pro [new file with mode: 0644]
qt/QUsbRelayGui/QUsbRelayGui.pro [new file with mode: 0644]
qt/QUsbRelayGui/device.cpp [new file with mode: 0644]
qt/QUsbRelayGui/device.h [new file with mode: 0644]
qt/QUsbRelayGui/device.ui [new file with mode: 0644]
qt/QUsbRelayGui/device_and_hardware_w.ico [new file with mode: 0644]
qt/QUsbRelayGui/main.cpp [new file with mode: 0644]
qt/QUsbRelayGui/resources.qrc [new file with mode: 0644]
qt/QUsbRelayGui/widget.cpp [new file with mode: 0644]
qt/QUsbRelayGui/widget.h [new file with mode: 0644]
qt/QUsbRelayGui/widget.ui [new file with mode: 0644]
qt/qusbrelayproject.pro [new file with mode: 0644]