mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
20 lines
No EOL
327 B
C++
20 lines
No EOL
327 B
C++
#include "AssistTest.h"
|
|
#define TOPICFILE <AssistTest/app.tpp/all.i>
|
|
#include <Core/topic_group.h>
|
|
|
|
AssistTest::AssistTest()
|
|
{
|
|
CtrlLayout(*this, "Window title");
|
|
}
|
|
|
|
GUI_APP_MAIN
|
|
{
|
|
LineEdit l;
|
|
l.GetPos
|
|
AssistTest().Run();
|
|
}
|
|
|
|
struct justatest {
|
|
typedef justatest CLASSNAME;
|
|
typedef justatest CLASSNAME;
|
|
}; |