diff options
Diffstat (limited to 'src/app/Dialogs/newftpgui.h')
-rw-r--r-- | src/app/Dialogs/newftpgui.h | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/src/app/Dialogs/newftpgui.h b/src/app/Dialogs/newftpgui.h new file mode 100644 index 0000000..d3808e5 --- /dev/null +++ b/src/app/Dialogs/newftpgui.h @@ -0,0 +1,55 @@ +/**************************************************************************** +** Form interface generated from reading ui file 'newftpgui.ui' +** +** Created: Fri Oct 27 23:47:08 2000 +** by: The User Interface Compiler (uic) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ +#ifndef NEWFTPGUI_H +#define NEWFTPGUI_H + +#include <tqvariant.h> +#include <tqdialog.h> +class TQVBoxLayout; +class TQHBoxLayout; +class TQGridLayout; +class TQLabel; +class TQLineEdit; +class TQPushButton; +class TQSpinBox; +class KComboBox; +class KHistoryCombo; + +class newFTPGUI : public TQDialog { + TQ_OBJECT + +public: + newFTPGUI( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); + ~newFTPGUI(); + + TQLabel* TextLabel1; + KComboBox* prefix; + TQLabel* TextLabel1_2_2; + TQLabel* TextLabel1_22; + TQLabel* TextLabel1_2; + TQLabel* TextLabel1_3; + TQSpinBox* port; + TQLineEdit* password; + TQPushButton* connectBtn; + TQPushButton* saveBtn; + TQPushButton* cancelBtn; + TQLabel* PixmapLabel1; + TQLabel* TextLabel3; + TQLineEdit* username; + KHistoryCombo* url; + +public slots: + void slotTextChanged(const TQString& string); + +protected: + TQHBoxLayout* hbox; + bool event( TQEvent* ); +}; + +#endif // NEWFTPGUI_H |