MagicSmoke  $VERSION$
flagedit.cpp File Reference
#include "flagedit.h"
#include "MTGetValidFlags"
#include <QBoxLayout>
#include <QComboBox>
#include <QCoreApplication>
#include <QDebug>
#include <QGridLayout>
#include <QHeaderView>
#include <QItemDelegate>
#include <QLabel>
#include <QLineEdit>
#include <QPushButton>
#include <QStandardItemModel>
#include <QTableView>
#include <QToolButton>

Classes

class  MFlagEditorDelegate
 

Macros

#define MMAX   MNOT
 

Variables

static const int MIGNORE =0
 
static const int MMUST =1
 
static const int MNOT =2
 
static const char * modes []
 

Macro Definition Documentation

Variable Documentation

const int MIGNORE =0
static
const int MMUST =1
static
const int MNOT =2
static
const char* modes[]
static
Initial value:
={
QT_TRANSLATE_NOOP("MFlagEditor","ignore"),
QT_TRANSLATE_NOOP("MFlagEditor","must have"),
}

Referenced by MFlagEditorDelegate::createEditor(), and MFlagEditorDelegate::setModelData().