diff options
Diffstat (limited to 'proverb/build')
-rw-r--r-- | proverb/build/about.h | 8 | ||||
-rw-r--r-- | proverb/build/mainwindow.cpp | 10 | ||||
-rw-r--r-- | proverb/build/mainwindow.h | 8 |
3 files changed, 26 insertions, 0 deletions
diff --git a/proverb/build/about.h b/proverb/build/about.h new file mode 100644 index 0000000..f883d4f --- /dev/null +++ b/proverb/build/about.h @@ -0,0 +1,8 @@ +/**************************************************************************** +** Form interface generated from reading ui file 'ui/about.ui' +** +** Created by User Interface Compiler +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + diff --git a/proverb/build/mainwindow.cpp b/proverb/build/mainwindow.cpp new file mode 100644 index 0000000..2c12dc5 --- /dev/null +++ b/proverb/build/mainwindow.cpp @@ -0,0 +1,10 @@ +/**************************************************************************** +** Form implementation generated from reading ui file 'ui/mainwindow.ui' +** +** Created by User Interface Compiler +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + +#include "mainwindow.h" + diff --git a/proverb/build/mainwindow.h b/proverb/build/mainwindow.h new file mode 100644 index 0000000..cb15573 --- /dev/null +++ b/proverb/build/mainwindow.h @@ -0,0 +1,8 @@ +/**************************************************************************** +** Form interface generated from reading ui file 'ui/mainwindow.ui' +** +** Created by User Interface Compiler +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + |