void KinotifyWidget::PrepareNotification ()
{
    CreateWidget ();
    DefaultSize_ = SetData ();
    SetWidgetPlace ();
    ShowNotification ();
}
예제 #2
0
			void KinotifyWidget::showEvent (QShowEvent*)
			{
				DefaultSize_ = page ()->mainFrame ()->contentsSize ();
				resize (DefaultSize_);
				SetWidgetPlace ();
			}