Remove MainWindow ui form
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>
|