summary refs log tree commit diff
path: root/forms
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-14 21:10:03 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-14 21:10:03 +0300
commita568d60cef5e293c33eec6a1864e361f16b895b9 (patch)
tree8014f8546f7b6af95ff67d06c565034f54d607f3 /forms
parentAdd missing parents (diff)
downloadnheko-a568d60cef5e293c33eec6a1864e361f16b895b9.tar.xz
Remove MainWindow ui form
Diffstat (limited to 'forms')
-rw-r--r--forms/MainWindow.ui42
1 files changed, 0 insertions, 42 deletions
diff --git a/forms/MainWindow.ui b/forms/MainWindow.ui
deleted file mode 100644

index 5549bad0..00000000 --- a/forms/MainWindow.ui +++ /dev/null
@@ -1,42 +0,0 @@ -<?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>1066</width> - <height>600</height> - </rect> - </property> - <property name="sizePolicy"> - <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>950</width> - <height>600</height> - </size> - </property> - <property name="font"> - <font> - <family>Open Sans</family> - <stylestrategy>PreferAntialias</stylestrategy> - </font> - </property> - <property name="windowTitle"> - <string notr="true"> nheko </string> - </property> - <property name="styleSheet"> - <string notr="true">background-color: #f9f9f9</string> - </property> - <widget class="QWidget" name="centralWidget"/> - </widget> - <layoutdefault spacing="6" margin="11"/> - <resources/> - <connections/> -</ui>