16 VComboBox(
const std::vector<std::string> &values = {});
29 std::vector<std::string> _options;
std::string GetValue() const
void emitComboChanged(const QString &value)
int GetCurrentIndex() const
void SetItemEnabled(int index, bool enabled)
void IndexChanged(int index)
void ValueChanged(std::string value)
VComboBox(const std::vector< std::string > &values={})
void SetValue(const std::string &value)
void SetOptions(const std::vector< std::string > &values)