mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00

This means that we always have a window and for the C++ API we don't require this ComponentWindow use anymore.
9 lines
122 B
C++
9 lines
122 B
C++
#include "printerdemo.h"
|
|
#include <iostream>
|
|
|
|
int main()
|
|
{
|
|
static MainWindow printer_demo;
|
|
|
|
printer_demo.run();
|
|
}
|