diff options
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/mainwindow.ui b/mainwindow.ui new file mode 100644 index 0000000..f9481ec --- /dev/null +++ b/mainwindow.ui | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8"?> | ||
| 2 | <ui version="4.0"> | ||
| 3 | <class>MainWindow</class> | ||
| 4 | |||
| 5 | <widget class="QMainWindow" name="MainWindow"> | ||
| 6 | <property name="geometry"> | ||
| 7 | <rect> | ||
| 8 | <x>0</x> | ||
| 9 | <y>0</y> | ||
| 10 | <width>800</width> | ||
| 11 | <height>600</height> | ||
| 12 | </rect> | ||
| 13 | </property> | ||
| 14 | <property name="windowTitle"> | ||
| 15 | <string>My first QT app, without the nonsense!</string> | ||
| 16 | </property> | ||
| 17 | </widget> | ||
| 18 | |||
| 19 | <resources/> | ||
| 20 | <connections/> | ||
| 21 | </ui> | ||
