Method: Command_table#build_spi
- Defined in:
- lib/class/Command_table.rb
#build_spi ⇒ Object
22 23 24 25 |
# File 'lib/class/Command_table.rb', line 22 def build_spi @cmd_table.insertColumn(2) @cmd_table.setHorizontalHeaderItem(2, Qt::TableWidgetItem.new('Repetition')) end |