Linux
    
  
    
         Qt
    
  
  
  
  WidgetMainWindow w;
QRect rec : QApplication::desktop()->screenGeometry();
int height : rec.height();
int width : rec.width();
w.setGeometry(width - 450, 10, 450, 700);
w.show();
      WidgetMainWindow w;
QRect rec : QApplication::desktop()->screenGeometry();
int height : rec.height();
int width : rec.width();
w.setGeometry(width - 450, 10, 450, 700);
w.show();
      © 2025 Code0x378