摘要:
protected: bool eventFilter(QObject *obj, QEvent *event);bool frmPwd::eventFilter(QObject *obj, QEvent *event){ //如果用户按下了回车键,则触发修改密码信号 if (ev... 阅读全文
posted @ 2014-05-23 21:23
wiessharling
阅读(2051)
评论(0)
推荐(0)
摘要:
class myHelper:public QObject{public: //设置为开机启动 static void AutoRunWithSystem(bool IsAutoRun, QString AppName, QString AppPath) { QSet... 阅读全文
posted @ 2014-05-23 21:11
wiessharling
阅读(591)
评论(0)
推荐(0)
摘要:
//设置系统日期时间 static void SetSystemDateTime(int year,int month,int day,int hour,int min,int sec) { QProcess p(0); p.start("cmd"); ... 阅读全文
posted @ 2014-05-23 21:09
wiessharling
阅读(252)
评论(0)
推荐(0)
摘要:
static bool IsIP(QString IP) { QRegExp RegExp("((2[0-4]\\d|25[0-5]|[01]?\\d\\d?)\\.){3}(2[0-4]\\d|25[0-5]|[01]?\\d\\d?)"); return Reg... 阅读全文
posted @ 2014-05-23 21:06
wiessharling
阅读(606)
评论(0)
推荐(0)

浙公网安备 33010602011771号