#include "QtxPathListEdit.h"#include "QtxPathEdit.h"#include <QLayout>#include <QPainter>#include <QListView>#include <QLineEdit>#include <QKeyEvent>#include <QDirModel>#include <QCompleter>#include <QToolButton>#include <QMessageBox>#include <QFileDialog>#include <QItemDelegate>#include <QStringListModel>
Data Structures | |
| class | QtxPathListEdit.Editor |
| Path editor widget. More... | |
| class | QtxPathListEdit.Delegate |
| Custom item delegate for the paths list widget. More... | |
Variables | |
| static const char * | delete_icon [] |
| static const char * | insert_icon [] |
| static const char * | movedown_icon [] |
| static const char * | moveup_icon [] |
const char* delete_icon[] [static] |
{
"16 16 3 1",
"` c #810000",
" c none",
"# c #ffffff",
" ",
" ",
" ``# ``# ",
" ````# ``# ",
" ````# ``# ",
" ```# `# ",
" `````# ",
" ```# ",
" `````# ",
" ```# ``# ",
" ```# ``# ",
" ```# `# ",
" ```# `# ",
" `# `# ",
" ",
" "
}
const char* insert_icon[] [static] |
{
"16 16 5 1",
"` c #000000",
". c #ffff00",
"# c #9d9da1",
" c none",
"b c #ffffff",
" ",
" ",
" # #b #. ",
" # #.#.` ` ` ",
" .#.b#### ` ",
" ### .. ",
" . # .# ` ",
" #` #. ",
" # ` ",
" ` ",
" ` ",
" ` ",
" ` ",
" ` ` ` ` ` ` ",
" ",
" "
}
const char* movedown_icon[] [static] |
{
"16 16 2 1",
"` c #000000",
" c none",
" ",
" ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``````````` ",
" ````````` ",
" ``````` ",
" ````` ",
" ``` ",
" ` ",
" ",
" "
}
const char* moveup_icon[] [static] |
{
"16 16 2 1",
"` c #000000",
" c none",
" ",
" ",
" ` ",
" ``` ",
" ````` ",
" ``````` ",
" ````````` ",
" ``````````` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ",
" "
}