14 #ifndef _ListDialog_H_
15 #define _ListDialog_H_
54 #if QT_VERSION < 0x040000
70 void setNames (
const std::vector < std::string > & names );
87 #endif // _ListDialog_H_
virtual void doubleClicked()
Responds to a double click on the contained QListView object.
The file created from ListDialogBase.ui with the Qt uic tool.
A derived class of ListDialogBase class which is generated by the Qt designer.
unsigned int selectedItem() const
Returns the index of the selected item.
void setNames(const std::vector< std::string > &names)
Sets the names of the of the top level objects that might be valid DataSource objects.
The base class for the ListDialog class.
std::vector< QListViewItem * > m_item_list
The list of items added to the list of data source names.
ListDialog(QWidget *parent)
The constructor.