Qt开发问答

Qt开发问答

1, Difference between Dialog and widget and QMainWindow
http://www.qtcentre.org/threads/3465-Difference-between-Dialog-and-widget-and-QMainWindow

A widget is an object that can be displayed on the screen. For example a window or a button.

A dialog is a top-level widget, that is always displayed in separate window (i.e. you can't put it on another widget).

A main window is also a top-level widget, but it has a predefined layout that includes a menu bar, a status bar and place for tool bars and dock areas.

 

2,明明我的文件都加到.pro里了,为什么编译提示Error LNK2019: unresolved external symbol C++

http://stackoverflow.com/questions/29571205/error-lnk2019-unresolved-external-symbol-c-in-qt-platform

需要尝试qmake一下先

 

posted on 2017-03-05 18:22  cutepig  阅读(205)  评论(0编辑  收藏  举报

导航