X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fpopupwidget.h;h=eaf41de0eab66f887fdff8d810dcaa7edd40e177;hb=cf8cd699e91df40c3f9070019f7c561432b4b4dd;hp=7a73b920619e992901525fece3f82eb2fa8846b2;hpb=0a468d9b5ae7b3e5ba106facf17698d89b1ce200;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/popupwidget.h b/HomeScreen/src/popupwidget.h index 7a73b92..eaf41de 100644 --- a/HomeScreen/src/popupwidget.h +++ b/HomeScreen/src/popupwidget.h @@ -38,14 +38,19 @@ public slots: // from popup_adapter.h public Q_SLOTS: // METHODS void showPopup(int /*type*/, const QString &text); + void showPopupComboBox(const QString &text, const QStringList &choices); private slots: void on_pushButton_OK_clicked(); +signals: + void comboBoxResult(QString choice); + private: Ui::PopupWidget *mp_ui; PopupAdaptor *mp_popupAdaptor; + bool m_sendComboBoxChoice; // for showPupupFor LayoutSelection //QList m_pushButtons; };