GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
moc-dialog.cc
Go to the documentation of this file.
1 #ifdef HAVE_CONFIG_H
2 #include <config.h>
3 #endif
4 /****************************************************************************
5 ** Meta object code from reading C++ file 'dialog.h'
6 **
7 ** Created by: The Qt Meta Object Compiler version 63 (Qt 4.8.6)
8 **
9 ** WARNING! All changes made in this file will be lost!
10 *****************************************************************************/
11 
12 #include "src/dialog.h"
13 #if !defined(Q_MOC_OUTPUT_REVISION)
14 #error "The header file 'dialog.h' doesn't include <QObject>."
15 #elif Q_MOC_OUTPUT_REVISION != 63
16 #error "This file was generated using the moc from 4.8.6. It"
17 #error "cannot be used with the include files from this version of Qt."
18 #error "(The moc has changed too much.)"
19 #endif
20 
21 QT_BEGIN_MOC_NAMESPACE
22 static const uint qt_meta_data_QUIWidgetCreator[] = {
23 
24  // content:
25  6, // revision
26  0, // classname
27  0, 0, // classinfo
28  8, 14, // methods
29  0, 0, // properties
30  0, 0, // enums/sets
31  0, 0, // constructors
32  0, // flags
33  4, // signalCount
34 
35  // signals: signature, parameters, type, tag, flags
36  24, 18, 17, 17, 0x05,
37  104, 95, 17, 17, 0x05,
38  199, 194, 17, 17, 0x05,
39  314, 273, 17, 17, 0x05,
40 
41  // slots: signature, parameters, type, tag, flags
42  384, 377, 17, 17, 0x0a,
43  448, 424, 17, 17, 0x0a,
44  504, 483, 17, 17, 0x0a,
45  559, 536, 17, 17, 0x0a,
46 
47  0 // eod
48 };
49 
50 static const char qt_meta_stringdata_QUIWidgetCreator[] = {
51  "QUIWidgetCreator\0\0,,,,,\0"
52  "create_dialog(QString,QString,QString,QStringList,QString,QStringList)\0"
53  ",,,,,,,,\0"
54  "create_listview(QStringList,QString,int,int,QIntList,QString,QStringLi"
55  "st,QString,QString)\0"
56  ",,,,\0"
57  "create_inputlayout(QStringList,QString,QFloatList,QFloatList,QStringLi"
58  "st)\0"
59  "filters,title,filename,dirname,multimode\0"
60  "create_filedialog(QStringList,QString,QString,QString,QString)\0"
61  "button\0dialog_button_clicked(QAbstractButton*)\0"
62  "selected,button_pressed\0"
63  "list_select_finished(QIntList,int)\0"
64  "input,button_pressed\0"
65  "input_finished(QStringList,int)\0"
66  "files,path,filterindex\0"
67  "filedialog_finished(QStringList,QString,int)\0"
68 };
69 
70 void QUIWidgetCreator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
71 {
72  if (_c == QMetaObject::InvokeMetaMethod) {
73  Q_ASSERT(staticMetaObject.cast(_o));
74  QUIWidgetCreator *_t = static_cast<QUIWidgetCreator *>(_o);
75  switch (_id) {
76  case 0: _t->create_dialog((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QString(*)>(_a[3])),(*reinterpret_cast< const QStringList(*)>(_a[4])),(*reinterpret_cast< const QString(*)>(_a[5])),(*reinterpret_cast< const QStringList(*)>(_a[6]))); break;
77  case 1: _t->create_listview((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])),(*reinterpret_cast< int(*)>(_a[4])),(*reinterpret_cast< const QIntList(*)>(_a[5])),(*reinterpret_cast< const QString(*)>(_a[6])),(*reinterpret_cast< const QStringList(*)>(_a[7])),(*reinterpret_cast< const QString(*)>(_a[8])),(*reinterpret_cast< const QString(*)>(_a[9]))); break;
78  case 2: _t->create_inputlayout((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QFloatList(*)>(_a[3])),(*reinterpret_cast< const QFloatList(*)>(_a[4])),(*reinterpret_cast< const QStringList(*)>(_a[5]))); break;
79  case 3: _t->create_filedialog((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< const QString(*)>(_a[3])),(*reinterpret_cast< const QString(*)>(_a[4])),(*reinterpret_cast< const QString(*)>(_a[5]))); break;
80  case 4: _t->dialog_button_clicked((*reinterpret_cast< QAbstractButton*(*)>(_a[1]))); break;
81  case 5: _t->list_select_finished((*reinterpret_cast< const QIntList(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
82  case 6: _t->input_finished((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
83  case 7: _t->filedialog_finished((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
84  default: ;
85  }
86  }
87 }
88 
89 const QMetaObjectExtraData QUIWidgetCreator::staticMetaObjectExtraData = {
90  0, qt_static_metacall
91 };
92 
93 const QMetaObject QUIWidgetCreator::staticMetaObject = {
94  { &QObject::staticMetaObject, qt_meta_stringdata_QUIWidgetCreator,
95  qt_meta_data_QUIWidgetCreator, &staticMetaObjectExtraData }
96 };
97 
98 #ifdef Q_NO_DATA_RELOCATION
99 const QMetaObject &QUIWidgetCreator::getStaticMetaObject() { return staticMetaObject; }
100 #endif //Q_NO_DATA_RELOCATION
101 
102 const QMetaObject *QUIWidgetCreator::metaObject() const
103 {
104  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
105 }
106 
107 void *QUIWidgetCreator::qt_metacast(const char *_clname)
108 {
109  if (!_clname) return 0;
110  if (!strcmp(_clname, qt_meta_stringdata_QUIWidgetCreator))
111  return static_cast<void*>(const_cast< QUIWidgetCreator*>(this));
112  return QObject::qt_metacast(_clname);
113 }
114 
115 int QUIWidgetCreator::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
116 {
117  _id = QObject::qt_metacall(_c, _id, _a);
118  if (_id < 0)
119  return _id;
120  if (_c == QMetaObject::InvokeMetaMethod) {
121  if (_id < 8)
122  qt_static_metacall(this, _c, _id, _a);
123  _id -= 8;
124  }
125  return _id;
126 }
127 
128 // SIGNAL 0
129 void QUIWidgetCreator::create_dialog(const QString & _t1, const QString & _t2, const QString & _t3, const QStringList & _t4, const QString & _t5, const QStringList & _t6)
130 {
131  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)), const_cast<void*>(reinterpret_cast<const void*>(&_t6)) };
132  QMetaObject::activate(this, &staticMetaObject, 0, _a);
133 }
134 
135 // SIGNAL 1
136 void QUIWidgetCreator::create_listview(const QStringList & _t1, const QString & _t2, int _t3, int _t4, const QIntList & _t5, const QString & _t6, const QStringList & _t7, const QString & _t8, const QString & _t9)
137 {
138  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)), const_cast<void*>(reinterpret_cast<const void*>(&_t6)), const_cast<void*>(reinterpret_cast<const void*>(&_t7)), const_cast<void*>(reinterpret_cast<const void*>(&_t8)), const_cast<void*>(reinterpret_cast<const void*>(&_t9)) };
139  QMetaObject::activate(this, &staticMetaObject, 1, _a);
140 }
141 
142 // SIGNAL 2
143 void QUIWidgetCreator::create_inputlayout(const QStringList & _t1, const QString & _t2, const QFloatList & _t3, const QFloatList & _t4, const QStringList & _t5)
144 {
145  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)) };
146  QMetaObject::activate(this, &staticMetaObject, 2, _a);
147 }
148 
149 // SIGNAL 3
150 void QUIWidgetCreator::create_filedialog(const QStringList & _t1, const QString & _t2, const QString & _t3, const QString & _t4, const QString & _t5)
151 {
152  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)), const_cast<void*>(reinterpret_cast<const void*>(&_t4)), const_cast<void*>(reinterpret_cast<const void*>(&_t5)) };
153  QMetaObject::activate(this, &staticMetaObject, 3, _a);
154 }
155 static const uint qt_meta_data_MessageDialog[] = {
156 
157  // content:
158  6, // revision
159  0, // classname
160  0, 0, // classinfo
161  0, 0, // methods
162  0, 0, // properties
163  0, 0, // enums/sets
164  0, 0, // constructors
165  0, // flags
166  0, // signalCount
167 
168  0 // eod
169 };
170 
171 static const char qt_meta_stringdata_MessageDialog[] = {
172  "MessageDialog\0"
173 };
174 
175 void MessageDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
176 {
177  Q_UNUSED(_o);
178  Q_UNUSED(_id);
179  Q_UNUSED(_c);
180  Q_UNUSED(_a);
181 }
182 
183 const QMetaObjectExtraData MessageDialog::staticMetaObjectExtraData = {
184  0, qt_static_metacall
185 };
186 
187 const QMetaObject MessageDialog::staticMetaObject = {
188  { &QMessageBox::staticMetaObject, qt_meta_stringdata_MessageDialog,
189  qt_meta_data_MessageDialog, &staticMetaObjectExtraData }
190 };
191 
192 #ifdef Q_NO_DATA_RELOCATION
193 const QMetaObject &MessageDialog::getStaticMetaObject() { return staticMetaObject; }
194 #endif //Q_NO_DATA_RELOCATION
195 
196 const QMetaObject *MessageDialog::metaObject() const
197 {
198  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
199 }
200 
201 void *MessageDialog::qt_metacast(const char *_clname)
202 {
203  if (!_clname) return 0;
204  if (!strcmp(_clname, qt_meta_stringdata_MessageDialog))
205  return static_cast<void*>(const_cast< MessageDialog*>(this));
206  return QMessageBox::qt_metacast(_clname);
207 }
208 
209 int MessageDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
210 {
211  _id = QMessageBox::qt_metacall(_c, _id, _a);
212  if (_id < 0)
213  return _id;
214  return _id;
215 }
216 static const uint qt_meta_data_ListDialog[] = {
217 
218  // content:
219  6, // revision
220  0, // classname
221  0, 0, // classinfo
222  4, 14, // methods
223  0, 0, // properties
224  0, 0, // enums/sets
225  0, 0, // constructors
226  0, // flags
227  1, // signalCount
228 
229  // signals: signature, parameters, type, tag, flags
230  14, 12, 11, 11, 0x05,
231 
232  // slots: signature, parameters, type, tag, flags
233  45, 11, 11, 11, 0x0a,
234  64, 11, 11, 11, 0x0a,
235  87, 11, 11, 11, 0x0a,
236 
237  0 // eod
238 };
239 
240 static const char qt_meta_stringdata_ListDialog[] = {
241  "ListDialog\0\0,\0finish_selection(QIntList,int)\0"
242  "buttonOk_clicked()\0buttonCancel_clicked()\0"
243  "reject()\0"
244 };
245 
246 void ListDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
247 {
248  if (_c == QMetaObject::InvokeMetaMethod) {
249  Q_ASSERT(staticMetaObject.cast(_o));
250  ListDialog *_t = static_cast<ListDialog *>(_o);
251  switch (_id) {
252  case 0: _t->finish_selection((*reinterpret_cast< const QIntList(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
253  case 1: _t->buttonOk_clicked(); break;
254  case 2: _t->buttonCancel_clicked(); break;
255  case 3: _t->reject(); break;
256  default: ;
257  }
258  }
259 }
260 
261 const QMetaObjectExtraData ListDialog::staticMetaObjectExtraData = {
262  0, qt_static_metacall
263 };
264 
265 const QMetaObject ListDialog::staticMetaObject = {
266  { &QDialog::staticMetaObject, qt_meta_stringdata_ListDialog,
267  qt_meta_data_ListDialog, &staticMetaObjectExtraData }
268 };
269 
270 #ifdef Q_NO_DATA_RELOCATION
271 const QMetaObject &ListDialog::getStaticMetaObject() { return staticMetaObject; }
272 #endif //Q_NO_DATA_RELOCATION
273 
274 const QMetaObject *ListDialog::metaObject() const
275 {
276  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
277 }
278 
279 void *ListDialog::qt_metacast(const char *_clname)
280 {
281  if (!_clname) return 0;
282  if (!strcmp(_clname, qt_meta_stringdata_ListDialog))
283  return static_cast<void*>(const_cast< ListDialog*>(this));
284  return QDialog::qt_metacast(_clname);
285 }
286 
287 int ListDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
288 {
289  _id = QDialog::qt_metacall(_c, _id, _a);
290  if (_id < 0)
291  return _id;
292  if (_c == QMetaObject::InvokeMetaMethod) {
293  if (_id < 4)
294  qt_static_metacall(this, _c, _id, _a);
295  _id -= 4;
296  }
297  return _id;
298 }
299 
300 // SIGNAL 0
301 void ListDialog::finish_selection(const QIntList & _t1, int _t2)
302 {
303  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
304  QMetaObject::activate(this, &staticMetaObject, 0, _a);
305 }
306 static const uint qt_meta_data_InputDialog[] = {
307 
308  // content:
309  6, // revision
310  0, // classname
311  0, 0, // classinfo
312  4, 14, // methods
313  0, 0, // properties
314  0, 0, // enums/sets
315  0, 0, // constructors
316  0, // flags
317  1, // signalCount
318 
319  // signals: signature, parameters, type, tag, flags
320  15, 13, 12, 12, 0x05,
321 
322  // slots: signature, parameters, type, tag, flags
323  45, 12, 12, 12, 0x0a,
324  64, 12, 12, 12, 0x0a,
325  87, 12, 12, 12, 0x0a,
326 
327  0 // eod
328 };
329 
330 static const char qt_meta_stringdata_InputDialog[] = {
331  "InputDialog\0\0,\0finish_input(QStringList,int)\0"
332  "buttonOk_clicked()\0buttonCancel_clicked()\0"
333  "reject()\0"
334 };
335 
336 void InputDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
337 {
338  if (_c == QMetaObject::InvokeMetaMethod) {
339  Q_ASSERT(staticMetaObject.cast(_o));
340  InputDialog *_t = static_cast<InputDialog *>(_o);
341  switch (_id) {
342  case 0: _t->finish_input((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break;
343  case 1: _t->buttonOk_clicked(); break;
344  case 2: _t->buttonCancel_clicked(); break;
345  case 3: _t->reject(); break;
346  default: ;
347  }
348  }
349 }
350 
351 const QMetaObjectExtraData InputDialog::staticMetaObjectExtraData = {
352  0, qt_static_metacall
353 };
354 
355 const QMetaObject InputDialog::staticMetaObject = {
356  { &QDialog::staticMetaObject, qt_meta_stringdata_InputDialog,
357  qt_meta_data_InputDialog, &staticMetaObjectExtraData }
358 };
359 
360 #ifdef Q_NO_DATA_RELOCATION
361 const QMetaObject &InputDialog::getStaticMetaObject() { return staticMetaObject; }
362 #endif //Q_NO_DATA_RELOCATION
363 
364 const QMetaObject *InputDialog::metaObject() const
365 {
366  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
367 }
368 
369 void *InputDialog::qt_metacast(const char *_clname)
370 {
371  if (!_clname) return 0;
372  if (!strcmp(_clname, qt_meta_stringdata_InputDialog))
373  return static_cast<void*>(const_cast< InputDialog*>(this));
374  return QDialog::qt_metacast(_clname);
375 }
376 
377 int InputDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
378 {
379  _id = QDialog::qt_metacall(_c, _id, _a);
380  if (_id < 0)
381  return _id;
382  if (_c == QMetaObject::InvokeMetaMethod) {
383  if (_id < 4)
384  qt_static_metacall(this, _c, _id, _a);
385  _id -= 4;
386  }
387  return _id;
388 }
389 
390 // SIGNAL 0
391 void InputDialog::finish_input(const QStringList & _t1, int _t2)
392 {
393  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)) };
394  QMetaObject::activate(this, &staticMetaObject, 0, _a);
395 }
396 static const uint qt_meta_data_FileDialog[] = {
397 
398  // content:
399  6, // revision
400  0, // classname
401  0, 0, // classinfo
402  3, 14, // methods
403  0, 0, // properties
404  0, 0, // enums/sets
405  0, 0, // constructors
406  0, // flags
407  1, // signalCount
408 
409  // signals: signature, parameters, type, tag, flags
410  15, 12, 11, 11, 0x05,
411 
412  // slots: signature, parameters, type, tag, flags
413  53, 11, 11, 11, 0x08,
414  71, 11, 11, 11, 0x08,
415 
416  0 // eod
417 };
418 
419 static const char qt_meta_stringdata_FileDialog[] = {
420  "FileDialog\0\0,,\0finish_input(QStringList,QString,int)\0"
421  "rejectSelection()\0acceptSelection()\0"
422 };
423 
424 void FileDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a)
425 {
426  if (_c == QMetaObject::InvokeMetaMethod) {
427  Q_ASSERT(staticMetaObject.cast(_o));
428  FileDialog *_t = static_cast<FileDialog *>(_o);
429  switch (_id) {
430  case 0: _t->finish_input((*reinterpret_cast< const QStringList(*)>(_a[1])),(*reinterpret_cast< const QString(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
431  case 1: _t->rejectSelection(); break;
432  case 2: _t->acceptSelection(); break;
433  default: ;
434  }
435  }
436 }
437 
438 const QMetaObjectExtraData FileDialog::staticMetaObjectExtraData = {
439  0, qt_static_metacall
440 };
441 
442 const QMetaObject FileDialog::staticMetaObject = {
443  { &QFileDialog::staticMetaObject, qt_meta_stringdata_FileDialog,
444  qt_meta_data_FileDialog, &staticMetaObjectExtraData }
445 };
446 
447 #ifdef Q_NO_DATA_RELOCATION
448 const QMetaObject &FileDialog::getStaticMetaObject() { return staticMetaObject; }
449 #endif //Q_NO_DATA_RELOCATION
450 
451 const QMetaObject *FileDialog::metaObject() const
452 {
453  return QObject::d_ptr->metaObject ? QObject::d_ptr->metaObject : &staticMetaObject;
454 }
455 
456 void *FileDialog::qt_metacast(const char *_clname)
457 {
458  if (!_clname) return 0;
459  if (!strcmp(_clname, qt_meta_stringdata_FileDialog))
460  return static_cast<void*>(const_cast< FileDialog*>(this));
461  return QFileDialog::qt_metacast(_clname);
462 }
463 
464 int FileDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
465 {
466  _id = QFileDialog::qt_metacall(_c, _id, _a);
467  if (_id < 0)
468  return _id;
469  if (_c == QMetaObject::InvokeMetaMethod) {
470  if (_id < 3)
471  qt_static_metacall(this, _c, _id, _a);
472  _id -= 3;
473  }
474  return _id;
475 }
476 
477 // SIGNAL 0
478 void FileDialog::finish_input(const QStringList & _t1, const QString & _t2, int _t3)
479 {
480  void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
481  QMetaObject::activate(this, &staticMetaObject, 0, _a);
482 }
483 QT_END_MOC_NAMESPACE
void create_inputlayout(const QStringList &, const QString &, const QFloatList &, const QFloatList &, const QStringList &)
Definition: moc-dialog.cc:143
void create_listview(const QStringList &, const QString &, int, int, const QIntList &, const QString &, const QStringList &, const QString &, const QString &)
Definition: moc-dialog.cc:136
static const uint qt_meta_data_ListDialog[]
Definition: moc-dialog.cc:216
static const char qt_meta_stringdata_ListDialog[]
Definition: moc-dialog.cc:240
void finish_selection(const QIntList &, int)
Definition: moc-dialog.cc:301
static const uint qt_meta_data_InputDialog[]
Definition: moc-dialog.cc:306
void create_dialog(const QString &, const QString &, const QString &, const QStringList &, const QString &, const QStringList &)
Definition: moc-dialog.cc:129
static const char qt_meta_stringdata_QUIWidgetCreator[]
Definition: moc-dialog.cc:50
static const char qt_meta_stringdata_MessageDialog[]
Definition: moc-dialog.cc:171
static const uint qt_meta_data_FileDialog[]
Definition: moc-dialog.cc:396
static const char qt_meta_stringdata_FileDialog[]
Definition: moc-dialog.cc:419
static const char qt_meta_stringdata_InputDialog[]
Definition: moc-dialog.cc:330
void create_filedialog(const QStringList &filters, const QString &title, const QString &filename, const QString &dirname, const QString &multimode)
Definition: moc-dialog.cc:150
void finish_input(const QStringList &, const QString &, int)
Definition: moc-dialog.cc:478
QList< int > QIntList
Definition: dialog.h:38
static QT_BEGIN_MOC_NAMESPACE const uint qt_meta_data_QUIWidgetCreator[]
Definition: moc-dialog.cc:22
static const uint qt_meta_data_MessageDialog[]
Definition: moc-dialog.cc:155
void finish_input(const QStringList &, int)
Definition: moc-dialog.cc:391