Personal Page of DM3MAT

Name

qdmr — Graphical tool for programming DMR radios.

Synopsis

qdmr [OPTIONS] [CODEPLUG_FILE]

Description

qdmr is a graphical tool to program DMR radios. That is, reading, editing, generating and uploading codeplugs to these radios.

The configuration of these radios is usually stored in a highly vendor and device specific binary codeplug. qdmr stores this configuration in a human-readable and device independent format, thus allowing for sharing codeplugs across devices.

Options

CODEPLUG_FILE

If the optional codeplug file is passed to qdmr, it gets loaded on startup. Otherwise, the application starts with an empty codeplug.

-style=STYLE

This option allows to set a Qt style for the application. This can be used to alter the style of the widgets. So call qdmr -style=windows if you fancy.

However, this option is of real use if you want to use a dark theme. By installing a dark Qt theme like kvantum-dark and starting qdmr by passing this theme to the style option. That is

            qdmr -style=kvantum-dark
          

You may set the Qt style for all Qt applications using the QT_STYLE_OVERRIDE environment variable.

-stylesheet=FILENAME

This option allows for specifying a style sheet to alter the appearance of some or all widgets of qdmr.

Logging

Qdmr writes a lot of debug and error messages to stderr. This can be used to inspect some issues during reading/writing the a codeplug to the device. There is also a log file containing these messages usually at ~/.local/share/DM3MAT/qdmr/qdmr.log.

Bugs

This program is still under development and may contain bugs that may cause harm to the radios and may even destroy them. Hence you may use this software on your own risk. If you want to have guaranties, consider using the CPS (code-plug programming software) supplied with your radio.

There are some issues with the so-called dark mode under Linux. The Qt library is not able to detect that the desktop has a dark mode theme. To this end, qdmr cannot react to it too. To enable a dark theme for qdmr, see the -style option above.

Writing a single application supporting several radios of different manufacturers is a hard task. To this end, there are plenty of bugs to be expected. If you stumble across one of them, consider opening an issue at https://github.com/hmatuschek/qdmr/issues.