🧹 chore(src): 删除 window.glade 文件,这原本是 GTK3 的配置文件,是遗留文件
This commit is contained in:
parent
d8caf62e08
commit
58792cdb39
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<interface>
|
|
||||||
<requires lib="gtk+" version="3.0"/>
|
|
||||||
<object class="GtkWindow" id="window">
|
|
||||||
<property name="title">摄像头视频流</property>
|
|
||||||
<property name="default-width">640</property>
|
|
||||||
<property name="default-height">480</property>
|
|
||||||
<child>
|
|
||||||
<object class="GtkImage" id="image"/>
|
|
||||||
</child>
|
|
||||||
</object>
|
|
||||||
</interface>
|
|
||||||
|
|
Loading…
Reference in New Issue