| 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)); |