Skip to content

Instantly share code, notes, and snippets.

@webmaster128
Created March 30, 2015 21:09
Show Gist options
  • Select an option

  • Save webmaster128/07abec35e344c47a78e5 to your computer and use it in GitHub Desktop.

Select an option

Save webmaster128/07abec35e344c47a78e5 to your computer and use it in GitHub Desktop.
QVector initialization
QVector<QString> string = QVector<QString>{
"Nr1",
"Nr2",
"Nr3",
"Nr4",
"Nr5",
};
QVector<QString> value = QVector<QString>{
"1",
"2",
"3",
"4",
"5",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment