src/hbcore/gui/hbpopup.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
   116 
   116 
   117     QPainterPath shape() const;
   117     QPainterPath shape() const;
   118 
   118 
   119 public slots:
   119 public slots:
   120     void open( QObject *receiver = 0, const char *member = 0);
   120     void open( QObject *receiver = 0, const char *member = 0);
   121     void exec();
       
   122     void handlePopupPos();
   121     void handlePopupPos();
   123 
   122 
   124 signals:
   123 signals:
   125     void aboutToShow();
   124     void aboutToShow();
   126     void aboutToHide();
   125     void aboutToHide();