Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How do I connect a file located in a folder correctly?
@Troyer Why are you using < ... > for your own #include files? Try:
< ... >
#include
#include <QMainWindow> #include "laba_2.h" #include "Laba_3/widget.h"
@Troyer Just as additional explanation to what @JonB wrote: <> is used for system header files, not for header files from your own project.
@JonB Still doesn't see it
@Troyer Does it compile? Most probably it's code model issue. You can also add your header files in pro file to your project.
in the .pro file
INCLUDEPATH += F:/labs