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_ListSelect Class Reference

The D_Popup_ListSelect class Lets the user choose an entry from a QStringList More...

#include <d_popup_listselect.h>

Inheritance diagram for D_Popup_ListSelect:

Public Member Functions

 D_Popup_ListSelect (QString Title, int *index, QStringList Names, int init_index, QWidget *parent=nullptr)
 
 ~D_Popup_ListSelect ()
 

Detailed Description

The D_Popup_ListSelect class Lets the user choose an entry from a QStringList

Pass a QStringList and a pointer to an index corresponding to that list. The user may choose an entry from the list by using a user interface popup.

Constructor & Destructor Documentation

◆ D_Popup_ListSelect()

D_Popup_ListSelect::D_Popup_ListSelect ( QString  Title,
int *  index,
QStringList  Names,
int  init_index,
QWidget *  parent = nullptr 
)
explicit

◆ ~D_Popup_ListSelect()

D_Popup_ListSelect::~D_Popup_ListSelect ( )

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