mirror of
https://github.com/lubuntu-team/welcome.git
synced 2025-03-10 06:41:07 +00:00
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);
|
||||
}
|
||||
|
||||
void MainWindow::on_buttonCommunity_clicked()
|
||||
{
|
||||
QString contributeLink = "https://lubuntu.me/links/";
|
||||
QDesktopServices::openUrl(QUrl(contributeLink));
|
||||
}
|
||||
|
||||
void MainWindow::on_buttonContribute_clicked()
|
||||
{
|
||||
QString contributeLink = "https://phab.lubuntu.me/w/contributor-guide/";
|
||||
|
@ -37,6 +37,8 @@ private slots:
|
||||
|
||||
void on_buttonLXQtConfigurationCenter_clicked();
|
||||
|
||||
void on_buttonCommunity_clicked();
|
||||
|
||||
void on_buttonContribute_clicked();
|
||||
|
||||
void on_actionAbout_triggered();
|
||||
|
@ -47,6 +47,16 @@
|
||||
</property>
|
||||
</widget>
|
||||
</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>
|
||||
<widget class="QPushButton" name="buttonContribute">
|
||||
<property name="toolTip">
|
||||
|
Loading…
x
Reference in New Issue
Block a user