aboutsummaryrefslogtreecommitdiff
path: root/src/tripview.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/tripview.ui')
-rw-r--r--src/tripview.ui103
1 files changed, 103 insertions, 0 deletions
diff --git a/src/tripview.ui b/src/tripview.ui
new file mode 100644
index 0000000..f4542ec
--- /dev/null
+++ b/src/tripview.ui
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Generated with glade 3.16.1 -->
+<interface>
+ <requires lib="gtk+" version="3.10"/>
+ <object class="GtkListStore" id="liststore">
+ <columns>
+ <!-- column-name start -->
+ <column type="LpfStop"/>
+ <!-- column-name end -->
+ <column type="LpfStop"/>
+ <!-- column-name departure_time -->
+ <column type="gchararray"/>
+ <!-- column-name arrival_time -->
+ <column type="gchararray"/>
+ <!-- column-name switches -->
+ <column type="gint"/>
+ <!-- column-name departure_delay -->
+ <column type="gchararray"/>
+ <!-- column-name arrival_delay -->
+ <column type="gchararray"/>
+ </columns>
+ </object>
+ <template class="UPlanFahrTripView" parent="GtkTreeView">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="model">liststore</property>
+ <property name="headers_clickable">False</property>
+ <property name="enable_search">False</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection" id="treeview-selection1"/>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="col_departure_time">
+ <property name="title" translatable="yes">Departure_time</property>
+ <property name="alignment">0.5</property>
+ <child>
+ <object class="GtkCellRendererText" id="cr_departure_time"/>
+ <attributes>
+ <attribute name="markup">2</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="col_departure_delay">
+ <property name="title" translatable="yes">Delay</property>
+ <property name="alignment">0.5</property>
+ <child>
+ <object class="GtkCellRendererText" id="cr_departure_delay"/>
+ <attributes>
+ <attribute name="markup">5</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="col_arrival_time">
+ <property name="title" translatable="yes">Arrival_time</property>
+ <property name="alignment">0.5</property>
+ <child>
+ <object class="GtkCellRendererText" id="cr_arrival_time"/>
+ <attributes>
+ <attribute name="markup">3</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="col_arrival_delay">
+ <property name="title" translatable="yes">Delay</property>
+ <property name="alignment">0.5</property>
+ <child>
+ <object class="GtkCellRendererText" id="cr_arrivaL_delay"/>
+ <attributes>
+ <attribute name="markup">6</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="col_switches">
+ <property name="title" translatable="yes">Switches</property>
+ <property name="alignment">0.5</property>
+ <child>
+ <object class="GtkCellRendererText" id="cr_switches"/>
+ <attributes>
+ <attribute name="markup">4</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkTreeViewColumn" id="col_status">
+ <property name="title" translatable="yes">Status</property>
+ <property name="alignment">0.5</property>
+ <property name="reorderable">True</property>
+ <child>
+ <object class="GtkCellRendererPixbuf" id="cr_status"/>
+ </child>
+ </object>
+ </child>
+ </template>
+</interface>