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

📄 qdateedit.hpp

📁 fgjhkcghkcghmbmcmcmxgfnhgxgnhynxntxrtnt
💻 HPP
字号:
class  QDateEdit: public QEdit{	public:	//变量部分	struct DATE	{		int  DAY;		int  MONTH;		int  YEAR;	}Date;	char  *ErrorText;  //错误字符	int   ErrCode;   //错误代码	//构造函数	QDateEdit(WINDOW  *MainWin,int  HBegin,int  WBegin,int  ColorNumb):QEdit(MainWin,10,HBegin,WBegin,ColorNumb,'I')	{		InitDateEdit();		wrefresh(QWin);		ErrorText = new char[30];		strcpy(Value,"1949-10-01");	}	//属性设置函数	//操作函数	int        Get();           //取得数值	void       Set(char *STR);	void       GetValue();	protected:		void   InitDateEdit();  //初试化输入框		int    CheckDate(char  *InputDate);};

⌨️ 快捷键说明

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