mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-03 17:10:34 +00:00
10 lines
167 B
C++
10 lines
167 B
C++
#include "printerdemo.h"
|
|
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
static MainWindow printer_demo;
|
|
|
|
sixtyfps::ComponentWindow window;
|
|
window.run(&printer_demo);
|
|
}
|