SeExpr
Variables
ExprShortEdit.cpp File Reference
#include <QtGui/QLineEdit>
#include <QtGui/QPushButton>
#include <QtGui/QToolButton>
#include <QtGui/QHBoxLayout>
#include <QtGui/QIcon>
#include <QtGui/QCompleter>
#include <QtGui/QTreeView>
#include <QtGui/QScrollBar>
#include <QtGui/QToolTip>
#include <QtGui/QLabel>
#include "ExprShortEdit.h"
#include "ExprDialog.h"
#include "ExprBrowser.h"
#include "ExprHighlighter.h"
#include "ExprCompletionModel.h"
#include "ExprControlCollection.h"
#include "ExprPopupDoc.h"
#include "BasicExpression.h"

Go to the source code of this file.

Variables

static const char * sum_xpm []
 
static const char * stop_xpm []
 

Variable Documentation

const char* stop_xpm[]
static
Initial value:
= {
"16 16 4 1",
" c None",
". c #FF0000",
"+ c #FF8080",
"@ c #FFFFFF",
" ",
" ",
" ...... ",
" ...+++.. ",
" ....@@@... ",
" .....@@@.... ",
" .....@@@.... ",
" .....@@@.... ",
" .....@@@.... ",
" ............ ",
" ....@@@.... ",
" ...@@@... ",
" ....... ",
" ..... ",
" ",
" "}

Definition at line 70 of file ExprShortEdit.cpp.

Referenced by ExprShortEdit::ExprShortEdit().

const char* sum_xpm[]
static
Initial value:
={
"16 16 6 1",
"# c None",
". c None",
"b c #808080",
"d c #010000",
"c c #aaaaaa",
"a c #303030",
"................",
".#aaaaaaaaaa##..",
".abbbbbbcbbba...",
".#abbaaaaabba...",
"..#aabba..aba...",
"....#abba..a#...",
".....#abba......",
".....#abba......",
"...##abba...#...",
"...#abba...aa...",
"..#abba...aca...",
".#abbaaaaabba...",
".abbbbbbbbbba...",
".aaaaaaaaaaa#...",
"................",
"................"}

Definition at line 44 of file ExprShortEdit.cpp.

Referenced by ExprShortEdit::ExprShortEdit().