📄 mediarecorderbase.h
字号:
/****************************************************************************** Form interface generated from reading ui file 'mediarecorderbase.ui'**** Created: Sun Oct 9 17:41:39 2005** by: The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MEDIARECORDERBASE_H#define MEDIARECORDERBASE_H#include <qwidget.h>class QVBoxLayout;class QGridLayout;class QToolButton;class QPushButton;class QLabel;class MediaRecorderBase : public QWidget{ Q_OBJECTpublic: MediaRecorderBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~MediaRecorderBase(); QPushButton* recordButton; QPushButton* quitButton; QToolButton* playButton; QToolButton* stopButton; QToolButton* delButton; QToolButton* downButton; QToolButton* upButton; QLabel* timeLabel; QLabel* disLabel; QLabel* capLabel;private: QVBoxLayout* Layout; QGridLayout* Layout1; QGridLayout* Layout2; QGridLayout* toolLayout; QGridLayout* disLayout; QLabel* tipLabel; QLabel* playLabel; QLabel* stopLabel; QLabel* delLabel;};#endif // MEDIARECORDERBASE_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -