21 #include <itkRGBPixel.h>
23 #include <QAbstractItemModel>
24 #include <QColorDialog>
25 #include <QStringListModel>
28 #include <qlineedit.h>
29 #include <qpushbutton.h>
33 m_Controls =
new Ui::QmitkSearchLabelDialogGUI();
38 QStringList completionList;
41 m_Completer->setCaseSensitivity(Qt::CaseInsensitive);
45 connect(
m_Controls->m_pbCancel, SIGNAL(clicked()),
this, SLOT(reject()));
46 connect(
m_Controls->m_pbAccept, SIGNAL(clicked()),
this, SLOT(accept()));
68 QStringListModel *completeModel =
static_cast<QStringListModel *
>(
m_Completer->model());
QString GetLabelSetWidgetTableCompleteWord()
Ui::QmitkSearchLabelDialogGUI * m_Controls
QmitkSearchLabelDialog(QWidget *parent=0, Qt::WindowFlags f=0)
void SetLabelSuggestionList(QStringList stringList)
int GetLabelSetWidgetTableIndex()
virtual ~QmitkSearchLabelDialog()
void OnLabelCompleterChanged(const QString &completedWord)