ultimatepp/uppdev/QtfProblem/main.cpp
cxl d148c48f07 License fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@501 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-10-02 10:30:18 +00:00

12 lines
198 B
C++

#include <CtrlLib/CtrlLib.h>
using namespace Upp;
GUI_APP_MAIN
{
TopWindow y;
RichTextView view;
view.SetQTF(LoadFile(GetDataFile("text.txt")));
y.Add(view.SizePos());
y.Run();
}