Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.41 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.41 KB

QLog

QLog is an Amateur Radio logging application for Linux, Windows and Mac OS. It is based on the Qt 5 framework und uses SQLite as database backend.

Screenshot

Features

  • ADIF import/export
  • Rig and rotator control via Hamlib
  • HamQTH callbook integration
  • DX cluster integration
  • LotW and Clublog integration
  • Grey-line map
  • Bandmap

Installation

Windows

You can download an installer for the latest build here: qlog-installer.exe

Linux

There is an AppImage available here: QLog.AppImage

The permissions of the file have to set to executable before running it:

chmod +x QLog.AppImage
./QLog.AppImage

License

Copyright (C) 2020 Thomas Gatzweiler

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.