Ruby and conventions
Even if it’s possible to give camelCase names to ruby methods and variables You should not do it!
monthCombo.addItem(Qt::Date.longMonthName(month))
Even if it’s possible to give camelCase names to ruby methods and variables You should not do it!
monthCombo.addItem(Qt::Date.longMonthName(month))