Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL...
[kugel-rb.git] / utils / themeeditor / findreplace / findreplacedialog.ui
blob74984b3070c66d253da539a2b56ad71579600190
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>