summaryrefslogtreecommitdiff
path: root/utils/themeeditor/gui/findreplacedialog.ui
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-23 07:31:53 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-23 07:31:53 +0000
commite6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7 (patch)
treeda29255f5c33ae915c28a1dbff5525fdf912fbe6 /utils/themeeditor/gui/findreplacedialog.ui
parentb21b7714209230cbadab1e709c6778c4cc214437 (diff)
downloadrockbox-e6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7.tar.gz
rockbox-e6fd3d0318d0f53c51cf4cc87ccdc8f9741957e7.zip
Theme Editor: Switched back to Lorenzo Bettini's find/replace dialog (with some modifications) as he changed the license to LGPL v2.1
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27528 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/gui/findreplacedialog.ui')
-rw-r--r--utils/themeeditor/gui/findreplacedialog.ui147
1 files changed, 0 insertions, 147 deletions
diff --git a/utils/themeeditor/gui/findreplacedialog.ui b/utils/themeeditor/gui/findreplacedialog.ui
deleted file mode 100644
index 5641181a61..0000000000
--- a/utils/themeeditor/gui/findreplacedialog.ui
+++ /dev/null
@@ -1,147 +0,0 @@
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>FindReplaceDialog</class>
4 <widget class="QDialog" name="FindReplaceDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>450</width>
10 <height>200</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Find/Replace</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="../resources.qrc">
18 <normaloff>:/resources/windowicon.png</normaloff>:/resources/windowicon.png</iconset>
19 </property>
20 <layout class="QHBoxLayout" name="horizontalLayout">
21 <item>
22 <layout class="QVBoxLayout" name="verticalLayout_2">
23 <item>
24 <layout class="QFormLayout" name="formLayout">
25 <item row="0" column="0">
26 <widget class="QLabel" name="label">
27 <property name="text">
28 <string>Find:</string>
29 </property>
30 <property name="buddy">
31 <cstring>findBox</cstring>
32 </property>
33 </widget>
34 </item>
35 <item row="0" column="1">
36 <widget class="QLineEdit" name="findBox"/>
37 </item>
38 <item row="1" column="0">
39 <widget class="QLabel" name="label_2">
40 <property name="text">
41 <string>Replace:</string>
42 </property>
43 <property name="buddy">
44 <cstring>replaceBox</cstring>
45 </property>
46 </widget>
47 </item>
48 <item row="1" column="1">
49 <widget class="QLineEdit" name="replaceBox"/>
50 </item>
51 </layout>
52 </item>
53 <item>
54 <widget class="QLabel" name="statusLabel">
55 <property name="text">
56 <string/>
57 </property>
58 </widget>
59 </item>
60 <item>
61 <layout class="QVBoxLayout" name="verticalLayout">
62 <item>
63 <widget class="QCheckBox" name="caseBox">
64 <property name="text">
65 <string>Match Case</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QCheckBox" name="backwardsBox">
71 <property name="text">
72 <string>Search Backwards</string>
73 </property>
74 </widget>
75 </item>
76 <item>
77 <widget class="QCheckBox" name="wrapBox">
78 <property name="text">
79 <string>Wrap Around</string>
80 </property>
81 </widget>
82 </item>
83 </layout>
84 </item>
85 </layout>
86 </item>
87 <item>
88 <layout class="QVBoxLayout" name="verticalLayout_3">
89 <item>
90 <widget class="QPushButton" name="findButton">
91 <property name="text">
92 <string>Find</string>
93 </property>
94 <property name="shortcut">
95 <string>Ctrl+F</string>
96 </property>
97 <property name="default">
98 <bool>true</bool>
99 </property>
100 </widget>
101 </item>
102 <item>
103 <widget class="QPushButton" name="replaceButton">
104 <property name="text">
105 <string>Replace</string>
106 </property>
107 </widget>
108 </item>
109 <item>
110 <widget class="QPushButton" name="replaceAllButton">
111 <property name="text">
112 <string>Replace All</string>
113 </property>
114 </widget>
115 </item>
116 <item>
117 <widget class="QPushButton" name="closeButton">
118 <property name="text">
119 <string>Close</string>
120 </property>
121 <property name="shortcut">
122 <string>Esc</string>
123 </property>
124 </widget>
125 </item>
126 <item>
127 <spacer name="verticalSpacer">
128 <property name="orientation">
129 <enum>Qt::Vertical</enum>
130 </property>
131 <property name="sizeHint" stdset="0">
132 <size>
133 <width>20</width>
134 <height>40</height>
135 </size>
136 </property>
137 </spacer>
138 </item>
139 </layout>
140 </item>
141 </layout>
142 </widget>
143 <resources>
144 <include location="../resources.qrc"/>
145 </resources>
146 <connections/>
147</ui>