|
@@ -2978,34 +2978,39 @@ static const uint qt_meta_data_SqlQueryView[] = {
|
2978
|
2978
|
6, // revision
|
2979
|
2979
|
0, // classname
|
2980
|
2980
|
0, 0, // classinfo
|
2981
|
|
- 6, 14, // methods
|
|
2981
|
+ 9, 14, // methods
|
2982
|
2982
|
0, 0, // properties
|
2983
|
2983
|
0, 0, // enums/sets
|
2984
|
2984
|
0, 0, // constructors
|
2985
|
2985
|
0, // flags
|
2986
|
|
- 2, // signalCount
|
|
2986
|
+ 4, // signalCount
|
2987
|
2987
|
|
2988
|
2988
|
// signals: signature, parameters, type, tag, flags
|
2989
|
2989
|
18, 14, 13, 13, 0x05,
|
2990
|
2990
|
41, 37, 13, 13, 0x05,
|
|
2991
|
+ 59, 14, 13, 13, 0x05,
|
|
2992
|
+ 80, 37, 13, 13, 0x05,
|
2991
|
2993
|
|
2992
|
2994
|
// slots: signature, parameters, type, tag, flags
|
2993
|
|
- 65, 59, 13, 13, 0x08,
|
2994
|
|
- 109, 86, 13, 13, 0x08,
|
|
2995
|
+ 106, 100, 13, 13, 0x08,
|
|
2996
|
+ 150, 127, 13, 13, 0x08,
|
|
2997
|
+ 183, 100, 13, 13, 0x08,
|
2995
|
2998
|
|
2996
|
2999
|
// methods: signature, parameters, type, tag, flags
|
2997
|
|
- 167, 151, 142, 13, 0x02,
|
2998
|
|
- 196, 185, 142, 13, 0x22,
|
|
3000
|
+ 231, 215, 206, 13, 0x02,
|
|
3001
|
+ 260, 249, 206, 13, 0x22,
|
2999
|
3002
|
|
3000
|
3003
|
0 // eod
|
3001
|
3004
|
};
|
3002
|
3005
|
|
3003
|
3006
|
static const char qt_meta_stringdata_SqlQueryView[] = {
|
3004
|
3007
|
"SqlQueryView\0\0key\0openEntry(QString)\0"
|
3005
|
|
- "row\0openEntryRow(int)\0index\0"
|
|
3008
|
+ "row\0openEntryRow(int)\0selectEntry(QString)\0"
|
|
3009
|
+ "selectEntryRow(int)\0index\0"
|
3006
|
3010
|
"openRow(QModelIndex)\0column,oldsize,newsize\0"
|
3007
|
3011
|
"persistColumnResize(int,int,int)\0"
|
3008
|
|
- "QVariant\0row,column,role\0data(int,int,int)\0"
|
|
3012
|
+ "selectRow(QModelIndex)\0QVariant\0"
|
|
3013
|
+ "row,column,role\0data(int,int,int)\0"
|
3009
|
3014
|
"row,column\0data(int,int)\0"
|
3010
|
3015
|
};
|
3011
|
3016
|
|
|
@@ -3017,11 +3022,14 @@ void SqlQueryView::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id
|
3017
|
3022
|
switch (_id) {
|
3018
|
3023
|
case 0: _t->openEntry((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
3019
|
3024
|
case 1: _t->openEntryRow((*reinterpret_cast< int(*)>(_a[1]))); break;
|
3020
|
|
- case 2: _t->openRow((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
|
3021
|
|
- case 3: _t->persistColumnResize((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
|
3022
|
|
- case 4: { QVariant _r = _t->data((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])));
|
|
3025
|
+ case 2: _t->selectEntry((*reinterpret_cast< QString(*)>(_a[1]))); break;
|
|
3026
|
+ case 3: _t->selectEntryRow((*reinterpret_cast< int(*)>(_a[1]))); break;
|
|
3027
|
+ case 4: _t->openRow((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
|
|
3028
|
+ case 5: _t->persistColumnResize((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
|
|
3029
|
+ case 6: _t->selectRow((*reinterpret_cast< const QModelIndex(*)>(_a[1]))); break;
|
|
3030
|
+ case 7: { QVariant _r = _t->data((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3])));
|
3023
|
3031
|
if (_a[0]) *reinterpret_cast< QVariant*>(_a[0]) = _r; } break;
|
3024
|
|
- case 5: { QVariant _r = _t->data((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])));
|
|
3032
|
+ case 8: { QVariant _r = _t->data((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])));
|
3025
|
3033
|
if (_a[0]) *reinterpret_cast< QVariant*>(_a[0]) = _r; } break;
|
3026
|
3034
|
default: ;
|
3027
|
3035
|
}
|
|
@@ -3060,9 +3068,9 @@ int SqlQueryView::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
3060
|
3068
|
if (_id < 0)
|
3061
|
3069
|
return _id;
|
3062
|
3070
|
if (_c == QMetaObject::InvokeMetaMethod) {
|
3063
|
|
- if (_id < 6)
|
|
3071
|
+ if (_id < 9)
|
3064
|
3072
|
qt_static_metacall(this, _c, _id, _a);
|
3065
|
|
- _id -= 6;
|
|
3073
|
+ _id -= 9;
|
3066
|
3074
|
}
|
3067
|
3075
|
return _id;
|
3068
|
3076
|
}
|
|
@@ -3080,6 +3088,20 @@ void SqlQueryView::openEntryRow(int _t1)
|
3080
|
3088
|
void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
|
3081
|
3089
|
QMetaObject::activate(this, &staticMetaObject, 1, _a);
|
3082
|
3090
|
}
|
|
3091
|
+
|
|
3092
|
+// SIGNAL 2
|
|
3093
|
+void SqlQueryView::selectEntry(QString _t1)
|
|
3094
|
+{
|
|
3095
|
+ void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
|
|
3096
|
+ QMetaObject::activate(this, &staticMetaObject, 2, _a);
|
|
3097
|
+}
|
|
3098
|
+
|
|
3099
|
+// SIGNAL 3
|
|
3100
|
+void SqlQueryView::selectEntryRow(int _t1)
|
|
3101
|
+{
|
|
3102
|
+ void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
|
|
3103
|
+ QMetaObject::activate(this, &staticMetaObject, 3, _a);
|
|
3104
|
+}
|
3083
|
3105
|
static const uint qt_meta_data_ReportAction[] = {
|
3084
|
3106
|
|
3085
|
3107
|
// content:
|