source: ogBrowser-Git/qtermwidget/lib/SearchBar.ui

jenkins
Last change on this file was 64efc22, checked in by Vadim Troshchinskiy <vtroshchinskiy@…>, 19 months ago

Update qtermwidget to modern version

  • Property mode set to 100644
File size: 1.8 KB
RevLine 
[64efc22]1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>SearchBar</class>
4 <widget class="QWidget" name="SearchBar">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>399</width>
10    <height>40</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>SearchBar</string>
15  </property>
16  <layout class="QHBoxLayout" name="horizontalLayout">
17   <item>
18    <widget class="QToolButton" name="closeButton">
19     <property name="text">
20      <string>X</string>
21     </property>
22     <property name="icon">
23      <iconset theme="dialog-close">
24       <normaloff/>
25      </iconset>
26     </property>
27    </widget>
28   </item>
29   <item>
30    <widget class="QLabel" name="findLabel">
31     <property name="text">
32      <string>Find:</string>
33     </property>
34    </widget>
35   </item>
36   <item>
37    <widget class="QLineEdit" name="searchTextEdit"/>
38   </item>
39   <item>
40    <widget class="QToolButton" name="findPreviousButton">
41     <property name="text">
42      <string>&lt;</string>
43     </property>
44     <property name="icon">
45      <iconset theme="go-previous">
46       <normaloff/>
47      </iconset>
48     </property>
49    </widget>
50   </item>
51   <item>
52    <widget class="QToolButton" name="findNextButton">
53     <property name="text">
54      <string>&gt;</string>
55     </property>
56     <property name="icon">
57      <iconset theme="go-next">
58       <normaloff/>
59      </iconset>
60     </property>
61    </widget>
62   </item>
63   <item>
64    <widget class="QToolButton" name="optionsButton">
65     <property name="text">
66      <string>...</string>
67     </property>
68     <property name="icon">
69      <iconset theme="preferences-system"/>
70     </property>
71     <property name="popupMode">
72      <enum>QToolButton::InstantPopup</enum>
73     </property>
74    </widget>
75   </item>
76  </layout>
77 </widget>
78 <resources/>
79 <connections/>
80</ui>
Note: See TracBrowser for help on using the repository browser.