
C++
文章平均质量分 74
wuzhenyu1988
我只愿:
面朝大海,春暖花开。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
QT 完蛋玩意儿 notedialog.h
#ifndef NOTEDIALOG_H#define NOTEDIALOG_H #include namespace Ui{class NoteDialogClass;} class NoteDialog : public QDialog{Q_OBJECT public:NoteDialog(QWidget *parent = 0)原创 2009-06-13 20:33:00 · 360 阅读 · 0 评论 -
QT 完蛋玩意儿 note.pro
# -------------------------------------------------# Project created by QtCreator 2009-06-10T21:13:12# -------------------------------------------------QT += xmlTARGET = NoteTEMPLATE = app原创 2009-06-13 20:31:00 · 492 阅读 · 0 评论 -
QT 完蛋玩意儿 motedialog.cpp
#include "notedialog.h"#include "ui_notedialog.h"#include "addDialog.h"#include "ui_addDialog.h"#include #include #include #include #include #include #include #include #include原创 2009-06-13 20:33:00 · 738 阅读 · 0 评论 -
addDialog.h
#ifndef ADDDIALOG_H#define ADDDIALOG_H#include #include namespace Ui {class addDialog;} class addDialog : public QDialog {Q_OBJECTQ_DISABLE_COPY(addDialog)public:explicit原创 2009-06-13 20:35:00 · 758 阅读 · 0 评论 -
QT 完蛋玩意儿 ui_addDialog.h
/********************************************************************************** Form generated from reading ui file addDialog.ui**** Created: Sat Jun 13 20:11:30 2009** by: Qt User Inter原创 2009-06-13 20:36:00 · 1037 阅读 · 0 评论