mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-04 17:31:29 +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; }
|