mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +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);
|
|
}
|