toolpath_simulation.ui 8.1 KB
Newer Older
1 2 3 4
<?xml version="1.0"?>
<interface>
  <!-- interface-requires gtk+ 2.12 -->
  <!-- interface-naming-policy project-wide -->
sumpfralle's avatar
sumpfralle committed
5 6 7 8 9 10
  <object class="GtkAdjustment" id="SimulationProgressTimelineValue">
    <property name="upper">1</property>
    <property name="step_increment">1</property>
  </object>
  <object class="GtkAdjustment" id="SimulationSpeedFactorValue">
    <property name="lower">0.01</property>
11
    <property name="upper">100000</property>
sumpfralle's avatar
sumpfralle committed
12 13 14 15 16 17 18 19 20 21 22 23 24
    <property name="step_increment">0.25</property>
  </object>
  <object class="GtkAdjustment" id="SimulationDetailsValue">
    <property name="lower">1</property>
    <property name="upper">10</property>
    <property name="step_increment">1</property>
  </object>
  <object class="GtkFrame" id="SimulationBox">
    <property name="visible">True</property>
    <property name="label_xalign">0</property>
    <property name="shadow_type">none</property>
    <child>
      <object class="GtkAlignment" id="alignment1">
25
        <property name="visible">True</property>
sumpfralle's avatar
sumpfralle committed
26 27
        <property name="top_padding">3</property>
        <property name="left_padding">12</property>
28
        <child>
sumpfralle's avatar
sumpfralle committed
29
          <object class="GtkVBox" id="vbox1">
30 31 32 33
            <property name="visible">True</property>
            <property name="orientation">vertical</property>
            <property name="spacing">3</property>
            <child>
sumpfralle's avatar
sumpfralle committed
34 35
              <object class="GtkHBox" id="hbox1">
                <property name="visible">True</property>
36
                <child>
sumpfralle's avatar
sumpfralle committed
37
                  <object class="GtkLabel" id="SimulationProgressTimelineLabel">
38 39
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
sumpfralle's avatar
sumpfralle committed
40
                    <property name="label" translatable="yes">Progress:</property>
41 42 43 44 45 46 47
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="position">0</property>
                  </packing>
                </child>
                <child>
sumpfralle's avatar
sumpfralle committed
48
                  <object class="GtkLabel" id="SimulationProgressTimeDisplay">
49
                    <property name="visible">True</property>
sumpfralle's avatar
sumpfralle committed
50 51
                    <property name="xalign">1</property>
                    <property name="label" translatable="yes">0:20 / 4:45</property>
52 53 54 55 56 57 58 59 60 61 62 63
                  </object>
                  <packing>
                    <property name="position">1</property>
                  </packing>
                </child>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="position">0</property>
              </packing>
            </child>
            <child>
sumpfralle's avatar
sumpfralle committed
64 65 66 67 68 69
              <object class="GtkHScale" id="SimulationProgressTimeline">
                <property name="visible">True</property>
                <property name="can_focus">True</property>
                <property name="update_policy">delayed</property>
                <property name="adjustment">SimulationProgressTimelineValue</property>
                <property name="draw_value">False</property>
70 71 72 73 74 75 76
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="position">1</property>
              </packing>
            </child>
            <child>
sumpfralle's avatar
sumpfralle committed
77
              <object class="GtkHButtonBox" id="hbuttonbox1">
78
                <property name="visible">True</property>
sumpfralle's avatar
sumpfralle committed
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 110 111 112 113 114 115 116 117 118 119 120 121
                <property name="spacing">3</property>
                <child>
                  <object class="GtkButton" id="SimulationStartButton">
                    <property name="label">gtk-media-play</property>
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="receives_default">True</property>
                    <property name="use_stock">True</property>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">0</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkButton" id="SimulationPauseButton">
                    <property name="label">gtk-media-pause</property>
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="receives_default">True</property>
                    <property name="use_stock">True</property>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">1</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkButton" id="SimulationStopButton">
                    <property name="label">gtk-stop</property>
                    <property name="visible">True</property>
                    <property name="can_focus">True</property>
                    <property name="receives_default">True</property>
                    <property name="use_stock">True</property>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">False</property>
                    <property name="position">2</property>
                  </packing>
                </child>
122 123 124
              </object>
              <packing>
                <property name="expand">False</property>
sumpfralle's avatar
sumpfralle committed
125
                <property name="fill">False</property>
126 127 128 129
                <property name="position">2</property>
              </packing>
            </child>
            <child>
sumpfralle's avatar
sumpfralle committed
130
              <object class="GtkHSeparator" id="hseparator1">
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145
                <property name="visible">True</property>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="position">3</property>
              </packing>
            </child>
            <child>
              <object class="GtkHBox" id="hbox36">
                <property name="visible">True</property>
                <property name="spacing">4</property>
                <child>
                  <object class="GtkLabel" id="SimulationSpeedFactorLabel">
                    <property name="visible">True</property>
                    <property name="xalign">0</property>
sumpfralle's avatar
sumpfralle committed
146
                    <property name="label" translatable="yes">Simulation speed:</property>
147 148 149 150 151 152
                  </object>
                  <packing>
                    <property name="position">0</property>
                  </packing>
                </child>
                <child>
sumpfralle's avatar
sumpfralle committed
153
                  <object class="GtkSpinButton" id="SimulationSpeedFactorControl">
154
                    <property name="visible">True</property>
sumpfralle's avatar
sumpfralle committed
155 156 157 158
                    <property name="can_focus">True</property>
                    <property name="invisible_char">&#x25CF;</property>
                    <property name="adjustment">SimulationSpeedFactorValue</property>
                    <property name="digits">2</property>
159 160 161
                  </object>
                  <packing>
                    <property name="expand">False</property>
sumpfralle's avatar
sumpfralle committed
162
                    <property name="fill">False</property>
163 164 165 166 167 168 169
                    <property name="position">1</property>
                  </packing>
                </child>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">False</property>
sumpfralle's avatar
sumpfralle committed
170
                <property name="position">4</property>
171 172 173 174 175 176
              </packing>
            </child>
          </object>
        </child>
      </object>
    </child>
sumpfralle's avatar
sumpfralle committed
177 178 179 180 181 182 183
    <child type="label">
      <object class="GtkLabel" id="SimulationFrameLabel">
        <property name="visible">True</property>
        <property name="label" translatable="yes">&lt;b&gt;Simulation&lt;/b&gt;</property>
        <property name="use_markup">True</property>
      </object>
    </child>
184 185
  </object>
</interface>