mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-02 00:27:27 +00:00
Skeleton for the printerdemo
This commit is contained in:
parent
e4cd21efd6
commit
3becd69bc5
7 changed files with 82 additions and 0 deletions
10
examples/printerdemo/cpp/main.cpp
Normal file
10
examples/printerdemo/cpp/main.cpp
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include "printerdemo.h"
|
||||
#include <iostream>
|
||||
|
||||
int main()
|
||||
{
|
||||
static MainWindow printer_demo;
|
||||
|
||||
sixtyfps::ComponentWindow window;
|
||||
window.run(&printer_demo);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue