X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreen%2Fsrc%2Fpopupwidget.h;h=eaf41de0eab66f887fdff8d810dcaa7edd40e177;hb=f15a0c90d9514d1edf77b390076ae92d7a99a0ab;hp=a54a6023e4f96db12a661c446832d4d7d462e6e9;hpb=3478f65b39560b333ba189e7d86e2c2cebfc9c7a;p=staging%2FHomeScreen.git diff --git a/HomeScreen/src/popupwidget.h b/HomeScreen/src/popupwidget.h index a54a602..eaf41de 100644 --- a/HomeScreen/src/popupwidget.h +++ b/HomeScreen/src/popupwidget.h @@ -18,7 +18,7 @@ #define POPUPWIDGET_H #include -#include "../interfaces/popup.h" +#include #include "popup_adapter.h" namespace Ui { @@ -38,14 +38,21 @@ 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; }; #endif // POPUPWIDGET_H