goodsviewdialog.h
来自「一个简单的美容院商品和顾客资料管理程序」· C头文件 代码 · 共 35 行
H
35 行
/*
* =====================================================================================
*
* Filename: goodsviewdialog.h
*
* Description: View thd Selected Goods Information
*
* Version: 1.0
* Created: 2006-6-25 10:11:53 中国标准时间
* Revision: none
* Compiler: gcc
*
* Author: Bai_Jianping (XChinux), XChinux@163.com
* Company:
*
* =====================================================================================
*/
#ifndef GOODSVIEWDIALOG_H
#define GOODSVIEWDIALOG_H
#include <QtGui/QDialog>
#include <QtSql/QSqlRecord>
#include "ui_goodsviewdialog.h"
class GoodsViewDialog : public QDialog, public Ui::GoodsViewDialog
{
Q_OBJECT
public:
GoodsViewDialog(QWidget *parent, const QSqlRecord &record);
~GoodsViewDialog();
};
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?