PyQSO is a contact logging tool for amateur radio operators.
 
 
Go to file
Christian Jacobs 1263a45a55 Added some core files for the PyQSO program:
- pyqso.py: the main file. Sets up the GUI and starts the event loop.
- menu.py: defines the GUI's menu. The first step towards moving GUI setup-related code out of pyqso.py.
- adif.py: defines the ADIF class for the manipulation of ADI files.
- record.py: defines the Record class. Record objects contain various ADIF fields and associated data.
- logbook.py: defines the Logbook class. A Logbook object contains various Record objects.
- COPYING: contains the GNU General Public License (version 3).

This is the initial bzr revision of these files.
2013-03-22 22:16:31 +00:00
src Added some core files for the PyQSO program: 2013-03-22 22:16:31 +00:00
COPYING Added some core files for the PyQSO program: 2013-03-22 22:16:31 +00:00