forked from Lubuntu/welcome
LXQt, not LXQT.
This commit is contained in:
parent
a64d4467f5
commit
3d1a75b901
@ -46,7 +46,7 @@ void MainWindow::on_buttonMonitorSetup_clicked()
|
|||||||
process->start(file);
|
process->start(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_buttonLXQTConfigurationCenter_clicked()
|
void MainWindow::on_buttonLXQtConfigurationCenter_clicked()
|
||||||
{
|
{
|
||||||
QProcess *process = new QProcess(this);
|
QProcess *process = new QProcess(this);
|
||||||
QString file = "/usr/bin/lxqt-config";
|
QString file = "/usr/bin/lxqt-config";
|
||||||
|
@ -35,7 +35,7 @@ private slots:
|
|||||||
|
|
||||||
void on_buttonMonitorSetup_clicked();
|
void on_buttonMonitorSetup_clicked();
|
||||||
|
|
||||||
void on_buttonLXQTConfigurationCenter_clicked();
|
void on_buttonLXQtConfigurationCenter_clicked();
|
||||||
|
|
||||||
void on_buttonContribute_clicked();
|
void on_buttonContribute_clicked();
|
||||||
|
|
||||||
|
@ -38,12 +38,12 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="buttonLXQTConfigurationCenter">
|
<widget class="QPushButton" name="buttonLXQtConfigurationCenter">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string><html><head/><body><p>Open up LXQT Configuration Center to change LXQt settings</p></body></html></string>
|
<string><html><head/><body><p>Open up LXQt Configuration Center to change LXQt settings</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>LXQT Configuration Center</string>
|
<string>LXQt Configuration Center</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user