Skip to content

Commit f593deb

Browse files
committed
Commit GUI for settings
1 parent 112c323 commit f593deb

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>Form</class>
4+
<widget class="QWidget" name="Form">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>800</width>
10+
<height>900</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>Form</string>
15+
</property>
16+
<layout class="QHBoxLayout">
17+
<item>
18+
<widget class="QTreeView" name="treeView_connection_table">
19+
<property name="alternatingRowColors">
20+
<bool>true</bool>
21+
</property>
22+
</widget>
23+
</item>
24+
<item>
25+
<widget class="QTreeView" name="treeView_virtual_devices">
26+
<property name="alternatingRowColors">
27+
<bool>true</bool>
28+
</property>
29+
</widget>
30+
</item>
31+
</layout>
32+
</widget>
33+
<resources/>
34+
<connections/>
35+
</ui>

0 commit comments

Comments
 (0)