userguide/inc/HelpBaseView.h
changeset 33 1038206aa0cb
parent 18 375271912456
child 34 4533d75b8d4e
equal deleted inserted replaced
23:99b096216bc8 33:1038206aa0cb
    43 private slots: // handle tollbar event
    43 private slots: // handle tollbar event
    44     void onToolbarAll()		{ emit showAllList(); };
    44     void onToolbarAll()		{ emit showAllList(); };
    45     void onToolbarFind()	{ emit showFindList(); };
    45     void onToolbarFind()	{ emit showFindList(); };
    46     void onToolbarOnlineSupport();
    46     void onToolbarOnlineSupport();
    47 
    47 
    48 private slots:
    48 protected slots:
    49 	void onOrientationChanged(Qt::Orientation orientation);
    49 	virtual void onOrientationChanged(Qt::Orientation orientation);
    50 
    50 
    51 protected:
    51 protected:
    52 	void initBaseDocMl();
    52 	void initBaseDocMl();
    53 
    53 
    54 protected:
    54 protected: