1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 02:12:47 +02:00

First batch of CamelCasing

This commit is contained in:
Jeff Mitchell
2012-04-21 17:41:43 -04:00
parent e4d6b1785c
commit 11895fc198
141 changed files with 187 additions and 189 deletions

44
src/SearchBox.ui Normal file
View File

@@ -0,0 +1,44 @@
<?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>