defaultcodegenpolicypage.cpp
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #include "defaultcodegenpolicypage.h"
00023
00024
00025 #include <qlabel.h>
00026 #include <klocale.h>
00027
00028
00032 DefaultCodeGenPolicyPage::DefaultCodeGenPolicyPage ( QWidget *parent, const char *name, CodeGenPolicyExt * policy )
00033 :CodeGenerationPolicyPage(parent,name,policy)
00034 {
00035 textLabel = new QLabel(parent,"textLabel");
00036 textLabel->setText(tr2i18n("<p align=\"center\">No Options Available.</p>"));
00037 }
00038
00039 DefaultCodeGenPolicyPage::~DefaultCodeGenPolicyPage() { }
00040
00041 #include "defaultcodegenpolicypage.moc"
This file is part of the documentation for umbrello Version 3.1.0.