ui->comboBox->setEnabled(false); QStringList cityname; cityname<<"Keelung"<<"Taipei"<<"Xinbei"; ui->comboBox->addItems(cityname)
確定! 回上一頁