Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <QApplication>
- #include <QLabel>
- #include "loadImages.hpp"
- int main(int argc, char *argv[])
- {
- QApplication app(argc, argv);
- loadImages load;
- QLabel label;
- label.setMinimumSize(400, 400);
- label.show();
- return app.exec();
- }
Advertisement
Add Comment
Please, Sign In to add comment