C++ UsersWidget Class for Displaying User Information
#include 'userswidget.h'
#include
int main(int argc, char *argv[]) { QApplication a(argc, argv); UsersWidget w(123); // Replace 123 with the actual user ID w.displayUsersWidget(); w.show();
return a.exec();
}
原文地址: https://www.cveoy.top/t/topic/fAxl 著作权归作者所有。请勿转载和采集!