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_
void setNames(const std::vector< std::string > &names)
Sets the names of the of the top level objects that might be valid DataSource objects.
virtual void doubleClicked()
Responds to a double click on the contained QListView object.
std::vector< QListViewItem *> m_item_list
The list of items added to the list of data source names.
ListDialog(QWidget *parent)
The constructor.
unsigned int selectedItem() const
Returns the index of the selected item.
A derived class of ListDialogBase class which is generated by the Qt designer.