Subversion Repositories tpanel

Rev

Rev 63 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 63 Rev 71
Line 18... Line 18...
18
#ifndef TQKEYBOARD_H
18
#ifndef TQKEYBOARD_H
19
#define TQKEYBOARD_H
19
#define TQKEYBOARD_H
20
 
20
 
21
#include <QDialog>
21
#include <QDialog>
22
 
22
 
-
 
23
#include "tsystemsound.h"
-
 
24
 
23
namespace Ui
25
namespace Ui
24
{
26
{
25
    class TQKeyboard;
27
    class TQKeyboard;
26
 
28
 
27
    typedef enum KEYS_t
29
    typedef enum KEYS_t
Line 82... Line 84...
82
        KEY_AltGR,
84
        KEY_AltGR,
83
        KEY_Blank
85
        KEY_Blank
84
    }KEYS_t;
86
    }KEYS_t;
85
}
87
}
86
 
88
 
87
class TQKeyboard : public QDialog
89
class TQKeyboard : public QDialog, TSystemSound
88
{
90
{
89
    Q_OBJECT
91
    Q_OBJECT
90
 
92
 
91
    public:
93
    public:
92
        explicit TQKeyboard(const std::string& init, const std::string& prompt, QWidget *parent = nullptr, bool priv=false);
94
        explicit TQKeyboard(const std::string& init, const std::string& prompt, QWidget *parent = nullptr, bool priv=false);