📄 newftpgui.h
字号:
/****************************************************************************** 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -