mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +02:00
* Added a status QPushButton on top of the sidebar. Xevix will put it to use soon.
This commit is contained in:
@@ -20,19 +20,33 @@
|
|||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
<widget class="AnimatedSplitter" name="sidebarSplitter">
|
<widget class="QWidget" name="">
|
||||||
<property name="orientation">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<enum>Qt::Vertical</enum>
|
<item>
|
||||||
</property>
|
<widget class="QPushButton" name="pushButton">
|
||||||
<widget class="SourceTreeView" name="sourceTreeView">
|
<property name="text">
|
||||||
<property name="minimumSize">
|
<string>PushButton</string>
|
||||||
<size>
|
</property>
|
||||||
<width>250</width>
|
</widget>
|
||||||
<height>0</height>
|
</item>
|
||||||
</size>
|
<item>
|
||||||
</property>
|
<widget class="AnimatedSplitter" name="sidebarSplitter">
|
||||||
</widget>
|
<property name="orientation">
|
||||||
<widget class="TransferView" name="treeWidget"/>
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<widget class="SourceTreeView" name="sourceTreeView">
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>250</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget class="TransferView" name="treeWidget">
|
||||||
|
</widget>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="playlistWidget" native="true"/>
|
<widget class="QWidget" name="playlistWidget" native="true"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
Reference in New Issue
Block a user