Uladzimir Aleshka

Results 1 comments of Uladzimir Aleshka

Sure @master-atul ```ts import { QMainWindow, QWidget, QLabel, FlexLayout, QPushButton, QIcon } from '@nodegui/nodegui'; import logo from '../assets/logox200.png'; const win = new QMainWindow(); win.setWindowTitle("Hello World"); const centralWidget = new QWidget();...