~chris-rogers/maus/emr_mc_digitization

« back to all changes in this revision

Viewing changes to tests/py_unit/gui/test_window_2.json

  • Committer: Chris Rogers
  • Date: 2014-04-16 11:48:45 UTC
  • mfrom: (707 merge)
  • mto: This revision was merged to the branch mainline in revision 711.
  • Revision ID: chris.rogers@stfc.ac.uk-20140416114845-h3u3q7pdcxkxvovs
Update to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
"type":"transient_frame",
 
3
"name":"Window 2",
 
4
"children":[{
 
5
        "type":"vertical_frame",
 
6
        "name":"test_1"
 
7
    }, {
 
8
        "type":"horizontal_frame",
 
9
        "layout":"close_v",
 
10
        "name":"test_2"
 
11
    }, {
 
12
        "type":"label",
 
13
        "label_length":19,
 
14
        "name":"test_3"
 
15
    }, {
 
16
        "type":"named_text_entry",
 
17
        "default_text":"test",
 
18
        "tool_tip":"Transverse position of the beam",
 
19
        "name":"test_4"
 
20
    }, {
 
21
        "type":"button",
 
22
        "name":"test_5"
 
23
    }, {
 
24
        "type":"drop_down",
 
25
        "entries":["0", "1"],
 
26
        "selected":1,
 
27
        "name":"test_6"
 
28
    }, {
 
29
        "type":"check_button",
 
30
        "text":"Test Check Button",
 
31
        "default_state":1,
 
32
        "name":"test_7"
 
33
    }, {
 
34
        "type":"special",
 
35
        "manipulator":"test_manipulator_1",
 
36
        "name":"test_8"
 
37
    }, {
 
38
        "type":"text_entry",
 
39
        "default_text":"text",
 
40
        "name":"test_9"
 
41
    }]
 
42
}