added icons, pagination
This commit is contained in:
@@ -43,7 +43,13 @@ template <> constexpr inline auto MainWindow::qt_create_metaobjectdata<qt_meta_t
|
||||
"handleSearchTextChanged",
|
||||
"",
|
||||
"performSearch",
|
||||
"updateStatusBar"
|
||||
"updateStatusBar",
|
||||
"handleTypingInactivityTimeout",
|
||||
"handleOpenFile",
|
||||
"handleOpenFileWith",
|
||||
"handleSettings",
|
||||
"applySettings",
|
||||
"loadSettings"
|
||||
};
|
||||
|
||||
QtMocHelpers::UintData qt_methods {
|
||||
@@ -53,6 +59,18 @@ template <> constexpr inline auto MainWindow::qt_create_metaobjectdata<qt_meta_t
|
||||
QtMocHelpers::SlotData<void()>(3, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'updateStatusBar'
|
||||
QtMocHelpers::SlotData<void()>(4, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'handleTypingInactivityTimeout'
|
||||
QtMocHelpers::SlotData<void()>(5, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'handleOpenFile'
|
||||
QtMocHelpers::SlotData<void()>(6, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'handleOpenFileWith'
|
||||
QtMocHelpers::SlotData<void()>(7, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'handleSettings'
|
||||
QtMocHelpers::SlotData<void()>(8, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'applySettings'
|
||||
QtMocHelpers::SlotData<void()>(9, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
// Slot 'loadSettings'
|
||||
QtMocHelpers::SlotData<void()>(10, 2, QMC::AccessPrivate, QMetaType::Void),
|
||||
};
|
||||
QtMocHelpers::UintData qt_properties {
|
||||
};
|
||||
@@ -79,6 +97,12 @@ void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id,
|
||||
case 0: _t->handleSearchTextChanged(); break;
|
||||
case 1: _t->performSearch(); break;
|
||||
case 2: _t->updateStatusBar(); break;
|
||||
case 3: _t->handleTypingInactivityTimeout(); break;
|
||||
case 4: _t->handleOpenFile(); break;
|
||||
case 5: _t->handleOpenFileWith(); break;
|
||||
case 6: _t->handleSettings(); break;
|
||||
case 7: _t->applySettings(); break;
|
||||
case 8: _t->loadSettings(); break;
|
||||
default: ;
|
||||
}
|
||||
}
|
||||
@@ -104,14 +128,14 @@ int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a)
|
||||
if (_id < 0)
|
||||
return _id;
|
||||
if (_c == QMetaObject::InvokeMetaMethod) {
|
||||
if (_id < 3)
|
||||
if (_id < 9)
|
||||
qt_static_metacall(this, _c, _id, _a);
|
||||
_id -= 3;
|
||||
_id -= 9;
|
||||
}
|
||||
if (_c == QMetaObject::RegisterMethodArgumentMetaType) {
|
||||
if (_id < 3)
|
||||
if (_id < 9)
|
||||
*reinterpret_cast<QMetaType *>(_a[0]) = QMetaType();
|
||||
_id -= 3;
|
||||
_id -= 9;
|
||||
}
|
||||
return _id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user