2022-04-29 Fred Gleason <fredg@paravelsystems.com>

* Added a 'StayOnTop=' directive to the '[SoftKeys]' section of
	rd.conf(5).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-04-29 10:31:53 -04:00
parent 037b8b9fe5
commit ebe1bcc3f7
4 changed files with 34 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
//
// A utility for sending RML Commands
//
// (C) Copyright 2002-2021 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-2022 Fred Gleason <fredg@paravelsystems.com>
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 2 as
@@ -25,6 +25,8 @@
#include <QUdpSocket>
#include <QWidget>
#include <rdconfig.h>
//
// Settings
//
@@ -35,7 +37,7 @@ class MainWidget : public QWidget
{
Q_OBJECT
public:
MainWidget(QWidget *parent=0);
MainWidget(RDConfig *config,Qt::WindowFlags f=Qt::WindowFlags());
QSize sizeHint() const;
QSizePolicy sizePolicy() const;