mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-27 14:38:28 +08:00
5 lines
96 B
C++
5 lines
96 B
C++
#include <QString>
|
|
#include <QWidget>
|
|
|
|
int main(int, char**) { QWidget w; w.show(); return 0; }
|