mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
21 lines
641 B
C++
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();
|
|
}
|
|
|