--- a/src/eric7/Documentation/Source/eric7.Preferences.ShortcutDialog.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ShortcutDialog.html Wed Dec 20 14:58:58 2023 +0100 @@ -115,17 +115,17 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -The parent widget of this dialog. (QWidget) +The parent widget of this dialog. </dd> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -The name of this dialog. (string) +The name of this dialog. </dd> -<dt><i>modal</i></dt> +<dt><i>modal</i> (bool)</dt> <dd> -Flag indicating a modal dialog. (boolean) +Flag indicating a modal dialog. </dd> </dl> <a NAME="ShortcutDialog.__clear" ID="ShortcutDialog.__clear"></a> @@ -151,9 +151,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to be set (string) +text to be set </dd> </dl> <a NAME="ShortcutDialog.__typeChanged" ID="ShortcutDialog.__typeChanged"></a> @@ -172,11 +172,11 @@ </p> <dl> -<dt><i>watched</i></dt> +<dt><i>watched</i> (QObject)</dt> <dd> the QObject being watched </dd> -<dt><i>event</i></dt> +<dt><i>event</i> (QEvent)</dt> <dd> the event that occurred </dd> @@ -187,6 +187,12 @@ always False </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="ShortcutDialog.keyPressEvent" ID="ShortcutDialog.keyPressEvent"></a> <h4>ShortcutDialog.keyPressEvent</h4> <b>keyPressEvent</b>(<i>evt</i>) @@ -196,9 +202,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QKeyEvent)</dt> <dd> -the key event (QKeyEvent) +the key event </dd> </dl> <a NAME="ShortcutDialog.on_buttonBox_accepted" ID="ShortcutDialog.on_buttonBox_accepted"></a> @@ -217,22 +223,22 @@ </p> <dl> -<dt><i>key</i></dt> +<dt><i>key</i> (QKeySequence)</dt> <dd> -key sequence to be changed (QKeySequence) +key sequence to be changed </dd> -<dt><i>alternateKey</i></dt> +<dt><i>alternateKey</i> (QKeySequence)</dt> <dd> -alternate key sequence to be changed (QKeySequence) +alternate key sequence to be changed </dd> -<dt><i>noCheck</i></dt> +<dt><i>noCheck</i> (bool)</dt> <dd> flag indicating that no uniqueness check should - be performed (boolean) + be performed </dd> -<dt><i>objectType</i></dt> +<dt><i>objectType</i> (str)</dt> <dd> -type of the object (string). +type of the object </dd> </dl> <div align="right"><a href="#top">Up</a></div>