summaryrefslogtreecommitdiffstats
path: root/tools/gui/control.glade
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-12 14:47:07 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-12 14:47:07 +0200
commitef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438 (patch)
tree2f6a105b6a4c1325b2aba7c1fa3d9a2b26856a7c /tools/gui/control.glade
parent6b82a9a175c92c39f25e9b5965b2e9f5c35f65c2 (diff)
downloaduca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.gz
uca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.bz2
uca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.tar.xz
uca-ef7ff789e9c15f4f4b8c65585de7e7fa4f9c9438.zip
Add ring buffer recording for assessment
Diffstat (limited to 'tools/gui/control.glade')
-rw-r--r--tools/gui/control.glade33
1 files changed, 29 insertions, 4 deletions
diff --git a/tools/gui/control.glade b/tools/gui/control.glade
index ebe2cc8..c3008ec 100644
--- a/tools/gui/control.glade
+++ b/tools/gui/control.glade
@@ -230,7 +230,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="adjustment">min_bin_value_adjustment</property>
+ <property name="adjustment">min-bin-value-adjustment</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -260,7 +260,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="invisible_char">•</property>
- <property name="adjustment">max_bin_value_adjustment</property>
+ <property name="adjustment">max-bin-value-adjustment</property>
</object>
<packing>
<property name="left_attach">1</property>
@@ -309,6 +309,27 @@
<property name="tab_fill">False</property>
</packing>
</child>
+ <child>
+ <object class="GtkHScale" id="hscale1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="adjustment">frames-adjustment</property>
+ <property name="digits">0</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child type="tab">
+ <object class="GtkLabel" id="label4">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Preview</property>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ <property name="tab_fill">False</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="resize">True</property>
@@ -425,15 +446,19 @@
</object>
</child>
</object>
- <object class="GtkAdjustment" id="min_bin_value_adjustment">
+ <object class="GtkAdjustment" id="min-bin-value-adjustment">
<property name="upper">65535</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
- <object class="GtkAdjustment" id="max_bin_value_adjustment">
+ <object class="GtkAdjustment" id="max-bin-value-adjustment">
<property name="value">256</property>
<property name="upper">65535</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
+ <object class="GtkAdjustment" id="frames-adjustment">
+ <property name="step_increment">1</property>
+ <property name="page_increment">10</property>
+ </object>
</interface>