Ri0n / QtNote

Note-taking application written with Qt in mind and able to read tomboy notes
http://ri0n.github.io/QtNote
GNU General Public License v3.0
21 stars 5 forks source link

IPC #5

Open Ri0n opened 11 years ago

Ri0n commented 11 years ago

QtNote should be able to connect to other applications handling notes.

so QtNote is client and something should have a server.

in case of applications which lack of such server specification should be written which describes such proto. this spec should be as much universal and comfortable as possible to make everyone happy.

to ease the task native tools should used. dbus on unix. ActiveQt on windows etc