Remove monitor config button, fix logo and add to window

master
Dan Simmons 4 years ago
parent 0e80ee23c8
commit a6f0cf3453

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.4 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

@ -39,13 +39,6 @@ void MainWindow::on_buttonManual_clicked()
QDesktopServices::openUrl(QUrl(manualLink));
}
void MainWindow::on_buttonMonitorSetup_clicked()
{
QProcess *process = new QProcess(this);
QString file = "/usr/bin/lxqt-config-monitor";
process->start(file);
}
void MainWindow::on_buttonLXQtConfigurationCenter_clicked()
{
QProcess *process = new QProcess(this);

@ -33,8 +33,6 @@ public:
private slots:
void on_buttonManual_clicked();
void on_buttonMonitorSetup_clicked();
void on_buttonLXQtConfigurationCenter_clicked();
void on_buttonCommunity_clicked();

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>604</width>
<height>312</height>
<width>615</width>
<height>344</height>
</rect>
</property>
<property name="windowTitle">
@ -32,16 +32,6 @@ background-color: rgb(61, 61, 61);</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonMonitorSetup">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Adjust monitor settings&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Monitor Setup</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonLXQtConfigurationCenter">
<property name="toolTip">
@ -100,34 +90,35 @@ background-color: rgb(61, 61, 61);</string>
<item>
<widget class="QTextEdit" name="textEdit">
<property name="styleSheet">
<string notr="true">background color:rgb(25, 25, 25)</string>
<string notr="true">background color:rgb(26, 95, 157)</string>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;What's new in 19.04&lt;/span&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;img src=&quot;:/images/logo.png&quot; /&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:20pt;&quot;&gt;What's new in 20.04 LTS&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:11pt;&quot;&gt;Here is a simple and quick read of some of the new things in the latest version of Lubuntu&lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-size:11pt;&quot; style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Lorem Ipsum&lt;/li&gt;
&lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:12pt;&quot;&gt;Here is a list of some of the new things we have been working on for the latest release of Lubuntu.&lt;/span&gt;&lt;/p&gt;
&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; font-size:11pt;&quot; style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Update Notifier&lt;/span&gt; - Update notifications are presented on screen and can be applied using the new tool.&lt;/li&gt;
&lt;li style=&quot; font-size:11pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Lorem Ipsum&lt;/li&gt;
&lt;li style=&quot; font-size:11pt;&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Lorem Ipsum&lt;/li&gt;&lt;/ul&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox">
<property name="styleSheet">
<string notr="true">background color:rgb(35, 35, 35)</string>
</property>
<property name="text">
<string>Show this window at startup</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="1" column="1">
<widget class="QCheckBox" name="checkBox">
<property name="styleSheet">
<string notr="true">background color:rgb(35, 35, 35)</string>
</property>
<property name="text">
<string>Show this window at startup</string>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
@ -135,7 +126,7 @@ p, li { white-space: pre-wrap; }
<rect>
<x>0</x>
<y>0</y>
<width>604</width>
<width>615</width>
<height>28</height>
</rect>
</property>

Loading…
Cancel
Save