代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/284714/8906582
h xmltok_impl.h
/*
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the Lic
www.eeworm.com/read/382497/9024306
h auto_impl.h
/*************************************************************************
Copyright (C) 2002 - 2007 Wei Qin
See file COPYING for more information.
This program is free software; you can
www.eeworm.com/read/283365/9027040
template impl.h.template
#ifndef $IMPL_H
#define $IMPL_H
//
#include
#include $UIHEADERNAME
//
class $CLASSNAME : public $PARENTNAME, public Ui::$OBJECTNAME
{
Q_OBJECT
public:
$CLASSNAME( QWidget * parent = 0,
www.eeworm.com/read/283365/9027056
template impl.cpp.template
#include $HEADERNAME
//
$CLASSNAME::$CLASSNAME( QWidget * parent, Qt::WFlags f)
: $PARENTNAME(parent, f)
{
setupUi(this);
}
//