Now shows the duration of each title

This commit is contained in:
Sergio Costas 2014-12-07 19:10:51 +01:00
parent 34670d3ebd
commit d830276387
3 changed files with 39 additions and 5 deletions

View file

@ -36,6 +36,8 @@
<column type="gchararray"/>
<!-- column-name toedit -->
<column type="gboolean"/>
<!-- column-name duration -->
<column type="gchararray"/>
</columns>
</object>
<object class="GtkWindow" id="wmain_window">
@ -218,18 +220,18 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="model">liststore_files</property>
<property name="headers_visible">False</property>
<property name="headers_clickable">False</property>
<property name="reorderable">True</property>
<property name="enable_search">False</property>
<property name="search_column">0</property>
<property name="show_expanders">False</property>
<signal name="cursor-changed" handler="set_interface_status" swapped="no"/>
<child internal-child="selection">
<object class="GtkTreeSelection" id="treeview-selection"/>
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
<property name="title" translatable="yes">column</property>
<property name="title" translatable="yes">Title</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext3">
<signal name="edited" handler="on_cellrenderertext3_edited" swapped="no"/>
@ -241,6 +243,19 @@
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="treeviewcolumn1">
<property name="title" translatable="yes">Duration</property>
<child>
<object class="GtkCellRendererText" id="cellrenderertext2">
<property name="alignment">right</property>
</object>
<attributes>
<attribute name="text">3</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
</object>