mdform.h

来自「海康威视视频采集卡linux开发包4.22版」· C头文件 代码 · 共 96 行

H
96
字号
/****************************************************************************** Form interface generated from reading ui file 'mdform.ui'**** Created: 一  6月 26 15:49:34 2006**      by: The User Interface Compiler ($Id: qt/main.cpp   3.1.1   edited Nov 21 17:40 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef MDFORM_H#define MDFORM_H#include <qvariant.h>#include <qpixmap.h>#include <qwidget.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QCheckBox;class QFrame;class QGroupBox;class QLabel;class QLineEdit;class QPushButton;class QSDLWidget;class QTimer;class mdForm : public QWidget{    Q_OBJECTpublic:    mdForm( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );    ~mdForm();    QSDLWidget* w_full_area;    QLineEdit* TitleEdit;    QFrame* frameTotal;    QGroupBox* groupBoxGSI;    QLabel* DateLabel;    QLabel* TimeLabel;    QLineEdit* TimeEdit;    QLabel* FreeSpaceLabel;    QLineEdit* FreespaceEdit;    QLineEdit* DateEdit;    QGroupBox* groupBoxCInfo;    QLineEdit* w_decode_framerate;    QLineEdit* w_set_serverip;	QLineEdit* w_fileposition;    QLabel* TotalFramesLabel;    QLineEdit* w_totalframe;    QLabel* FrameRateLabel;    QLabel* BitRateLabel;    QLabel* ServerChanLabel;    QLabel* ServerIpLabel;	QLabel* FilePositionLabel;    QLabel* ChannelNumLabel;    QLineEdit* w_set_serverchan;    QLineEdit* w_bit_rate;    QLineEdit* w_channel;    QGroupBox* groupBoxDecode;    QCheckBox* AllSetCheckButton;    QCheckBox* w_decodefile;    QCheckBox* w_decodestream;    QCheckBox* w_videoout;	QCheckBox* w_sound;    QPushButton* ButtonExit;protected:public slots:	void changeEdit();	void OpenFile();	void OpenStream();	void AreaChanged(int);	void StatusChanged(int);	void BitRateSet(int, int);	void FrameRateSet(int, unsigned long);	void FrameSet(int, unsigned long);	void ServerIPSet();	void ServerChanSet();	void OpenVideoOut();	void SoundSet();		protected slots:    virtual void languageChange();	private:    QPixmap image0;	QTimer *dstimer;};#endif // MDFORM_H

⌨️ 快捷键说明

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