class QHideDialog extends QAction {
        /** @var null|string JS to be executed on the client side for closing the dialog */
        protected $strJavaScript = null;

        /**