mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-10 06:37:07 +01:00
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:
@@ -24,6 +24,8 @@
|
||||
#include <q3socketdevice.h>
|
||||
#include <qwidget.h>
|
||||
|
||||
#include <rdconfig.h>
|
||||
|
||||
//
|
||||
// Settings
|
||||
//
|
||||
@@ -34,7 +36,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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user