16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to enter data needed for the initial creation |
26 Module implementing a dialog to enter data needed for the initial creation |
25 of a repository configuration file (hgrc). |
27 of a repository configuration file (hgrc). |
26 </p> |
28 </p> |
27 <h3>Global Attributes</h3> |
29 <h3>Global Attributes</h3> |
|
30 |
28 <table> |
31 <table> |
29 <tr><td>None</td></tr> |
32 <tr><td>None</td></tr> |
30 </table> |
33 </table> |
31 <h3>Classes</h3> |
34 <h3>Classes</h3> |
|
35 |
32 <table> |
36 <table> |
|
37 |
33 <tr> |
38 <tr> |
34 <td><a href="#HgRepoConfigDataDialog">HgRepoConfigDataDialog</a></td> |
39 <td><a href="#HgRepoConfigDataDialog">HgRepoConfigDataDialog</a></td> |
35 <td>Class implementing a dialog to enter data needed for the initial creation of a repository configuration file (hgrc).</td> |
40 <td>Class implementing a dialog to enter data needed for the initial creation of a repository configuration file (hgrc).</td> |
36 </tr> |
41 </tr> |
37 </table> |
42 </table> |
38 <h3>Functions</h3> |
43 <h3>Functions</h3> |
|
44 |
39 <table> |
45 <table> |
40 <tr><td>None</td></tr> |
46 <tr><td>None</td></tr> |
41 </table> |
47 </table> |
42 <hr /><hr /> |
48 <hr /> |
|
49 <hr /> |
43 <a NAME="HgRepoConfigDataDialog" ID="HgRepoConfigDataDialog"></a> |
50 <a NAME="HgRepoConfigDataDialog" ID="HgRepoConfigDataDialog"></a> |
44 <h2>HgRepoConfigDataDialog</h2> |
51 <h2>HgRepoConfigDataDialog</h2> |
|
52 |
45 <p> |
53 <p> |
46 Class implementing a dialog to enter data needed for the initial creation |
54 Class implementing a dialog to enter data needed for the initial creation |
47 of a repository configuration file (hgrc). |
55 of a repository configuration file (hgrc). |
48 </p> |
56 </p> |
49 <h3>Derived from</h3> |
57 <h3>Derived from</h3> |
50 QDialog, Ui_HgRepoConfigDataDialog |
58 QDialog, Ui_HgRepoConfigDataDialog |
51 <h3>Class Attributes</h3> |
59 <h3>Class Attributes</h3> |
|
60 |
52 <table> |
61 <table> |
53 <tr><td>None</td></tr> |
62 <tr><td>None</td></tr> |
54 </table> |
63 </table> |
55 <h3>Class Methods</h3> |
64 <h3>Class Methods</h3> |
|
65 |
56 <table> |
66 <table> |
57 <tr><td>None</td></tr> |
67 <tr><td>None</td></tr> |
58 </table> |
68 </table> |
59 <h3>Methods</h3> |
69 <h3>Methods</h3> |
|
70 |
60 <table> |
71 <table> |
|
72 |
61 <tr> |
73 <tr> |
62 <td><a href="#HgRepoConfigDataDialog.__init__">HgRepoConfigDataDialog</a></td> |
74 <td><a href="#HgRepoConfigDataDialog.__init__">HgRepoConfigDataDialog</a></td> |
63 <td>Constructor</td> |
75 <td>Constructor</td> |
64 </tr><tr> |
76 </tr> |
|
77 <tr> |
65 <td><a href="#HgRepoConfigDataDialog.getData">getData</a></td> |
78 <td><a href="#HgRepoConfigDataDialog.getData">getData</a></td> |
66 <td>Public method to get the data entered into the dialog.</td> |
79 <td>Public method to get the data entered into the dialog.</td> |
67 </tr><tr> |
80 </tr> |
|
81 <tr> |
68 <td><a href="#HgRepoConfigDataDialog.getLargefilesData">getLargefilesData</a></td> |
82 <td><a href="#HgRepoConfigDataDialog.getLargefilesData">getLargefilesData</a></td> |
69 <td>Public method to get the data for the largefiles extension.</td> |
83 <td>Public method to get the data for the largefiles extension.</td> |
70 </tr><tr> |
84 </tr> |
|
85 <tr> |
71 <td><a href="#HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked">on_defaultPushShowPasswordButton_clicked</a></td> |
86 <td><a href="#HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked">on_defaultPushShowPasswordButton_clicked</a></td> |
72 <td>Private slot to switch the default password visibility of the default push password.</td> |
87 <td>Private slot to switch the default password visibility of the default push password.</td> |
73 </tr><tr> |
88 </tr> |
|
89 <tr> |
74 <td><a href="#HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked">on_defaultShowPasswordButton_clicked</a></td> |
90 <td><a href="#HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked">on_defaultShowPasswordButton_clicked</a></td> |
75 <td>Private slot to switch the default password visibility of the default password.</td> |
91 <td>Private slot to switch the default password visibility of the default password.</td> |
76 </tr> |
92 </tr> |
77 </table> |
93 </table> |
78 <h3>Static Methods</h3> |
94 <h3>Static Methods</h3> |
|
95 |
79 <table> |
96 <table> |
80 <tr><td>None</td></tr> |
97 <tr><td>None</td></tr> |
81 </table> |
98 </table> |
|
99 |
82 <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a> |
100 <a NAME="HgRepoConfigDataDialog.__init__" ID="HgRepoConfigDataDialog.__init__"></a> |
83 <h4>HgRepoConfigDataDialog (Constructor)</h4> |
101 <h4>HgRepoConfigDataDialog (Constructor)</h4> |
84 <b>HgRepoConfigDataDialog</b>(<i>withLargefiles=False, largefilesData=None, parent=None</i>) |
102 <b>HgRepoConfigDataDialog</b>(<i>withLargefiles=False, largefilesData=None, parent=None</i>) |
|
103 |
85 <p> |
104 <p> |
86 Constructor |
105 Constructor |
87 </p><dl> |
106 </p> |
|
107 <dl> |
|
108 |
88 <dt><i>withLargefiles</i></dt> |
109 <dt><i>withLargefiles</i></dt> |
89 <dd> |
110 <dd> |
90 flag indicating to configure the largefiles |
111 flag indicating to configure the largefiles |
91 section (boolean) |
112 section (boolean) |
92 </dd><dt><i>largefilesData</i></dt> |
113 </dd> |
|
114 <dt><i>largefilesData</i></dt> |
93 <dd> |
115 <dd> |
94 dictionary with data for the largefiles |
116 dictionary with data for the largefiles |
95 section (dict) |
117 section (dict) |
96 </dd><dt><i>parent</i></dt> |
118 </dd> |
|
119 <dt><i>parent</i></dt> |
97 <dd> |
120 <dd> |
98 reference to the parent widget (QWidget) |
121 reference to the parent widget (QWidget) |
99 </dd> |
122 </dd> |
100 </dl><a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a> |
123 </dl> |
|
124 <a NAME="HgRepoConfigDataDialog.getData" ID="HgRepoConfigDataDialog.getData"></a> |
101 <h4>HgRepoConfigDataDialog.getData</h4> |
125 <h4>HgRepoConfigDataDialog.getData</h4> |
102 <b>getData</b>(<i></i>) |
126 <b>getData</b>(<i></i>) |
|
127 |
103 <p> |
128 <p> |
104 Public method to get the data entered into the dialog. |
129 Public method to get the data entered into the dialog. |
105 </p><dl> |
130 </p> |
|
131 <dl> |
106 <dt>Returns:</dt> |
132 <dt>Returns:</dt> |
107 <dd> |
133 <dd> |
108 tuple giving the default and default push URLs (tuple of |
134 tuple giving the default and default push URLs (tuple of |
109 two strings) |
135 two strings) |
110 </dd> |
136 </dd> |
111 </dl><a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a> |
137 </dl> |
|
138 <a NAME="HgRepoConfigDataDialog.getLargefilesData" ID="HgRepoConfigDataDialog.getLargefilesData"></a> |
112 <h4>HgRepoConfigDataDialog.getLargefilesData</h4> |
139 <h4>HgRepoConfigDataDialog.getLargefilesData</h4> |
113 <b>getLargefilesData</b>(<i></i>) |
140 <b>getLargefilesData</b>(<i></i>) |
|
141 |
114 <p> |
142 <p> |
115 Public method to get the data for the largefiles extension. |
143 Public method to get the data for the largefiles extension. |
116 </p><dl> |
144 </p> |
|
145 <dl> |
117 <dt>Returns:</dt> |
146 <dt>Returns:</dt> |
118 <dd> |
147 <dd> |
119 tuple with the minimum file size (integer) and file patterns |
148 tuple with the minimum file size (integer) and file patterns |
120 (list of string). None as value denote to use the default value. |
149 (list of string). None as value denote to use the default value. |
121 </dd> |
150 </dd> |
122 </dl><a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a> |
151 </dl> |
|
152 <a NAME="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked"></a> |
123 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4> |
153 <h4>HgRepoConfigDataDialog.on_defaultPushShowPasswordButton_clicked</h4> |
124 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>) |
154 <b>on_defaultPushShowPasswordButton_clicked</b>(<i>checked</i>) |
|
155 |
125 <p> |
156 <p> |
126 Private slot to switch the default password visibility |
157 Private slot to switch the default password visibility |
127 of the default push password. |
158 of the default push password. |
128 </p><dl> |
159 </p> |
|
160 <dl> |
|
161 |
129 <dt><i>checked</i></dt> |
162 <dt><i>checked</i></dt> |
130 <dd> |
163 <dd> |
131 state of the push button (boolean) |
164 state of the push button (boolean) |
132 </dd> |
165 </dd> |
133 </dl><a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a> |
166 </dl> |
|
167 <a NAME="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked" ID="HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked"></a> |
134 <h4>HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked</h4> |
168 <h4>HgRepoConfigDataDialog.on_defaultShowPasswordButton_clicked</h4> |
135 <b>on_defaultShowPasswordButton_clicked</b>(<i>checked</i>) |
169 <b>on_defaultShowPasswordButton_clicked</b>(<i>checked</i>) |
|
170 |
136 <p> |
171 <p> |
137 Private slot to switch the default password visibility |
172 Private slot to switch the default password visibility |
138 of the default password. |
173 of the default password. |
139 </p><dl> |
174 </p> |
|
175 <dl> |
|
176 |
140 <dt><i>checked</i></dt> |
177 <dt><i>checked</i></dt> |
141 <dd> |
178 <dd> |
142 state of the push button (boolean) |
179 state of the push button (boolean) |
143 </dd> |
180 </dd> |
144 </dl> |
181 </dl> |