MCPcopy Create free account
hub / github.com/ChiyukiGana/Quickinput / setPosition

Method setPosition

source/ui/widget/QPopText.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 show();
66 }
67 void setPosition(int x, int y)
68 {
69 QApplication::postEvent(this, new PopTextEvent(PopTextEvent::setPos, QPoint(x, y)));
70 }
71 void setSize(int size)
72 {
73 QApplication::postEvent(this, new PopTextEvent(PopTextEvent::setSize, size));

Callers 2

mainFunction · 0.80
EventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected