-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmatplotlib_large_live.ui
More file actions
34 lines (34 loc) · 1.17 KB
/
matplotlib_large_live.ui
File metadata and controls
34 lines (34 loc) · 1.17 KB
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
<?xml version='1.0' encoding='utf-8'?>
<interface version="1.4" author="PygubuDesigner 0.41">
<project>
<settings />
<customwidgets />
</project>
<object class="tk.Toplevel" id="toplevel1">
<property name="height">200</property>
<property name="width">200</property>
<child>
<object class="ttk.Frame" id="fcontainer" named="True">
<property name="height">200</property>
<property name="width">200</property>
<layout manager="pack">
<property name="expand">True</property>
<property name="fill">both</property>
<property name="side">top</property>
</layout>
</object>
</child>
<child>
<object class="tk.Scale" id="zoom" named="True">
<property name="command" type="command" cbtype="scale">slide_changed</property>
<property name="orient">horizontal</property>
<property name="variable">int:slider_val</property>
<layout manager="pack">
<property name="expand">True</property>
<property name="fill">x</property>
<property name="side">top</property>
</layout>
</object>
</child>
</object>
</interface>