Loading...
Searching...
No Matches
ClearLayout.hpp
1#pragma once
2#include <qnamespace.h>
3
4#include <score_lib_base_export.h>
5class QLayout;
6
7namespace score
8{
12SCORE_LIB_BASE_EXPORT void setCursor(Qt::CursorShape c);
13}
Base toolkit upon which the software is built.
Definition Application.cpp:90
void setCursor(Qt::CursorShape c)
setCursor sets the cursor safely.
Definition ClearLayout.cpp:8