class MyWidget : public QWidget {public: QLabel *label1, *label2, *label3...};
label1.top = 100;label1.left = 200;
label1.move(100,200);