/**************************************************************************** ** Form interface generated from reading ui file 'addrxwindow.ui' ** ** Created: Sat Sep 18 18:46:16 2004 ** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.2 edited Nov 24 13:47 $) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef ADDRXWINDOW_H #define ADDRXWINDOW_H #include #include #include "constants.h" class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QSpacerItem; class QLabel; class QLineEdit; class QListBox; class QListBoxItem; class QSpinBox; class QPushButton; class AddRxWindow : public QDialog { Q_OBJECT public: AddRxWindow( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~AddRxWindow(); QLabel* RxWindowName; QLabel* Modulation; QLabel* RxFrequency; QLineEdit* TitleText; QListBox* RxMode; QSpinBox* Frequency; QPushButton* buttonOk; QPushButton* buttonCancel; public slots: void init(); protected: QVBoxLayout* layout10; QSpacerItem* spacer11; QHBoxLayout* layout9; QVBoxLayout* layout19; QVBoxLayout* layout7; QHBoxLayout* layout8; QSpacerItem* spacer3; protected slots: virtual void languageChange(); }; #endif // ADDRXWINDOW_H