ultimatepp/uppdev/ShowQtf/main.cpp
cxl 3cd394812c Merge continued
git-svn-id: svn://ultimatepp.org/upp/trunk@10263 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-10-04 08:34:39 +00:00

21 lines
641 B
C++

#include "ShowQtf.h"
void ShowQtf::Text()
{
qtf <<= ~text;
}
ShowQtf::ShowQtf()
{
qtf <<= "{{1:1:1:1:1:1:1:1:1:1:1:1:1:1:1:1:1:1:1:1@(192.192.192)-4 ICO:: :: :: :: ::@(255.255.255)-4 25613405:: :: :: :: ::@(192.192.192)-4 DIC:: :: :: :: ::@(255.255.255)-4 :: :: :: :: ::@(192.192.192)-4 Jm:: :: :: :: ::@(255.255.255)-14 Amida`, s`.r`.o`.:: :: :: :: :: :: :: :: :: :: :: :: :: :: ::@(192.192.192)-4 Of:: :: :: :: ::@(255.255.255)-14 :: :: :: :: :: :: :: :: :: :: :: :: :: :: }}";
text <<= THISBACK(Text);
split.Vert(text, qtf);
Add(split.SizePos());
Sizeable().Zoomable();
}
GUI_APP_MAIN
{
ShowQtf().Run();
}