Find a file
2019-02-10 19:26:00 +02:00
hidapi First Commit 2019-02-10 15:32:15 +02:00
icons WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
libhpcalcs WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
CHANGELOG.md Create CHANGELOG.md 2019-02-10 19:26:00 +02:00
data.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
data.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
datamodel.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
datamodel.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
errorhandler.cpp General update 2019-02-10 18:26:56 +02:00
errorhandler.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
getnumber.cpp First Commit 2019-02-10 15:32:15 +02:00
getnumber.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
getnumber.ui WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
global.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_infodialog.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_infodialog.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_infodialog.ui WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_mditexteditor.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_mditexteditor.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_mdivariableedit.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_mdivariableedit.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_mdiwindow.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_mdiwindow.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hp_mdiwindow.ui WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hpdata.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hpdata.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hpinterface.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hptoolbox.cpp First Commit 2019-02-10 15:32:15 +02:00
hptoolbox.h First Commit 2019-02-10 15:32:15 +02:00
hptreeitem.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hptreeitem.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hpusb.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
hpusb.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
input.txt WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
LICENSE Create LICENSE 2019-02-10 19:06:06 +02:00
main.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
main.h First Commit 2019-02-10 15:32:15 +02:00
mainwindow.cpp General update 2019-02-10 18:26:56 +02:00
mainwindow.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
mainwindow.ui WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
model.qmodel WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
QtHPConnect.pro General update 2019-02-10 18:26:56 +02:00
qthpconnect.qrc WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
README.md General update 2019-02-10 18:26:56 +02:00
texteditor.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
texteditor.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
treemodel.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
treemodel.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
variableview.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
variableview.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
variableview.ui WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
vartablemodel.cpp WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00
vartablemodel.h WIP on master: 7172076 First Commit 2019-02-10 15:43:00 +02:00

QtHPConnect

Qt Based Interface to a HP Prime Calculator

Originally intended as a Qt based GUI to libhpcalcs but it looks like much of the HP Prime interface has changed.

The code currently includes hpcalcs as a reference but this will come out in time

Using libusb to communicate directly with the HP Prime. This requires reverse engineering of the interface

If anyone wants to help, or has a description of the protocol, you are very welcome to get involved