Version: 9.12.0
QtxPathListEdit.cxx File Reference
#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>

Classes

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 []
 

Variable Documentation

◆ delete_icon

const char* delete_icon[]
static
Initial value:
= {
"16 16 3 1",
"` c #810000",
" c none",
"# c #ffffff",
" ",
" ",
" ``# ``# ",
" ````# ``# ",
" ````# ``# ",
" ```# `# ",
" `````# ",
" ```# ",
" `````# ",
" ```# ``# ",
" ```# ``# ",
" ```# `# ",
" ```# `# ",
" `# `# ",
" ",
" "
}

◆ insert_icon

const char* insert_icon[]
static
Initial value:
= {
"16 16 5 1",
"` c #000000",
". c #ffff00",
"# c #9d9da1",
" c none",
"b c #ffffff",
" ",
" ",
" # #b #. ",
" # #.#.` ` ` ",
" .#.b#### ` ",
" ### .. ",
" . # .# ` ",
" #` #. ",
" # ` ",
" ` ",
" ` ",
" ` ",
" ` ",
" ` ` ` ` ` ` ",
" ",
" "
}

◆ movedown_icon

const char* movedown_icon[]
static
Initial value:
= {
"16 16 2 1",
"` c #000000",
" c none",
" ",
" ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``````````` ",
" ````````` ",
" ``````` ",
" ````` ",
" ``` ",
" ` ",
" ",
" "
}

◆ moveup_icon

const char* moveup_icon[]
static
Initial value:
= {
"16 16 2 1",
"` c #000000",
" c none",
" ",
" ",
" ` ",
" ``` ",
" ````` ",
" ``````` ",
" ````````` ",
" ``````````` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ``` ",
" ",
" "
}