]> git.cworth.org Git - apitrace/blob - gui/ui/searchwidget.ui
qapitrace: Adjust PATH only once and for all.
[apitrace] / gui / ui / searchwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SearchWidget</class>
4  <widget class="QWidget" name="SearchWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>547</width>
10     <height>33</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QHBoxLayout" name="horizontalLayout">
23    <item>
24     <widget class="QToolButton" name="closeButton">
25      <property name="text">
26       <string>...</string>
27      </property>
28      <property name="icon">
29       <iconset resource="../qapitrace.qrc">
30        <normaloff>:/resources/dialog-close.png</normaloff>:/resources/dialog-close.png</iconset>
31      </property>
32      <property name="autoRaise">
33       <bool>true</bool>
34      </property>
35      <property name="arrowType">
36       <enum>Qt::NoArrow</enum>
37      </property>
38     </widget>
39    </item>
40    <item>
41     <widget class="QLineEdit" name="lineEdit">
42      <property name="sizePolicy">
43       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
44        <horstretch>0</horstretch>
45        <verstretch>0</verstretch>
46       </sizepolicy>
47      </property>
48      <property name="minimumSize">
49       <size>
50        <width>170</width>
51        <height>0</height>
52       </size>
53      </property>
54     </widget>
55    </item>
56    <item>
57     <widget class="QToolButton" name="prevButton">
58      <property name="toolTip">
59       <string>Find previous occurance of the string</string>
60      </property>
61      <property name="text">
62       <string>...</string>
63      </property>
64      <property name="icon">
65       <iconset resource="../qapitrace.qrc">
66        <normaloff>:/resources/go-up-search.png</normaloff>:/resources/go-up-search.png</iconset>
67      </property>
68     </widget>
69    </item>
70    <item>
71     <widget class="QToolButton" name="nextButton">
72      <property name="toolTip">
73       <string>Find next occurance of the text</string>
74      </property>
75      <property name="text">
76       <string>...</string>
77      </property>
78      <property name="icon">
79       <iconset resource="../qapitrace.qrc">
80        <normaloff>:/resources/go-down-search.png</normaloff>:/resources/go-down-search.png</iconset>
81      </property>
82     </widget>
83    </item>
84    <item>
85     <widget class="QCheckBox" name="caseSensitiveBox">
86      <property name="text">
87       <string>Case Sensitive</string>
88      </property>
89     </widget>
90    </item>
91    <item>
92     <widget class="QLabel" name="notFoundLabel">
93      <property name="sizePolicy">
94       <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
95        <horstretch>0</horstretch>
96        <verstretch>0</verstretch>
97       </sizepolicy>
98      </property>
99      <property name="minimumSize">
100       <size>
101        <width>50</width>
102        <height>0</height>
103       </size>
104      </property>
105      <property name="maximumSize">
106       <size>
107        <width>130</width>
108        <height>25</height>
109       </size>
110      </property>
111      <property name="text">
112       <string>&lt;b&gt;Text not found&lt;/b&gt;</string>
113      </property>
114      <property name="textFormat">
115       <enum>Qt::RichText</enum>
116      </property>
117      <property name="scaledContents">
118       <bool>true</bool>
119      </property>
120      <property name="margin">
121       <number>0</number>
122      </property>
123      <property name="indent">
124       <number>30</number>
125      </property>
126     </widget>
127    </item>
128    <item>
129     <spacer name="horizontalSpacer">
130      <property name="orientation">
131       <enum>Qt::Horizontal</enum>
132      </property>
133      <property name="sizeType">
134       <enum>QSizePolicy::Expanding</enum>
135      </property>
136      <property name="sizeHint" stdset="0">
137       <size>
138        <width>20</width>
139        <height>20</height>
140       </size>
141      </property>
142     </spacer>
143    </item>
144   </layout>
145  </widget>
146  <resources>
147   <include location="../qapitrace.qrc"/>
148  </resources>
149  <connections/>
150 </ui>