git-svn-id: svn://ultimatepp.org/upp/trunk@6567 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-11-16 18:08:23 +00:00
parent d35c7950f7
commit 5f736bd8a3

View file

@ -50,8 +50,14 @@ GUI_APP_MAIN
// w.ToolWindow();
w.SetRect(0, 0, 700, 500);
w.Sizeable().Zoomable();
e.SetReadOnly();
// e.SetReadOnly();
StaticRect r;
#if 1
r.Add(e.SizePos());
w.Add(r.SizePos());
#else
w.Add(e.SizePos());
#endif
w.Run();
/*
String strQTF = e.GetQTF(CHARSET_ISO8859_1);