-
Notifications
You must be signed in to change notification settings - Fork 0
/
wifiscanner.ui
83 lines (80 loc) · 2.77 KB
/
wifiscanner.ui
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<interface>
<object id="window" class="GtkWindow">
<property name="visible">True</property>
<property name="title">WifiScanner</property>
<property name="border-width">10</property>
<property name="resizable">false</property>
<child>
<object id="grid" class="GtkGrid">
<property name="visible">True</property>
<child>
<object id="button1" class="GtkButton">
<property name="visible">True</property>
<property name="label">2,4Ghz</property>
<property name="vexpand">False</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">0</property>
</packing>
</child>
<child>
<object id="place3" class="GtkButton">
<property name="visible">True</property>
<property name="label">Shot</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">1</property>
</packing>
</child>
<child>
<object id="button2" class="GtkButton">
<property name="visible">True</property>
<property name="label">5Ghz</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">2</property>
</packing>
</child>
<child>
<object id="quit" class="GtkButton">
<property name="visible">True</property>
<property name="label">Quit</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">3</property>
<property name="width">2</property>
</packing>
</child>
<child>
<object id="imagecontainer" class="GtkDrawingArea">
<property name="visible">True</property>
<property name="app-paintable">True</property>
<property name="height-request">480</property>
<property name="width-request">720</property>
</object>
<packing>
<property name="left-attach">2</property>
<property name="top-attach">1</property>
</packing>
</child>
<child>
<object id="infobox" class="GtkTextView">
<property name="editable">False</property>
<property name="visible">True</property>
<property name="width-request">720</property>
</object>
<packing>
<property name="left-attach">2</property>
<property name="top-attach">3</property>
</packing>
</child>
</object>
<packing>
</packing>
</child>
</object>
</interface>