ultimatepp/uppdev/ShowQtf/main.cpp
cxl 228d4aa7a3 Syncing ShowQtf
git-svn-id: svn://ultimatepp.org/upp/trunk@2089 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-17 16:13:36 +00:00

19 lines
216 B
C++

#include "ShowQtf.h"
void ShowQtf::Text()
{
qtf <<= ~text;
}
ShowQtf::ShowQtf()
{
text <<= THISBACK(Text);
split.Vert(text, qtf);
Add(split.SizePos());
}
GUI_APP_MAIN
{
ShowQtf().Run();
}