Rabbit Remote Control
0.1.0-bate10
Loading...
Searching...
No Matches
Plugins
Template
Base
FrmViewerTemplateBase.h
1
// Author: Kang Lin <kl222@126.com>
2
3
#pragma once
4
#include <QWidget>
5
6
namespace
Ui
{
7
class
CFrmViewerTemplateBase
;
8
}
9
10
class
CFrmViewerTemplateBase
:
public
QWidget
11
{
12
Q_OBJECT
13
14
public
:
15
explicit
CFrmViewerTemplateBase
(QWidget *parent =
nullptr
);
16
~CFrmViewerTemplateBase
();
17
18
private
:
19
Ui::CFrmViewerTemplateBase *ui;
20
};
CFrmViewerTemplateBase
Definition
FrmViewerTemplateBase.h:11
Ui
Definition
FrmFullScreenToolBar.h:14
Author: Kang Lin (kl222@126.com)
Copyright (c) Kang Lin Studios All Rights Reserved