diff options
Diffstat (limited to 'QtClient/mainwindow.ui')
-rw-r--r-- | QtClient/mainwindow.ui | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/QtClient/mainwindow.ui b/QtClient/mainwindow.ui new file mode 100644 index 0000000..b232854 --- /dev/null +++ b/QtClient/mainwindow.ui @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>800</width> + <height>600</height> + </rect> + </property> + <property name="windowTitle"> + <string>MainWindow</string> + </property> + <widget class="QWidget" name="centralwidget"/> + <widget class="QMenuBar" name="menubar"/> + <widget class="QStatusBar" name="statusbar"/> + </widget> + <resources/> + <connections/> +</ui> |