|
#include "LogTable.h"
#include <filesystem>
#include <QApplication>
#include <QHeaderView>
#include <QScrollBar>
#include <QTimer>
#include "LogMessageDelegate.h"
#include "LogTableModel.h"
Go to the source code of this file.
Namespaces | |
armarx | |
This file offers overloads of toIce() and fromIce() functions for STL container types. | |
Macros | |
#define | BUFFER_SIZE_FACTOR 1.3 |
#define | MAX_BUFFER_SIZE 10000 |
#define BUFFER_SIZE_FACTOR 1.3 |
Definition at line 37 of file LogTable.cpp.
#define MAX_BUFFER_SIZE 10000 |
Definition at line 36 of file LogTable.cpp.