Programming/qt2021. 12. 8. 16:52

cpp는 친하지 않아서 읽는법도 모르겠네 -_ㅠ

 

MainWindow::MainWindow(QWidget *parent) :  
    QMainWindow(parent),  
    ui(new Ui::MainWindow)  
{  
    ui->setupUi(this);  
}

[링크 : https://stackoverflow.com/questions/4847110/a-newbie-question-in-qt]

  [링크 : https://www.cprogramming.com/tutorial/initialization-lists-c++.html]

[링크 : https://cakel.tistory.com/entry/0031-GUI-프로그래밍-소개]

'Programming > qt' 카테고리의 다른 글

qt5 fb reset  (0) 2021.02.23
qt framebuffer에 출력하기  (0) 2021.02.09
qt - ts / qm  (0) 2015.02.24
qt 5.3 cross compile 조사  (0) 2015.01.21
qt 4.x/5.x INSTALL_PATH  (0) 2015.01.20
Posted by 구차니