#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 "SeExprEdShortEdit.h"
#include "SeExprEdDialog.h"
#include "SeExprEdBrowser.h"
#include "SeExprEdHighlighter.h"
#include "SeExprEdCompletionModel.h"
#include "SeExprEdControlCollection.h"
#include "SeExprEdPopupDocumentation.h"
#include "SeExprEdExpression.h"
Go to the source code of this file.
Variables | |
static const char * | sum_xpm [] |
static const char * | stop_xpm [] |
const char* stop_xpm[] [static] |
{ "16 16 4 1", " c None", ". c #FF0000", "+ c #FF8080", "@ c #FFFFFF", " ", " ", " ...... ", " ...+++.. ", " ....@@@... ", " .....@@@.... ", " .....@@@.... ", " .....@@@.... ", " .....@@@.... ", " ............ ", " ....@@@.... ", " ...@@@... ", " ....... ", " ..... ", " ", " "}
Definition at line 63 of file SeExprEdShortEdit.cpp.
Referenced by SeExprEdShortEdit::SeExprEdShortEdit().
const char* sum_xpm[] [static] |
{ "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 37 of file SeExprEdShortEdit.cpp.
Referenced by SeExprEdShortEdit::SeExprEdShortEdit().