75 <tr> |
75 <tr> |
76 <td><a href="#DjangoRunTestServerDataDialog.getData">getData</a></td> |
76 <td><a href="#DjangoRunTestServerDataDialog.getData">getData</a></td> |
77 <td>Public method to get the data entered into the dialog.</td> |
77 <td>Public method to get the data entered into the dialog.</td> |
78 </tr> |
78 </tr> |
79 <tr> |
79 <tr> |
80 <td><a href="#DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked">on_fixtureFileButton_clicked</a></td> |
80 <td><a href="#DjangoRunTestServerDataDialog.on_fixturesPicker_textChanged">on_fixturesPicker_textChanged</a></td> |
81 <td>Private slot to select a fixture file via a file selection dialog.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged">on_fixturesEdit_textChanged</a></td> |
|
85 <td>Private slot to handle a change of the fixtures text.</td> |
81 <td>Private slot to handle a change of the fixtures text.</td> |
86 </tr> |
82 </tr> |
87 </table> |
83 </table> |
88 <h3>Static Methods</h3> |
84 <h3>Static Methods</h3> |
89 |
85 |
98 <p> |
94 <p> |
99 Constructor |
95 Constructor |
100 </p> |
96 </p> |
101 <dl> |
97 <dl> |
102 |
98 |
103 <dt><i>project</i></dt> |
99 <dt><i>project</i> (Project)</dt> |
104 <dd> |
100 <dd> |
105 reference to the Django project object |
101 reference to the Django project object |
106 </dd> |
102 </dd> |
107 <dt><i>parent</i></dt> |
103 <dt><i>parent</i> (QWidget)</dt> |
108 <dd> |
104 <dd> |
109 reference to the parent widget (QWidget) |
105 reference to the parent widget |
110 </dd> |
106 </dd> |
111 </dl> |
107 </dl> |
112 <a NAME="DjangoRunTestServerDataDialog.getData" ID="DjangoRunTestServerDataDialog.getData"></a> |
108 <a NAME="DjangoRunTestServerDataDialog.getData" ID="DjangoRunTestServerDataDialog.getData"></a> |
113 <h4>DjangoRunTestServerDataDialog.getData</h4> |
109 <h4>DjangoRunTestServerDataDialog.getData</h4> |
114 <b>getData</b>(<i></i>) |
110 <b>getData</b>(<i></i>) |
117 Public method to get the data entered into the dialog. |
113 Public method to get the data entered into the dialog. |
118 </p> |
114 </p> |
119 <dl> |
115 <dl> |
120 <dt>Return:</dt> |
116 <dt>Return:</dt> |
121 <dd> |
117 <dd> |
122 list of fixtures (list of strings) |
118 list of fixtures |
123 </dd> |
119 </dd> |
124 </dl> |
120 </dl> |
125 <a NAME="DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked" ID="DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked"></a> |
121 <dl> |
126 <h4>DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked</h4> |
122 <dt>Return Type:</dt> |
127 <b>on_fixtureFileButton_clicked</b>(<i></i>) |
123 <dd> |
128 |
124 list of str |
129 <p> |
125 </dd> |
130 Private slot to select a fixture file via a file selection dialog. |
126 </dl> |
131 </p> |
127 <a NAME="DjangoRunTestServerDataDialog.on_fixturesPicker_textChanged" ID="DjangoRunTestServerDataDialog.on_fixturesPicker_textChanged"></a> |
132 <a NAME="DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged" ID="DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged"></a> |
128 <h4>DjangoRunTestServerDataDialog.on_fixturesPicker_textChanged</h4> |
133 <h4>DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged</h4> |
129 <b>on_fixturesPicker_textChanged</b>(<i>txt</i>) |
134 <b>on_fixturesEdit_textChanged</b>(<i>txt</i>) |
|
135 |
130 |
136 <p> |
131 <p> |
137 Private slot to handle a change of the fixtures text. |
132 Private slot to handle a change of the fixtures text. |
138 </p> |
133 </p> |
139 <dl> |
134 <dl> |
140 |
135 |
141 <dt><i>txt</i></dt> |
136 <dt><i>txt</i> (str)</dt> |
142 <dd> |
137 <dd> |
143 text of the line edit (string) |
138 text of the line edit |
144 </dd> |
139 </dd> |
145 </dl> |
140 </dl> |
146 <div align="right"><a href="#top">Up</a></div> |
141 <div align="right"><a href="#top">Up</a></div> |
147 <hr /> |
142 <hr /> |
148 </body></html> |
143 </body></html> |