Hide mouse cursor only for RPI
This commit is contained in:
parent
0e1c3d64eb
commit
b699020df7
@ -49,7 +49,9 @@ USBMain::USBMain(libusb_context* context)
|
||||
int USBMain::exec(int argc, char* argv[])
|
||||
{
|
||||
QApplication qApplication(argc, argv);
|
||||
#ifdef RPI3_BUILD
|
||||
qApplication.setOverrideCursor(Qt::BlankCursor);
|
||||
#endif
|
||||
|
||||
ui::MainWindow mainWindow;
|
||||
mainWindow.setWindowFlags(Qt::WindowStaysOnTopHint);
|
||||
|
Loading…
x
Reference in New Issue
Block a user