radarpulseconfigform.h

来自「The purpose of this program is to enable」· C头文件 代码 · 共 64 行

H
64
字号
/****************************************************************************** Form interface generated from reading ui file 'radarpulseconfigform.ui'**** Created: Sun Aug 29 22:05:36 2004**      by: The User Interface Compiler ($Id: qt/main.cpp   3.2.3   edited May 19 14:22 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef RADARPULSECONFIGFORM_H#define RADARPULSECONFIGFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QPushButton;class RadarPulseConfigForm : public QDialog{    Q_OBJECTpublic:    RadarPulseConfigForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~RadarPulseConfigForm();    QLabel* textLabel8;    QLabel* textLabel8_2;    QLabel* textLabel8_2_2;    QLabel* textLabel8_2_2_2;    QLineEdit* radarPulseDelayLineEdit;    QLineEdit* radarPulseExponentLineEdit;    QLineEdit* radarPulsePowertLineEdit;    QLineEdit* radarPulseAmpLineEdit;    QPushButton* radarPulseModeCfgOK;    QPushButton* radarPulseModeCfgCancel;public slots:    virtual void OKSlot();    virtual void CancelSlot();signals:    void NewModeParams(float,float,int,float);    void Cancel();protected:    QGridLayout* RadarPulseConfigFormLayout;    QVBoxLayout* layout44;    QHBoxLayout* layout43;    QVBoxLayout* layout42;    QVBoxLayout* layout41;    QHBoxLayout* layout30;protected slots:    virtual void languageChange();};#endif // RADARPULSECONFIGFORM_H

⌨️ 快捷键说明

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