摘要: qttimer.h #ifndef QTTIMER_H#define QTTIMER_H#include #include "ui_qttimer.h"class qttimer : public QDialog{ Q_OBJECTpublic: qttimer(QWidget *parent... 阅读全文
posted @ 2013-12-02 21:12 N3verL4nd 阅读(371) 评论(0) 推荐(0)
摘要: qApp A global pointer referring to the unique application object. It is equivalent to the pointer returned by the QCoreApplication::instance() funct... 阅读全文
posted @ 2013-12-02 21:06 N3verL4nd 阅读(348) 评论(0) 推荐(0)
摘要: dialog.h #ifndef DIALOG_H#define DIALOG_H#include #include #include #include #include const static double PI = 3.1416;class Dialog : public QDialog... 阅读全文
posted @ 2013-12-02 20:54 N3verL4nd 阅读(581) 评论(0) 推荐(0)
摘要: 具体错误: 不能为虚拟电脑 Ubuntu 打开一个新任务. VT-x is disabled in the BIOS. (VERR_VMX_MSR_VMXON_DISABLED). 返回 代码: E_FAIL (0x80004005) 组件: Console 界面: ICon... 阅读全文
posted @ 2013-12-02 19:55 N3verL4nd 阅读(956) 评论(0) 推荐(0)