class QShowDialog extends QAction {
        /** @var null|string The JS to show the dialog */
        protected $strJavaScript = null;

        /**