⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sinemodeconfigform.h

📁 The purpose of this program is to enable building a config file to the radarFDTD package using a mo
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file 'sinemodeconfigform.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 SINEMODECONFIGFORM_H#define SINEMODECONFIGFORM_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QLabel;class QLineEdit;class QPushButton;class sineModeConfigForm : public QDialog{    Q_OBJECTpublic:    sineModeConfigForm( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~sineModeConfigForm();    QLabel* textLabel1;    QLabel* textLabel1_2;    QLabel* textLabel1_2_2;    QLineEdit* delayLineEdit;    QLineEdit* freqLineEdit;    QLineEdit* ampLineEdit;    QPushButton* sineModeCfgOK;    QPushButton* sineModeCfgCancel;public slots:    virtual void sineModeCfgOKSlot();    virtual void sineModeCfgCancelSlot();signals:    void NewModeParams(float,float,float);    void Cancel();protected:    QGridLayout* sineModeConfigFormLayout;    QVBoxLayout* layout70;    QHBoxLayout* layout29;    QVBoxLayout* layout28;    QVBoxLayout* layout27;    QHBoxLayout* layout30;protected slots:    virtual void languageChange();};#endif // SINEMODECONFIGFORM_H

⌨️ 快捷键说明

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