aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenSimulator/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreenSimulator/src/mainwindow.cpp')
-rw-r--r--HomeScreenSimulator/src/mainwindow.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/HomeScreenSimulator/src/mainwindow.cpp b/HomeScreenSimulator/src/mainwindow.cpp
index ffc5170..74c02d7 100644
--- a/HomeScreenSimulator/src/mainwindow.cpp
+++ b/HomeScreenSimulator/src/mainwindow.cpp
@@ -144,3 +144,8 @@ void MainWindow::on_pushButton_IconExample_clicked()
// Home Screen app resources...
mp_ui->tableWidget_Status->setItem(0, 2, new QTableWidgetItem(":/icons/home_day.png"));
}
+
+void MainWindow::on_pushButton_PopupExample_clicked()
+{
+ mp_dBusPopupProxy->showPopup(0, "Hello Popup!\nNice to see you!");
+}