a b/src/qtgui/preview.ui
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>Preview</class>
4
 <widget class="QWidget" name="Preview">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>611</width>
10
    <height>300</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>Form</string>
15
  </property>
16
  <layout class="QVBoxLayout" name="verticalLayout">
17
   <item>
18
    <widget class="QTabWidget" name="pvTab">
19
     <property name="currentIndex">
20
      <number>0</number>
21
     </property>
22
     <property name="tabsClosable">
23
      <bool>true</bool>
24
     </property>
25
     <widget class="QWidget" name="tab">
26
      <attribute name="title">
27
       <string>Tab 1</string>
28
      </attribute>
29
     </widget>
30
    </widget>
31
   </item>
32
   <item>
33
    <layout class="QHBoxLayout" name="horizontalLayout">
34
     <item>
35
      <widget class="QLabel" name="searchLBL">
36
       <property name="text">
37
        <string>&amp;Search for:</string>
38
       </property>
39
       <property name="buddy">
40
        <cstring>searchTextCMB</cstring>
41
       </property>
42
      </widget>
43
     </item>
44
     <item>
45
      <widget class="QComboBox" name="searchTextCMB">
46
       <property name="editable">
47
        <bool>true</bool>
48
       </property>
49
       <property name="insertPolicy">
50
        <enum>QComboBox::NoInsert</enum>
51
       </property>
52
      </widget>
53
     </item>
54
     <item>
55
      <widget class="QPushButton" name="nextPB">
56
       <property name="text">
57
        <string>&amp;Next</string>
58
       </property>
59
      </widget>
60
     </item>
61
     <item>
62
      <widget class="QPushButton" name="prevPB">
63
       <property name="text">
64
        <string>&amp;Previous</string>
65
       </property>
66
      </widget>
67
     </item>
68
     <item>
69
      <widget class="QPushButton" name="clearPB">
70
       <property name="enabled">
71
        <bool>false</bool>
72
       </property>
73
       <property name="text">
74
        <string>Clear</string>
75
       </property>
76
      </widget>
77
     </item>
78
     <item>
79
      <widget class="QCheckBox" name="casematchCB">
80
       <property name="text">
81
        <string>Match &amp;Case</string>
82
       </property>
83
      </widget>
84
     </item>
85
     <item>
86
      <spacer name="horizontalSpacer">
87
       <property name="orientation">
88
        <enum>Qt::Horizontal</enum>
89
       </property>
90
       <property name="sizeHint" stdset="0">
91
        <size>
92
         <width>40</width>
93
         <height>20</height>
94
        </size>
95
       </property>
96
      </spacer>
97
     </item>
98
    </layout>
99
   </item>
100
  </layout>
101
 </widget>
102
 <resources/>
103
 <connections/>
104
</ui>