#include "QtxSearchTool.h"
#include <QApplication>
#include <QCheckBox>
#include <QEvent>
#include <QHBoxLayout>
#include <QKeyEvent>
#include <QLineEdit>
#include <QPersistentModelIndex>
#include <QShortcut>
#include <QTimer>
#include <QToolButton>
#include <QTreeView>
Functions | |
static QWidget * | wrapWidget (QWidget *parent, QWidget *w) |
Wrap specified widget by another dumb widget. More... | |
Variables | |
const char *const | first_xpm [] |
const char *const | last_xpm [] |
const char *const | prev_xpm [] |
const char *const | next_xpm [] |
const char *const | close_xpm [] |
const char * | highlightColor = "#FF6666" |
const int | DefaultAutoHideDelay = 10000 |
parent | widget to be used as parent for the dumb widget |
w | widget to be wrapped |
const int DefaultAutoHideDelay = 10000 |
const char* highlightColor = "#FF6666" |