summaryrefslogtreecommitdiff
path: root/utils/themeeditor/findreplace/findreplacedialog.ui
diff options
context:
space:
mode:
authorRobert Bieber <robby@bieberphoto.com>2010-07-03 06:08:59 +0000
committerRobert Bieber <robby@bieberphoto.com>2010-07-03 06:08:59 +0000
commitfb09d6354c0b6badb449f532f40af9a8037377a3 (patch)
treeefe8844d87a8dec2239a7f88ca161583ebd6c869 /utils/themeeditor/findreplace/findreplacedialog.ui
parent4b321649a8bf3879a33051e63f250985b97007e3 (diff)
downloadrockbox-fb09d6354c0b6badb449f532f40af9a8037377a3.tar.gz
rockbox-fb09d6354c0b6badb449f532f40af9a8037377a3.zip
Theme Editor: Removed some old debug code in skindocument.cpp, began implementing a new find/replace dialog, due to licensing issues
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27252 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/themeeditor/findreplace/findreplacedialog.ui')
-rw-r--r--utils/themeeditor/findreplace/findreplacedialog.ui32
1 files changed, 0 insertions, 32 deletions
diff --git a/utils/themeeditor/findreplace/findreplacedialog.ui b/utils/themeeditor/findreplace/findreplacedialog.ui
deleted file mode 100644
index 74984b3070..0000000000
--- a/utils/themeeditor/findreplace/findreplacedialog.ui
+++ /dev/null
@@ -1,32 +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>342</width>
10 <height>140</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Find/Replace</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="FindReplaceForm" name="findReplaceForm" native="true"/>
19 </item>
20 </layout>
21 </widget>
22 <customwidgets>
23 <customwidget>
24 <class>FindReplaceForm</class>
25 <extends>QWidget</extends>
26 <header location="global">findreplaceform.h</header>
27 <container>1</container>
28 </customwidget>
29 </customwidgets>
30 <resources/>
31 <connections/>
32</ui>