newftpgui.h

来自「LINUX 下, 以 QT/KDE 写的档案管理员」· C头文件 代码 · 共 55 行

H
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 <qvariant.h>#include <qdialog.h>class QVBoxLayout; class QHBoxLayout; class QGridLayout; class QLabel;class QLineEdit;class QPushButton;class QSpinBox;class KComboBox;class KHistoryCombo;class newFTPGUI : public QDialog {    Q_OBJECTpublic:    newFTPGUI( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~newFTPGUI();    QLabel* TextLabel1;    KComboBox* prefix;    QLabel* TextLabel1_2_2;	 QLabel* TextLabel1_22;    QLabel* TextLabel1_2;    QLabel* TextLabel1_3;    QSpinBox* port;    QLineEdit* password;    QPushButton* connectBtn;    QPushButton* saveBtn;    QPushButton* cancelBtn;    QLabel* PixmapLabel1;    QLabel* TextLabel3;    QLineEdit* username;    KHistoryCombo* url;public slots:    void slotTextChanged(const QString& string);protected:    QHBoxLayout* hbox;    bool event( QEvent* );};#endif // NEWFTPGUI_H

⌨️ 快捷键说明

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