/src/searchbox.ui
http://github.com/tomahawk-player/tomahawk · Unknown · 44 lines · 44 code · 0 blank · 0 comment · 0 complexity · 96608ae79a46eefa09764a09b99b8974 MD5 · raw file
- <?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>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>