forked from Lubuntu/welcome
Add a Community button.
This commit is contained in:
parent
9981240a0f
commit
107d59c173
@ -53,6 +53,12 @@ void MainWindow::on_buttonLXQtConfigurationCenter_clicked()
|
|||||||
process->start(file);
|
process->start(file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void MainWindow::on_buttonCommunity_clicked()
|
||||||
|
{
|
||||||
|
QString contributeLink = "https://lubuntu.me/links/";
|
||||||
|
QDesktopServices::openUrl(QUrl(contributeLink));
|
||||||
|
}
|
||||||
|
|
||||||
void MainWindow::on_buttonContribute_clicked()
|
void MainWindow::on_buttonContribute_clicked()
|
||||||
{
|
{
|
||||||
QString contributeLink = "https://phab.lubuntu.me/w/contributor-guide/";
|
QString contributeLink = "https://phab.lubuntu.me/w/contributor-guide/";
|
||||||
|
@ -37,6 +37,8 @@ private slots:
|
|||||||
|
|
||||||
void on_buttonLXQtConfigurationCenter_clicked();
|
void on_buttonLXQtConfigurationCenter_clicked();
|
||||||
|
|
||||||
|
void on_buttonCommunity_clicked();
|
||||||
|
|
||||||
void on_buttonContribute_clicked();
|
void on_buttonContribute_clicked();
|
||||||
|
|
||||||
void on_actionAbout_triggered();
|
void on_actionAbout_triggered();
|
||||||
|
@ -47,6 +47,16 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QPushButton" name="buttonCommunity">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string><html><head/><body><p>Want to talk with other Lubuntu users? Join the community!</p></body></html></string>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Lubuntu Community</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="buttonContribute">
|
<widget class="QPushButton" name="buttonContribute">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user