Qt-Frameless-Window-DarkStyle icon indicating copy to clipboard operation
Qt-Frameless-Window-DarkStyle copied to clipboard

Add to excisting GUI project possible?

Open IMTRobotPC opened this issue 3 years ago • 0 comments

Hi, your stylesheet looks amazing. I am programming a project plus GUI for a scientific project and would like to use it. Is it possible to add the stylesheet to an excisting project? I have tried something but only got unresolved errors. This is the main function of the project: `#include "peprobot.h" #include <QtWidgets/QApplication> #include "DarkStyle.h" #include "framelesswindow.h"

int main(int argc, char *argv[]) { QApplication a(argc, argv); PEPROBOT w; w.show(); return a.exec(); } ` Include paths are set correctly. The .qrc files are added as existing item (not sure if this is the right way)

Many thanks for help. Best regards !

IMTRobotPC avatar Aug 05 '20 08:08 IMTRobotPC