Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开始一个新的Qt project. 在我的项目中是否必须有一个mainwindow?
Qt project
mainwindow
我只有qdialogs并且qwidgets因为我不需要工具栏。
qdialogs
qwidgets
不,没有必要拥有 QMainWindow。一个 QApplication 足以让 Qt 对象滚动。没有父级的 QWidget 会自动成为独立窗口,也称为顶级窗口。