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

📄 proxy.h

📁 此源码包是在linux系统中运行的网络电话界面程序。
💻 H
字号:
#ifndef PROXY_H#define PROXY_H#include <qdialog.h>#include <qlayout.h>#include <qpushbutton.h>#include <qlabel.h>#include <qlineedit.h>class proxy:public QDialog{Q_OBJECTpublic:  proxy(QWidget *parent=0,const char *name=0);  ~proxy();private:  QGridLayout *mainlayout;  QLabel *label1;  QLabel *label2;  QLabel *label3;  QLabel *label4;//  QLabel *label5;  QLineEdit *LEdit1;  QLineEdit *LEdit2;  QLineEdit *LEdit3;  QLineEdit *LEdit4; // QLineEdit *LEdit5;  QPushButton *queding;  QPushButton *quxiao;public slots:  void add();};                                                                                                          #endif

⌨️ 快捷键说明

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