mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refs #195, view classes for
* ATC station * keyboard key * server * status message * users * aircrafts
This commit is contained in:
21
src/blackgui/keyboardkeyview.h
Normal file
21
src/blackgui/keyboardkeyview.h
Normal file
@@ -0,0 +1,21 @@
|
||||
#ifndef BLACKGUI_KEYBOARDKEYVIEW_H
|
||||
#define BLACKGUI_KEYBOARDKEYVIEW_H
|
||||
|
||||
#include "viewbase.h"
|
||||
#include "keyboardkeylistmodel.h"
|
||||
|
||||
namespace BlackGui
|
||||
{
|
||||
/*!
|
||||
* \brief Keyboard key view
|
||||
*/
|
||||
class CKeyboardKeyView : public CViewBase<CKeyboardKeyListModel>
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
//! Constructor
|
||||
explicit CKeyboardKeyView(QWidget *parent = nullptr);
|
||||
};
|
||||
}
|
||||
#endif // guard
|
||||
Reference in New Issue
Block a user