99 <p> |
99 <p> |
100 Constructor |
100 Constructor |
101 </p> |
101 </p> |
102 <dl> |
102 <dl> |
103 |
103 |
104 <dt><i>parent</i></dt> |
104 <dt><i>parent</i> (QWidget)</dt> |
105 <dd> |
105 <dd> |
106 parent widget of this dialog (QWidget) |
106 reference to the parent widget |
107 </dd> |
107 </dd> |
108 <dt><i>name</i></dt> |
108 <dt><i>name</i> (str)</dt> |
109 <dd> |
109 <dd> |
110 name of this dialog (string) |
110 name of this dialog |
111 </dd> |
111 </dd> |
112 <dt><i>modal</i></dt> |
112 <dt><i>modal</i> (bool)</dt> |
113 <dd> |
113 <dd> |
114 flag to indicate a modal dialog (boolean) |
114 flag to indicate a modal dialog |
115 </dd> |
115 </dd> |
116 </dl> |
116 </dl> |
117 <a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a> |
117 <a NAME="VariablesFilterDialog.getSelection" ID="VariablesFilterDialog.getSelection"></a> |
118 <h4>VariablesFilterDialog.getSelection</h4> |
118 <h4>VariablesFilterDialog.getSelection</h4> |
119 <b>getSelection</b>(<i></i>) |
119 <b>getSelection</b>(<i></i>) |
142 <p> |
142 <p> |
143 Private slot called by a button of the button box clicked. |
143 Private slot called by a button of the button box clicked. |
144 </p> |
144 </p> |
145 <dl> |
145 <dl> |
146 |
146 |
147 <dt><i>button</i></dt> |
147 <dt><i>button</i> (QAbstractButton)</dt> |
148 <dd> |
148 <dd> |
149 button that was clicked (QAbstractButton) |
149 button that was clicked |
150 </dd> |
150 </dd> |
151 </dl> |
151 </dl> |
152 <a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a> |
152 <a NAME="VariablesFilterDialog.setSelection" ID="VariablesFilterDialog.setSelection"></a> |
153 <h4>VariablesFilterDialog.setSelection</h4> |
153 <h4>VariablesFilterDialog.setSelection</h4> |
154 <b>setSelection</b>(<i>lList, gList</i>) |
154 <b>setSelection</b>(<i>lList, gList</i>) |