src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog</h1>
10
11 <p>
12 Module implementing a dialog to enter data needed for the initial creation
13 of a repository configuration file (hgrc).
14 </p>
15 <h3>Global Attributes</h3>
16
17 <table>
18 <tr><td>None</td></tr>
19 </table>
20 <h3>Classes</h3>
21
22 <table>
23
24 <tr>
25 <td><a href="#HgRepoConfigDataDialog">HgRepoConfigDataDialog</a></td>
26 <td>Class implementing a dialog to enter data needed for the initial creation of a repository configuration file (hgrc).</td>
27 </tr>
28 </table>
29 <h3>Functions</h3>
30
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <hr />
35 <hr />
36 <a NAME="HgRepoConfigDataDialog" ID="HgRepoConfigDataDialog"></a>
37 <h2>HgRepoConfigDataDialog</h2>
38
39 <p>
40 Class implementing a dialog to enter data needed for the initial creation
41 of a repository configuration file (hgrc).
42 </p>
43 <h3>Derived from</h3>
44 QDialog, Ui_HgRepoConfigDataDialog
45 <h3>Class Attributes</h3>
46
47 <table>
48 <tr><td>None</td></tr>
49 </table>
50 <h3>Class Methods</h3>
51
52 <table>
53 <tr><td>None</td></tr>
54 </table>
55 <h3>Methods</h3>
56
57 <table>
58
59 <tr>
60 <td><a href="#HgRepoConfigDataDialog.__init__">HgRepoConfigDataDialog</a></td>
61 <td>Constructor</td>
62 </tr>
63 <tr>
64 <td><a href="#HgRepoConfigDataDialog.getData">getData</a></td>
65 <td>Public method to get the data entered into the dialog.</td>
66 </tr>
67 <tr>
68 <td><a href="#HgRepoConfigDataDialog.getLargefilesData">getLargefilesData</a></td>
69 <td>Public method to get the data for the largefiles extension.</td>
70 </tr>
71 <tr>
72 <td><a href="#HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked">on_defaultPushShowPasswordButton_clicked</a></td>
73 <td>Private slot to switch the default password visibility of the default push password.</td>
74 </tr>
75 <tr>
76 <td><a href="#HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked">on_defaultShowPasswordButton_clicked</a></td>
77 <td>Private slot to switch the default password visibility of the default password.</td>
78 </tr>
79 </table>
80 <h3>Static Methods</h3>
81
82 <table>
83 <tr><td>None</td></tr>
84 </table>
85
86 <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a>
87 <h4>HgRepoConfigDataDialog (Constructor)</h4>
88 <b>HgRepoConfigDataDialog</b>(<i>withLargefiles=False, largefilesData=None, parent=None</i>)
89
90 <p>
91 Constructor
92 </p>
93 <dl>
94
95 <dt><i>withLargefiles</i></dt>
96 <dd>
97 flag indicating to configure the largefiles
98 section (boolean)
99 </dd>
100 <dt><i>largefilesData</i></dt>
101 <dd>
102 dictionary with data for the largefiles
103 section (dict)
104 </dd>
105 <dt><i>parent</i></dt>
106 <dd>
107 reference to the parent widget (QWidget)
108 </dd>
109 </dl>
110 <a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a>
111 <h4>HgRepoConfigDataDialog.getData</h4>
112 <b>getData</b>(<i></i>)
113
114 <p>
115 Public method to get the data entered into the dialog.
116 </p>
117 <dl>
118 <dt>Return:</dt>
119 <dd>
120 tuple giving the default and default push URLs (tuple of
121 two strings)
122 </dd>
123 </dl>
124 <a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a>
125 <h4>HgRepoConfigDataDialog.getLargefilesData</h4>
126 <b>getLargefilesData</b>(<i></i>)
127
128 <p>
129 Public method to get the data for the largefiles extension.
130 </p>
131 <dl>
132 <dt>Return:</dt>
133 <dd>
134 tuple with the minimum file size (integer) and file patterns
135 (list of string). None as value denote to use the default value.
136 </dd>
137 </dl>
138 <a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a>
139 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4>
140 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>)
141
142 <p>
143 Private slot to switch the default password visibility
144 of the default push password.
145 </p>
146 <dl>
147
148 <dt><i>checked</i></dt>
149 <dd>
150 state of the push button (boolean)
151 </dd>
152 </dl>
153 <a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a>
154 <h4>HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked</h4>
155 <b>on_defaultShowPasswordButton_clicked</b>(<i>checked</i>)
156
157 <p>
158 Private slot to switch the default password visibility
159 of the default password.
160 </p>
161 <dl>
162
163 <dt><i>checked</i></dt>
164 <dd>
165 state of the push button (boolean)
166 </dd>
167 </dl>
168 <div align="right"><a href="#top">Up</a></div>
169 <hr />
170 </body></html>

eric ide

mercurial