confrecorderbase.h

来自「改写的qtopia录音放音程序」· C头文件 代码 · 共 53 行

H
53
字号
/****************************************************************************** Form interface generated from reading ui file 'confrecorderbase.ui'**** Created: Mon Apr 10 20:49:46 2006**      by:  The User Interface Compiler (uic)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef CONFIGURERECORDERBASE_H#define CONFIGURERECORDERBASE_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QButtonGroup;class QComboBox;class QLabel;class QRadioButton;class ConfigureRecorderBase : public QDialog{     Q_OBJECTpublic:    ConfigureRecorderBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~ConfigureRecorderBase();    QLabel* TextLabel1;    QComboBox* sampleRate;    QLabel* TextLabel2_2;    QComboBox* format;    QButtonGroup* channelsGroup;    QRadioButton* monoChannels;    QRadioButton* stereoChannels;    QButtonGroup* qualityGroup;    QRadioButton* voiceQuality;    QRadioButton* musicQuality;    QRadioButton* cdQuality;    QRadioButton* customQuality;protected:    QGridLayout* ConfigureRecorderBaseLayout;    QHBoxLayout* Layout6;    QHBoxLayout* Layout5_2;    QGridLayout* Layout4;    QVBoxLayout* channelsGroupLayout;    QVBoxLayout* qualityGroupLayout;};#endif // CONFIGURERECORDERBASE_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?