QComboBox *combobox = new QComboBox(this); QStringList strings; strings << tr("自由") << tr("典型") << tr("默认") ; combobox->addItems(strings);
Powered by: C++博客 Copyright © 米米