src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
76 <p> 76 <p>
77 Constructor 77 Constructor
78 </p> 78 </p>
79 <dl> 79 <dl>
80 80
81 <dt><i>recursive</i></dt> 81 <dt><i>recursive</i> (bool)</dt>
82 <dd> 82 <dd>
83 flag indicating a recursive set is requested 83 flag indicating a recursive set is requested
84 </dd> 84 </dd>
85 <dt><i>parent</i></dt> 85 <dt><i>parent</i> (QWidget)</dt>
86 <dd> 86 <dd>
87 parent widget (QWidget) 87 parent widget
88 </dd> 88 </dd>
89 </dl> 89 </dl>
90 <a NAME="SvnPropSetDialog.getData" ID="SvnPropSetDialog.getData"></a> 90 <a NAME="SvnPropSetDialog.getData" ID="SvnPropSetDialog.getData"></a>
91 <h4>SvnPropSetDialog.getData</h4> 91 <h4>SvnPropSetDialog.getData</h4>
92 <b>getData</b>(<i></i>) 92 <b>getData</b>(<i></i>)
95 Public slot used to retrieve the data entered into the dialog. 95 Public slot used to retrieve the data entered into the dialog.
96 </p> 96 </p>
97 <dl> 97 <dl>
98 <dt>Return:</dt> 98 <dt>Return:</dt>
99 <dd> 99 <dd>
100 tuple of three values giving the property name, the text 100 tuple containing the property name, the text of the property and
101 of the property and a flag indicating, that this property 101 a flag indicating, that this property should be applied recursively.
102 should be applied recursively. (string, string, boolean) 102 </dd>
103 </dl>
104 <dl>
105 <dt>Return Type:</dt>
106 <dd>
107 tuple of (str, str, bool)
103 </dd> 108 </dd>
104 </dl> 109 </dl>
105 <div align="right"><a href="#top">Up</a></div> 110 <div align="right"><a href="#top">Up</a></div>
106 <hr /> 111 <hr />
107 </body></html> 112 </body></html>

eric ide

mercurial