ImageD  v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
D_Popup_ListEdit Class Reference

The D_Popup_ListEdit class Lets the user choose any number of entries from a QStringList More...

#include <d_popup_listedit.h>

Inheritance diagram for D_Popup_ListEdit:

Public Member Functions

 D_Popup_ListEdit (QString Title, vector< int > *Indices, QStringList Names, int init_index, QWidget *parent=nullptr)
 
 ~D_Popup_ListEdit ()
 

Detailed Description

The D_Popup_ListEdit class Lets the user choose any number of entries from a QStringList

Pass a QStringList and a pointer to a vector with indices corresponding to that list. The user may change the selected entries by using a user interface popup.

Constructor & Destructor Documentation

◆ D_Popup_ListEdit()

D_Popup_ListEdit::D_Popup_ListEdit ( QString  Title,
vector< int > *  Indices,
QStringList  Names,
int  init_index,
QWidget *  parent = nullptr 
)
explicit

◆ ~D_Popup_ListEdit()

D_Popup_ListEdit::~D_Popup_ListEdit ( )

The documentation for this class was generated from the following files: