blob: 89dea9bc5a35bebfd591ec34908fd706c4abf8ff (
plain)
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
|
<ui version="4.0" >
<class>MainWindowTabWidget</class>
<widget class="QWidget" name="MainWindowTabWidget" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>200</width>
<height>200</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QTabWidget" name="tabWidget" >
<property name="tabPosition" >
<enum>QTabWidget::East</enum>
</property>
<property name="currentIndex" >
<number>0</number>
</property>
<property name="iconSize" >
<size>
<width>32</width>
<height>26</height>
</size>
</property>
<widget class="QWidget" name="resultsTab" >
<attribute name="title" >
<string/>
</attribute>
<attribute name="icon" >
<iconset>Icons/home.png</iconset>
</attribute>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QWidget" native="1" name="widget" />
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
|