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

📄 call_impl.h

📁 一个linux下的用QT2编写的关于gprs的发短信,拨打电话的源码
💻 H
字号:
#ifndef _CALL_IMPL_H_#define _CALL_IMPL_H_#include "call.h"#include <qvariant.h>#include "serial.h"#include <qmultilineedit.h>#include <qlineedit.h>#include <qstring.h>#include <qtoolbutton.h>#include <qlabel.h>class call_impl : public call{    Q_OBJECTpublic:    call_impl( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ,int _fd=0);    ~call_impl();	void Init_Sys();	void Init_Pic();	void SetNum(QString);protected slots:	void Dial_slot();	void UnDial_slot();	void Message_slot();	void n1_slot();	void n2_slot();	void n3_slot();	void n4_slot();	void n5_slot();	void n6_slot();	void n7_slot();	void n8_slot();	void n9_slot();	void n0_slot();	void c_slot();	void sharp_slot();private:	int fd;};#endif//%s/old/new/g

⌨️ 快捷键说明

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