summary refs log tree commit diff
path: root/forms/MainWindow.ui
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-06 02:06:42 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-04-06 02:06:42 +0300
commit4f45575c791a73e6711583c680f60954de094666 (patch)
tree8b4b72e2e9a40ed57f9e02cba496a94123c1ea18 /forms/MainWindow.ui
downloadnheko-4f45575c791a73e6711583c680f60954de094666.tar.xz
Initial commit
Diffstat (limited to 'forms/MainWindow.ui')
-rw-r--r--forms/MainWindow.ui42
1 files changed, 42 insertions, 0 deletions
diff --git a/forms/MainWindow.ui b/forms/MainWindow.ui
new file mode 100644

index 00000000..7035b213 --- /dev/null +++ b/forms/MainWindow.ui
@@ -0,0 +1,42 @@ +<?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>850</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>850</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 - Matrix Desktop Client </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>