Skip to content

Add to excisting GUI project possible? #43

Description

@IMTRobotPC

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions