summaryrefslogtreecommitdiff
path: root/utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui')
-rw-r--r--utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui32
1 files changed, 32 insertions, 0 deletions
diff --git a/utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui b/utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui
new file mode 100644
index 0000000000..74984b3070
--- /dev/null
+++ b/utils/themeeditor/qtfindreplacedialog/findreplacedialog.ui
@@ -0,0 +1,32 @@
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>