Added demos.
This commit is contained in:
9
doc/gemini_fluent_light/mainwindow.cpp
Normal file
9
doc/gemini_fluent_light/mainwindow.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "mainwindow.h"
|
||||
|
||||
MainWindow::MainWindow(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
{
|
||||
setupUi(this);
|
||||
}
|
||||
|
||||
MainWindow::~MainWindow() {}
|
||||
Reference in New Issue
Block a user