所先声明一下这个类是我从网上找到的一篇文章,只是保留并没有侵权的意思. public class TextViewVertical extends View { public static final int LAYOUT_CHANGED = 1; private Paint paint; private int mTextPosx = 0;// x坐标 private int mTextPosy = 0;// y坐标 private int mTextWidth = 0;// 绘制宽度 pri
central = new QWidget(this); setCentralWidget(central); central->setAutoFillBackground(true); central->setWindowOpacity(1); label = new QLabel(tr("这是一首歌,请你记住它,不要忘记"),central); label2 = new QLabel(central); label2->move(100, 150); label2