<?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>500</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralWidget">
<widget class="QPushButton" name="buttonManual">
<property name="geometry">
<rect>
<x>30</x>
<y>40</y>
<width>121</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Lubuntu Manual</string>
</property>
</widget>
<widget class="QPushButton" name="buttonMonitorSetup">
<property name="geometry">
<rect>
<x>30</x>
<y>80</y>
<width>121</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Monitor Setup</string>
</property>
</widget>
<widget class="QPushButton" name="buttonControlCenter">
<property name="geometry">
<rect>
<x>30</x>
<y>120</y>
<width>121</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Control Center</string>
</property>
</widget>
<widget class="QPushButton" name="buttonCommunity">
<property name="geometry">
<rect>
<x>30</x>
<y>160</y>
<width>121</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Community</string>
</property>
</widget>
<widget class="QPushButton" name="buttonContribute">
<property name="geometry">
<rect>
<x>30</x>
<y>200</y>
<width>121</width>
<height>25</height>
</rect>
</property>
<property name="text">
<string>Contribute</string>
</property>
</widget>
<widget class="QTextEdit" name="textEdit">
<property name="geometry">
<rect>
<x>260</x>
<y>50</y>
<width>211</width>
<height>161</height>
</rect>
</property>
<property name="html">
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">What's new in 19.04</p>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Here is a simple and quick read of some of the new things in the latest version of Lubuntu</p></body></html></string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>260</x>
<y>220</y>
<width>211</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Show this window at startup</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionExit"/>
</widget>
<addaction name="menuFile"/>
</widget>
<action name="actionExit">
<property name="text">
<string>Exit</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>