We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24fecdc commit a3aa68eCopy full SHA for a3aa68e
src/searchdialog.ui
@@ -10,6 +10,13 @@
10
<height>454</height>
11
</rect>
12
</property>
13
+ <property name="windowTitle">
14
+ <string>Search</string>
15
+ </property>
16
+ <property name="windowIcon">
17
+ <iconset resource="resources/resource.qrc">
18
+ <normaloff>:/toolbar/png/system-search.png</normaloff>:/toolbar/png/system-search.png</iconset>
19
20
<layout class="QVBoxLayout" name="verticalLayout">
21
<item>
22
<layout class="QHBoxLayout" name="_2">
@@ -312,7 +319,9 @@
312
319
</item>
313
320
</layout>
314
321
</widget>
315
- <resources/>
322
+ <resources>
323
+ <include location="resources/resource.qrc"/>
324
+ </resources>
316
325
<connections>
317
326
<connection>
318
327
<sender>buttonBox</sender>
0 commit comments