bsnes/snespurify/phoenix/qt/widget/label.cpp

8 lines
157 B
C++
Executable File

void pLabel::setText(const string &text) {
qtLabel->setText(QString::fromUtf8(text));
}
void pLabel::constructor() {
qtWidget = qtLabel = new QLabel;
}