Rabbit Remote Control
0.0.30
Loading...
Searching...
No Matches
Example
Display
mainwindow.h
1
#ifndef MAINWINDOW_H
2
#define MAINWINDOW_H
3
4
#include <QMainWindow>
5
6
QT_BEGIN_NAMESPACE
7
namespace
Ui
{
class
MainWindow
; }
8
QT_END_NAMESPACE
9
10
class
MainWindow
:
public
QMainWindow
11
{
12
Q_OBJECT
13
14
public
:
15
MainWindow
(QWidget *parent =
nullptr
);
16
~MainWindow
();
17
18
private
slots:
19
void
on_pbCapture_clicked();
20
21
private
:
22
Ui::MainWindow *ui;
23
};
24
#endif
// MAINWINDOW_H
MainWindow
The MainWindow class.
Definition
mainwindow.h:32
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力