/src/searchbox.ui

http://github.com/tomahawk-player/tomahawk · Unknown · 44 lines · 44 code · 0 blank · 0 comment · 0 complexity · 96608ae79a46eefa09764a09b99b8974 MD5 · raw file

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GlobalSearchWidget</class>
  4. <widget class="QWidget" name="GlobalSearchWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>345</width>
  10. <height>51</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <item>
  18. <widget class="SearchLineEdit" name="searchEdit">
  19. <property name="minimumSize">
  20. <size>
  21. <width>60</width>
  22. <height>27</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>180</width>
  28. <height>16777215</height>
  29. </size>
  30. </property>
  31. </widget>
  32. </item>
  33. </layout>
  34. </widget>
  35. <customwidgets>
  36. <customwidget>
  37. <class>SearchLineEdit</class>
  38. <extends>QLineEdit</extends>
  39. <header>libtomahawk/playlist/topbar/SearchLineEdit.h</header>
  40. </customwidget>
  41. </customwidgets>
  42. <resources/>
  43. <connections/>
  44. </ui>