Tianchi
v0.0.2 build 20130701
C++ library for Qt with VC & mingW
首页
命名空间
类
文件
文件列表
文件成员
include
tianchi
gui
tcformutils.h
1
#ifndef TIANCHI_TCFORMUTILS_H
2
#define TIANCHI_TCFORMUTILS_H
3
4
#include <tianchi/tcglobal.h>
5
6
#include <QWidget>
7
8
class
TIANCHI_API
TcFormUtils
9
{
10
public
:
11
TcFormUtils
();
12
13
inline
QWidget* parentForm()
const
{
return
m_parentForm; }
14
inline
void
setParentForm(QWidget* value) { m_parentForm = value; }
15
private
:
16
QWidget* m_parentForm;
17
};
18
19
#endif // TIANCHI_TCFORMUTILS_H
生成于 2013年 七月 1日 星期一 16:50:31 , 为 Tianchi使用
1.8.3.1