import QtQuick 2.0 import QtQuick.Controls 1.1 ComboBox { id: cbCountry height: 24*1.5 model: countriesModel }