149 lines
6.0 KiB
Plaintext
149 lines
6.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.38.2 -->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.24"/>
|
||
|
<template class="TimerMainWindow" parent="GtkApplicationWindow">
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="title" translatable="yes">Practice Timer</property>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="timerButton">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="timerLabel">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="label" translatable="yes">00:00:00</property>
|
||
|
<attributes>
|
||
|
<attribute name="scale" value="6"/>
|
||
|
</attributes>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkComboBoxText" id="nameBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="has-entry">True</property>
|
||
|
<child internal-child="entry">
|
||
|
<object class="GtkEntry">
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="placeholder-text" translatable="yes">What are you up to?</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="startStopButton">
|
||
|
<property name="label" translatable="yes">Start</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="resetButton">
|
||
|
<property name="label" translatable="yes">Reset</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="sensitive">False</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="saveButton">
|
||
|
<property name="label" translatable="yes">Save</property>
|
||
|
<property name="visible">True</property>
|
||
|
<property name="sensitive">False</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkButton" id="optionsButton">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="receives-default">True</property>
|
||
|
<child>
|
||
|
<object class="GtkImage">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<property name="icon-name">document-properties</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">2</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">True</property>
|
||
|
<property name="shadow-type">in</property>
|
||
|
<child>
|
||
|
<object class="GtkViewport" id="taskTreeBox">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can-focus">False</property>
|
||
|
<child>
|
||
|
<placeholder/>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">3</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|