aboutsummaryrefslogtreecommitdiff
path: root/src/tripview.ui
blob: 69a7b6d239de263364bcb79d54e302430bea7c4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.18.3 -->
<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"/>
      <!-- column-name departure_delay_color -->
      <column type="gchararray"/>
      <!-- column-name arrival_delay_color -->
      <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="foreground">7</attribute>
            <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="foreground">8</attribute>
            <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>