1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 15:29:42 +01:00

Removed obsolete SearchBox.ui

This commit is contained in:
Christian Muehlhaeuser 2014-10-11 07:58:02 +02:00
parent 23c82bced3
commit 688069a51d

View File

@ -1,44 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GlobalSearchWidget</class>
<widget class="QWidget" name="GlobalSearchWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>345</width>
<height>51</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true" extracomment="not translatable because not shown to the user">Form</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="SearchLineEdit" name="searchEdit">
<property name="minimumSize">
<size>
<width>60</width>
<height>27</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>180</width>
<height>16777215</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>SearchLineEdit</class>
<extends>QLineEdit</extends>
<header>libtomahawk/playlist/topbar/SearchLineEdit.h</header>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>